mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 10:33:34 +00:00
Implement --max-transfer flag to quit transferring at a limit #1655
This commit is contained in:
@@ -536,6 +536,13 @@ files not recursed through are considered excluded and will be deleted
|
||||
on the destination. Test first with `--dry-run` if you are not sure
|
||||
what will happen.
|
||||
|
||||
### --max-transfer=SIZE ###
|
||||
|
||||
Rclone will stop transferring when it has reached the size specified.
|
||||
Defaults to off.
|
||||
|
||||
When the limit is reached all transfers will stop immediately.
|
||||
|
||||
### --modify-window=TIME ###
|
||||
|
||||
When checking whether a file has been modified, this is the maximum
|
||||
|
||||
Reference in New Issue
Block a user