rclone/fs/operations
Nick Craig-Wood 50bb9b7bdd check: fix --one-way recursing more directories than it needs to
Before this change rclone traversed all directories in the destination.

After this change rclone doesn't traverse directories in the
destination that don't exist in the source if the `--one-way` flag is
set.

See: https://forum.rclone.org/t/check-with-one-way-flag-should-not-traverses-all-destination-directories/13263
2019-12-07 13:26:55 +00:00
..
dedupe_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
dedupe.go operations: fix dedupe continuing on errors like insufficientFilePermisson - fixes #3470 2019-11-26 10:58:52 +00:00
listdirsorted_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
lsjson.go fs: Implement UnWrapObject and UnWrapFs 2019-08-14 15:07:38 +01:00
multithread_test.go fstest: let backends advertise maximum file size 2019-09-24 12:45:12 +01:00
multithread.go operations: disable multi thread copy for local to local copies #3419 2019-08-14 15:07:38 +01:00
operations_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
operations_test.go Remove backend dependency from fs/hash 2019-10-01 16:29:58 +01:00
operations.go check: fix --one-way recursing more directories than it needs to 2019-12-07 13:26:55 +00:00
rc_test.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
rc.go copyurl: add --auto-filename flag for using file name from url in destination path (#3451) 2019-09-03 17:25:19 +01:00
reopen_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
reopen.go operations: make reopen code error on NoLowLevelRetry errors - fixes #3777 2019-12-06 10:54:03 +00:00
xtra_operations_test.go tests: bring memory hungry tests close to end 2019-09-24 12:45:12 +01:00