rclone/cmd/bisync
nielash bbf9b1b3d2 bisync: support two --backup-dir paths on different remotes
Before this change, bisync supported `--backup-dir` only when `Path1` and
`Path2` were different paths on the same remote. With this change, bisync
introduces new `--backup-dir1` and `--backup-dir2` flags to support separate
backup-dirs for `Path1` and `Path2`.

`--backup-dir1` and `--backup-dir2` can use different remotes from each other,
but `--backup-dir1` must use the same remote as `Path1`, and `--backup-dir2`
must use the same remote as `Path2`. Each backup directory must not overlap its
respective bisync Path without being excluded by a filter rule.

The standard `--backup-dir` will also work, if both paths use the same remote
(but note that deleted files from both paths would be mixed together in the
same dir). If either `--backup-dir1` and `--backup-dir2` are set, they will
override `--backup-dir`.
2024-01-20 14:50:08 -05:00
..
bilib bisync: refactor normalization code, fix deltas - fixes #7270 2024-01-20 14:50:08 -05:00
testdata bisync: provide more info in critical error msgs 2024-01-20 14:50:08 -05:00
bisync_test.go bisync: provide more info in critical error msgs 2024-01-20 14:50:08 -05:00
cmd.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
deltas.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
help.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
listing.go bisync: support files with unknown length, including Google Docs - fixes #5696 2024-01-20 14:50:08 -05:00
log.go bisync: introduce terminal colors 2024-01-20 14:50:08 -05:00
march.go bisync: support files with unknown length, including Google Docs - fixes #5696 2024-01-20 14:50:08 -05:00
operations.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
queue.go bisync: support files with unknown length, including Google Docs - fixes #5696 2024-01-20 14:50:08 -05:00
rc.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00