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

This commit is contained in:
jumbi77 authored and GitHub committed 2023-03-24 11:35:58 +00:00
1 parent bfe272bf67
commit 7dbf1ab66f
2 files changed
+4

No files matched your search

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