From 7dbf1ab66f4ff45fe738f350d778ddfb2ef4f31a Mon Sep 17 00:00:00 2001 From: jumbi77 Date: Fri, 24 Mar 2023 12:35:58 +0100 Subject: [PATCH] docs: add info about # of parallel checks for rclone check/cryptcheck --- docs/content/commands/rclone_check.md | 2 ++ docs/content/commands/rclone_cryptcheck.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/content/commands/rclone_check.md b/docs/content/commands/rclone_check.md index 112633fab..0286fd59d 100644 --- a/docs/content/commands/rclone_check.md +++ b/docs/content/commands/rclone_check.md @@ -52,6 +52,8 @@ you what happened to it. These are reminiscent of diff files. - `* path` means path was present in source and destination but different. - `! path` means there was an error reading or hashing the source or dest. +The default number of parallel checks is N=8. See the [--checkers=N](/docs/#checkers-n) option +for more information. ``` rclone check source:path dest:path [flags] diff --git a/docs/content/commands/rclone_cryptcheck.md b/docs/content/commands/rclone_cryptcheck.md index 21528b029..da476b7d2 100644 --- a/docs/content/commands/rclone_cryptcheck.md +++ b/docs/content/commands/rclone_cryptcheck.md @@ -57,6 +57,8 @@ you what happened to it. These are reminiscent of diff files. - `* path` means path was present in source and destination but different. - `! path` means there was an error reading or hashing the source or dest. +The default number of parallel checks is N=8. See the [--checkers=N](/docs/#checkers-n) option +for more information. ``` rclone cryptcheck remote:path cryptedremote:path [flags]