1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: exit code 9 requires --error-on-no-transfer

Updated exit code 9 definition to include that it requires the use of the "--error-on-no-transfer" flag with a link to that section.
This commit is contained in:
Eric Wolf
2024-05-07 08:18:05 +01:00
committed by GitHub
parent c5ff5afc21
commit a0dacf4930

View File

@@ -2781,7 +2781,7 @@ it will log a high priority message if the retry was successful.
* `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
* `9` - Operation successful, but no files transferred
* `9` - Operation successful, but no files transferred (Requires [`--error-on-no-transfer`](#error-on-no-transfer))
* `10` - Duration exceeded - limit set by --max-duration reached
Environment Variables