mirror of
https://github.com/rclone/rclone.git
synced 2025-01-08 23:40:29 +01:00
docs: add info about # of parallel checks for rclone check/cryptcheck
This commit is contained in:
parent
bfe272bf67
commit
7dbf1ab66f
@ -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 New Issue
Block a user