docs: add info about # of parallel checks for rclone check/cryptcheck

This commit is contained in:
jumbi77 2023-03-24 12:35:58 +01:00 committed by GitHub
parent bfe272bf67
commit 7dbf1ab66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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]

View File

@ -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]