rclone/fs/config/configflags
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
..
configflags.go fs: Add --max-duration flag to control the maximum duration of a transfer session 2020-01-24 13:28:56 +00:00