mirror of
https://github.com/rclone/rclone.git
synced 2025-06-04 19:24:35 +08:00
fs: Add support for --max-transfer-cutoff modes #2672
This also adds max transfer cut off check for server side copies too
This commit is contained in:

committed by
Nick Craig-Wood

parent
7d70eb0346
commit
6f1766dd9e
@ -736,6 +736,20 @@ When the limit is reached all transfers will stop immediately.
|
||||
|
||||
Rclone will exit with exit code 8 if the transfer limit is reached.
|
||||
|
||||
### --max-transfer-(hard,soft,cautious) ###
|
||||
|
||||
This modifies the behavior of `--max-transfer`
|
||||
Defaults to `--max-transfer-hard`.
|
||||
|
||||
Specifiying `--max-transfer-hard` will stop transferring immediately
|
||||
when Rclone reaches the limit.
|
||||
|
||||
Specifiying `--max-transfer-soft` will stop starting new transfers
|
||||
when Rclone reaches the limit.
|
||||
|
||||
Specifiying `--max-transfer-cautious` will try to prevent Rclone
|
||||
from reaching the limit.
|
||||
|
||||
### --modify-window=TIME ###
|
||||
|
||||
When checking whether a file has been modified, this is the maximum
|
||||
|
Reference in New Issue
Block a user