From 771fbbe3144fba46d5c69cedf7f1bd38bc1da78b Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 12 Feb 2018 10:48:12 +0000 Subject: [PATCH] docs: for --max-delete --- docs/content/docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/content/docs.md b/docs/content/docs.md index 9fdfbf750..4afa72cb0 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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.