Skip to content

Commit d93dad2

Browse files
authored
doc: add note on concurrency of rclone purge
1 parent e27bf8b commit d93dad2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/purge/purge.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ include/exclude filters - everything will be removed. Use the
2222
delete files. To delete empty directories only, use command
2323
[rmdir](/commands/rclone_rmdir/) or [rmdirs](/commands/rclone_rmdirs/).
2424
25+
The concurrency of this operation is controlled by the ` + "`--checkers`" + ` global flag. However, some backends will
26+
implement this command directly, in which case ` + "`--checkers`" + ` will be ignored.
27+
2528
**Important**: Since this can cause data loss, test first with the
2629
` + "`--dry-run` or the `--interactive`/`-i`" + ` flag.
2730
`,

0 commit comments

Comments
 (0)