rclone/fs/sync
Nick Craig-Wood f3b0f8a9f0 sync: --update/-u not transfer files that haven't changed - fixes #3232
Before this change --update would transfer any file which was newer
than the destination regardless of whether it had changed or not.
This is needlessly wasteful of bandwidth.

After this change --update will only transfer files if they are newer
**and** they are different (checked with checksum and size).
2019-10-12 11:54:56 +01:00
..
pipe_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
pipe.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
rc_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
rc.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
sync_test.go sync: --update/-u not transfer files that haven't changed - fixes #3232 2019-10-12 11:54:56 +01:00
sync.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00