rclone/fs/sync
Nick Craig-Wood 21355b4208 sync: Fix --max-duration so it doesn't retry when the duration is exceeded
Before this change, if the --max-duration limit was reached then
rclone would retry the sync as a fatal error wasn't raised.

This checks the deadline and raises a fatal error if necessary at the
end of the sync.

Fixes #6002
2022-03-03 17:08:16 +00:00
..
pipe_test.go sync: implement --order-by xxx,mixed 2020-03-16 15:50:04 +00:00
pipe.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
rc_test.go 🧪 fstest: fix time tests on Windows and add convenience methods to check local and remote fs with precision 2021-11-09 11:43:36 +00:00
rc.go docs: punctuation cleanup 2021-10-20 22:56:19 +02:00
sync_test.go sync: Fix --max-duration so it doesn't retry when the duration is exceeded 2022-03-03 17:08:16 +00:00
sync.go sync: Fix --max-duration so it doesn't retry when the duration is exceeded 2022-03-03 17:08:16 +00:00