mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
cmd: added --retries-sleep flag
The --retries-sleep flag can be used to sleep after each retry.
This commit is contained in:
committed by
Nick Craig-Wood
parent
05edb5f501
commit
da45dadfe9
@@ -591,6 +591,12 @@ files which didn't get transferred because of errors.
|
||||
|
||||
Disable retries with `--retries 1`.
|
||||
|
||||
### --retries-sleep=TIME ###
|
||||
|
||||
This sets the interval between each retry specified by `--retries`
|
||||
|
||||
The default is 0. Use 0 to disable.
|
||||
|
||||
### --size-only ###
|
||||
|
||||
Normally rclone will look at modification time and size of files to
|
||||
|
||||
Reference in New Issue
Block a user