rclone/cmd/bisync/testdata
nielash 0e5f12126f bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685
Before this change, bisync handled copies and deletes in separate operations.
After this change, they are combined in one sync operation, which is faster
and also allows bisync to support --track-renames and --backup-dir.

Bisync uses a --files-from filter containing only the paths bisync has
determined need to be synced. Just like in sync (but in both directions),
if a path is present on the dst but not the src, it's interpreted as a delete
rather than a copy.
2024-01-20 14:50:08 -05:00
..
test_all_changed bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
test_basic bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
test_changes bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
test_check_access bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
test_check_access_filters bisync: fix tests on macOS 2024-01-20 14:50:08 -05:00
test_check_filename bisync: enforce --check-access during --resync 2023-08-12 17:24:21 +01:00
test_check_sync bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
test_createemptysrcdirs bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
test_dry_run bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
test_equal bisync: equality check before renaming (leave identical files alone) 2023-08-12 17:24:21 +01:00
test_extended_char_paths bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
test_extended_filenames bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
test_filters bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
test_filtersfile_checks bisync: dry runs no longer commit filter changes 2023-08-12 17:24:21 +01:00
test_max_delete_path1 bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
test_max_delete_path2_force bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
test_rclone_args bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
test_resync bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
test_rmdirs bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00