mirror of
https://github.com/rclone/rclone.git
synced 2025-05-31 08:15:50 +08:00
fs: Use --cutoff-mode hard,soft,catious instead of 3 --max-transfer-mode flags
Fixes #2672
This commit is contained in:

committed by
Nick Craig-Wood

parent
6f1766dd9e
commit
2b3d13a841
@ -736,18 +736,18 @@ 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) ###
|
||||
### --cutoff-mode=hard|soft|cautious ###
|
||||
|
||||
This modifies the behavior of `--max-transfer`
|
||||
Defaults to `--max-transfer-hard`.
|
||||
Defaults to `--cutoff-mode=hard`.
|
||||
|
||||
Specifiying `--max-transfer-hard` will stop transferring immediately
|
||||
Specifiying `--cutoff-mode=hard` will stop transferring immediately
|
||||
when Rclone reaches the limit.
|
||||
|
||||
Specifiying `--max-transfer-soft` will stop starting new transfers
|
||||
Specifiying `--cutoff-mode=soft` will stop starting new transfers
|
||||
when Rclone reaches the limit.
|
||||
|
||||
Specifiying `--max-transfer-cautious` will try to prevent Rclone
|
||||
Specifiying `--cutoff-mode=cautious` will try to prevent Rclone
|
||||
from reaching the limit.
|
||||
|
||||
### --modify-window=TIME ###
|
||||
|
Reference in New Issue
Block a user