docs: for --max-delete
This commit is contained in:
parent
ab8c0a81fa
commit
771fbbe314
1 changed files with 6 additions and 0 deletions
|
@ -501,6 +501,12 @@ to reduce the value so rclone moves on to a high level retry (see the
|
||||||
|
|
||||||
Disable low level retries with `--low-level-retries 1`.
|
Disable low level retries with `--low-level-retries 1`.
|
||||||
|
|
||||||
|
### --max-delete=N ###
|
||||||
|
|
||||||
|
This tells rclone not to delete more than N files. If that limit is
|
||||||
|
exceeded then a fatal error will be generated and rclone will stop the
|
||||||
|
operation in progress.
|
||||||
|
|
||||||
### --max-depth=N ###
|
### --max-depth=N ###
|
||||||
|
|
||||||
This modifies the recursion depth for all the commands except purge.
|
This modifies the recursion depth for all the commands except purge.
|
||||||
|
|
Loading…
Reference in a new issue