rclone/fs/sync
boosh 0d7573dd81 fs: Add --max-duration flag to control the maximum duration of a transfer session
This gives you more control over how long rclone will run for, making
it easier to script backups, e.g. via cron. Once the `--max-duration`
time limit is reached, no new transfers will be initiated, but those
already in-flight will be allowed to complete.

Fixes #985
2020-01-24 13:28:56 +00:00
..
pipe_test.go sync: implement --order-by flag to order transfers - fixes #1205 2020-01-16 15:24:36 +00:00
pipe.go sync: implement --order-by flag to order transfers - fixes #1205 2020-01-16 15:24:36 +00: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 fs: Add --max-duration flag to control the maximum duration of a transfer session 2020-01-24 13:28:56 +00:00
sync.go fs: Add --max-duration flag to control the maximum duration of a transfer session 2020-01-24 13:28:56 +00:00