mirror of
https://github.com/rclone/rclone.git
synced 2025-02-09 11:34:48 +08:00
![]() 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. |
||
---|---|---|
.. | ||
_testdir_path1.._testdir_path2.copy1to2.que | ||
_testdir_path1.._testdir_path2.copy2to1.que | ||
_testdir_path1.._testdir_path2.delete1.que | ||
_testdir_path1.._testdir_path2.delete2.que | ||
_testdir_path1.._testdir_path2.path1.lst | ||
_testdir_path1.._testdir_path2.path1.lst-new | ||
_testdir_path1.._testdir_path2.path2.lst | ||
_testdir_path1.._testdir_path2.path2.lst-new | ||
test.log |