rclone/cmd/bisync
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
..
bilib Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
testdata bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
bisync_test.go bisync: fix tests on macOS 2024-01-20 14:50:08 -05:00
cmd.go bisync: Add support for --create-empty-src-dirs - Fixes #6109 2023-08-12 17:24:21 +01:00
deltas.go bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
help.go bisync: add rc parameters for new flags 2023-09-05 08:53:58 +01:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
listing.go bisync: Add support for --create-empty-src-dirs - Fixes #6109 2023-08-12 17:24:21 +01:00
log.go bisync: implementation #5164 2021-11-01 21:00:27 +03:00
operations.go bisync: Add support for --create-empty-src-dirs - Fixes #6109 2023-08-12 17:24:21 +01:00
queue.go bisync: merge copies and deletes, support --track-renames and --backup-dir -- fixes #5690 fixes #5685 2024-01-20 14:50:08 -05:00
rc.go bisync: fix dryRun rc parameter being ignored 2023-09-05 08:53:58 +01:00