mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
docs: for --max-delete
This commit is contained in:
parent
ab8c0a81fa
commit
771fbbe314
@ -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`.
|
||||
|
||||
### --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 ###
|
||||
|
||||
This modifies the recursion depth for all the commands except purge.
|
||||
|
Loading…
Reference in New Issue
Block a user