From fcb956124bae9eeff1b97f92819ca0a5b344e2cd Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 20 Aug 2026 09:40:21 +0200 Subject: [PATCH] update rclone backup script for ber1ds1 --- osxbackup/rclonebackup.command | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/osxbackup/rclonebackup.command b/osxbackup/rclonebackup.command index 9a4ab15..f3f14a2 100755 --- a/osxbackup/rclonebackup.command +++ b/osxbackup/rclonebackup.command @@ -26,6 +26,9 @@ OPTS+=" --links --metadata" # from the destination after the transfer completes. OPTS+=" --delete-excluded --delete-after" OPTS+=" --progress --transfers 25 --stats-unit bits --retries 10" +OPTS+=" --check-first" +OPTS+=" --max-backlog 10000000000" +OPTS+=" --order-by modtime,mixed,10" RE="" @@ -91,6 +94,9 @@ RE+=" --exclude=/.npm/" RE+=" --exclude=/.opencode/node_modules/" RE+=" --exclude=/.walletwasabi/" +# new 2026-08 +RE+=" --exclude=/Library/Metadata/CoreSpotlight/" + MINRE="" MINRE+=" --exclude=/.fseventsd/" MINRE+=" --exclude=/.Spotlight-V100/"