mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
cmd: make exit code 8 for --max-transfer exceeded
This commit is contained in:
@@ -543,6 +543,8 @@ Defaults to off.
|
||||
|
||||
When the limit is reached all transfers will stop immediately.
|
||||
|
||||
Rclone will exit with exit code 8 if the transfer limit is reached.
|
||||
|
||||
### --modify-window=TIME ###
|
||||
|
||||
When checking whether a file has been modified, this is the maximum
|
||||
@@ -1097,6 +1099,7 @@ it will log a high priority message if the retry was successful.
|
||||
* `5` - Temporary error (one that more retries might fix) (Retry errors)
|
||||
* `6` - Less serious errors (like 461 errors from dropbox) (NoRetry errors)
|
||||
* `7` - Fatal error (one that more retries won't fix, like account suspended) (Fatal errors)
|
||||
* `8` - Transfer exceeded - limit set by --max-transfer reached
|
||||
|
||||
Environment Variables
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user