mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
940e99a929
Co-authored-by: Chris Nelson <stuff@cjnaz.com>
22 lines
530 B
Plaintext
22 lines
530 B
Plaintext
test max-delete-path1
|
|
# - Set up with 9 files.
|
|
# - Delete 5 files from Path1, causing max-delete error.
|
|
# - Run with --max-delete=60% to allow sync.
|
|
|
|
test initial bisync
|
|
bisync resync
|
|
|
|
test delete >50% of local files
|
|
delete-file {path1/}file1.txt
|
|
delete-file {path1/}file2.txt
|
|
delete-file {path1/}file3.txt
|
|
delete-file {path1/}file4.txt
|
|
delete-file {path1/}file5.txt
|
|
|
|
test sync should fail due to too many local deletes
|
|
bisync
|
|
copy-listings initial-fail
|
|
|
|
test change max-delete limit to 60%. sync should run.
|
|
bisync max-delete=60
|