raise --max-delete-files from 10 to 100

This commit is contained in:
2026-09-10 01:17:38 +02:00
parent d6c4a120fe
commit 91fca56010
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ Windows: D:\Dropbox, workdir D:\rclone-bisync (volume DataStorage)
Linux: ~/DataStorage already mounted; Dropbox + rclone-bisync under that Linux: ~/DataStorage already mounted; Dropbox + rclone-bisync under that
Session: datastorage-dropbox (same listing/lock names on both OSes) Session: datastorage-dropbox (same listing/lock names on both OSes)
Caps: --max-delete 1% AND --max-delete-files 10 AND --max-delete-size 1G Caps: --max-delete 1% AND --max-delete-files 100 AND --max-delete-size 1G
No --force, no --resilient. --max-lock 2h. Workdir mkdir lock. No --force, no --resilient. --max-lock 2h. Workdir mkdir lock.
Neither side is SoT: --resync-mode newer, --conflict-resolve none. Neither side is SoT: --resync-mode newer, --conflict-resolve none.
Collaborator deletes of >10 files still abort (fail-closed). Collaborator deletes of >100 files still abort (fail-closed).
Windows (paste in PowerShell): Windows (paste in PowerShell):
+1 -1
View File
@@ -174,7 +174,7 @@ func bisyncArgs(cfg Config, extra ...string) []string {
"--compare", "size,modtime,checksum", "--compare", "size,modtime,checksum",
"--slow-hash-sync-only", "--slow-hash-sync-only",
"--max-delete", "1", "--max-delete", "1",
"--max-delete-files", "10", "--max-delete-files", "100",
"--max-delete-size", "1G", "--max-delete-size", "1G",
"--max-lock", "2h", "--max-lock", "2h",
"--recover", "--recover",