mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 08:15:19 +08:00
422b037087
Bisync checks file equality before renaming sync conflicts by comparing checksums. Before this change, backends without checksum support (notably Crypt) would fall back to --size-only for these checks, which is not a very safe method (differing files can sometimes have the same size, especially if they're small.) After this change, Crypt remotes fallback to using Cryptcheck so that checksums can be compared. As a last resort when neither Check nor Cryptcheck are available, files are compared using --download so that we can be certain the files are identical regardless of checksum support. |
||
---|---|---|
.. | ||
bilib | ||
testdata | ||
bisync_test.go | ||
checkfn.go | ||
cmd.go | ||
deltas.go | ||
help.go | ||
LICENSE.cjnaz | ||
listing.go | ||
log.go | ||
march.go | ||
operations.go | ||
queue.go | ||
rc.go |