rclone/cmd/bisync/testdata/test_changes/golden
nielash 9c96c13a35 bisync: optimize --resync performance -- partially addresses #5681
Before this change, --resync was handled in three steps, and needed to do a lot
of unnecessary work to implement its own --ignore-existing logic, which also
caused problems with unicode normalization, in addition to being pretty slow.
After this change, it is refactored to produce the same result much more
efficiently, by reducing the three steps to two and letting ci.IgnoreExisting
do the work instead of reinventing the wheel.

The behavior and sync order remain unchanged for now -- just faster (but see
the ongoing lively discussions about potential future changes in #5681!)
2024-01-20 14:50:08 -05:00
..
_testdir_path1.._testdir_path2.copy1to2.que bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.copy2to1.que bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.delete1.que bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
_testdir_path1.._testdir_path2.delete2.que bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
_testdir_path1.._testdir_path2.path1.lst bisync: equality check before renaming (leave identical files alone) 2023-08-12 17:24:21 +01:00
_testdir_path1.._testdir_path2.path1.lst-new bisync: equality check before renaming (leave identical files alone) 2023-08-12 17:24:21 +01:00
_testdir_path1.._testdir_path2.path1.lst-old bisync: rollback listing on error 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.path2.lst bisync: equality check before renaming (leave identical files alone) 2023-08-12 17:24:21 +01:00
_testdir_path1.._testdir_path2.path2.lst-new bisync: equality check before renaming (leave identical files alone) 2023-08-12 17:24:21 +01:00
_testdir_path1.._testdir_path2.path2.lst-old bisync: rollback listing on error 2024-01-20 14:50:08 -05:00
test.log bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00