forked from TrueCloudLab/rclone
docs: add info about # of parallel checks for rclone check/cryptcheck
This commit is contained in:
parent
bfe272bf67
commit
7dbf1ab66f
2 changed files with 4 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue