mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 15:30:06 +08:00
docs: fix typos found by codespell
This commit is contained in:
parent
722a3f32cc
commit
afe158f878
|
@ -13,7 +13,7 @@ Authors
|
||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
|
||||||
{{< rem `email addresses removed from here need to be addeed to
|
{{< rem `email addresses removed from here need to be added to
|
||||||
bin/.ignore-emails to make sure update-authors.py doesn't immediately
|
bin/.ignore-emails to make sure update-authors.py doesn't immediately
|
||||||
put them back in again.` >}}
|
put them back in again.` >}}
|
||||||
|
|
||||||
|
|
|
@ -596,7 +596,7 @@ quashed by adding `--quiet` to the bisync command line.
|
||||||
# NOTICE: If you make changes to this file you MUST do a --resync run.
|
# NOTICE: If you make changes to this file you MUST do a --resync run.
|
||||||
# Run with --dry-run to see what changes will be made.
|
# Run with --dry-run to see what changes will be made.
|
||||||
|
|
||||||
# Dropbox wont sync some files so filter them away here.
|
# Dropbox won't sync some files so filter them away here.
|
||||||
# See https://help.dropbox.com/installs-integrations/sync-uploads/files-not-syncing
|
# See https://help.dropbox.com/installs-integrations/sync-uploads/files-not-syncing
|
||||||
- .dropbox.attr
|
- .dropbox.attr
|
||||||
- ~*.tmp
|
- ~*.tmp
|
||||||
|
@ -1008,7 +1008,7 @@ Your normal workflow might be as follows:
|
||||||
Delete a single file.
|
Delete a single file.
|
||||||
- `delete-glob <dir> <pattern>`
|
- `delete-glob <dir> <pattern>`
|
||||||
Delete a group of files located one level deep in the given directory
|
Delete a group of files located one level deep in the given directory
|
||||||
with names maching a given glob pattern.
|
with names matching a given glob pattern.
|
||||||
- `touch-glob YYYY-MM-DD <dir> <pattern>`
|
- `touch-glob YYYY-MM-DD <dir> <pattern>`
|
||||||
Change modification time on a group of files.
|
Change modification time on a group of files.
|
||||||
- `touch-copy YYYY-MM-DD <source-file> <dest-dir>`
|
- `touch-copy YYYY-MM-DD <source-file> <dest-dir>`
|
||||||
|
|
|
@ -2020,8 +2020,8 @@ all the docs and Edward Barker for helping re-write the front page.
|
||||||
* Use proper import path go.etcd.io/bbolt (Robert-André Mauchin)
|
* Use proper import path go.etcd.io/bbolt (Robert-André Mauchin)
|
||||||
* Crypt
|
* Crypt
|
||||||
* Calculate hashes for uploads from local disk (Nick Craig-Wood)
|
* Calculate hashes for uploads from local disk (Nick Craig-Wood)
|
||||||
* This allows crypted Jottacloud uploads without using local disk
|
* This allows encrypted Jottacloud uploads without using local disk
|
||||||
* This means crypted s3/b2 uploads will now have hashes
|
* This means encrypted s3/b2 uploads will now have hashes
|
||||||
* Added `rclone backend decode`/`encode` commands to replicate functionality of `cryptdecode` (Anagh Kumar Baranwal)
|
* Added `rclone backend decode`/`encode` commands to replicate functionality of `cryptdecode` (Anagh Kumar Baranwal)
|
||||||
* Get rid of the unused Cipher interface as it obfuscated the code (Nick Craig-Wood)
|
* Get rid of the unused Cipher interface as it obfuscated the code (Nick Craig-Wood)
|
||||||
* Azure Blob
|
* Azure Blob
|
||||||
|
@ -3231,7 +3231,7 @@ Point release to fix hubic and azureblob backends.
|
||||||
* Fix panic when running without plex configs (Remus Bunduc)
|
* Fix panic when running without plex configs (Remus Bunduc)
|
||||||
* Fix root folder caching (Remus Bunduc)
|
* Fix root folder caching (Remus Bunduc)
|
||||||
* Crypt
|
* Crypt
|
||||||
* Check the crypted hash of files when uploading for extra data security
|
* Check the encrypted hash of files when uploading for extra data security
|
||||||
* Dropbox
|
* Dropbox
|
||||||
* Make Dropbox for business folders accessible using an initial `/` in the path
|
* Make Dropbox for business folders accessible using an initial `/` in the path
|
||||||
* Google Cloud Storage
|
* Google Cloud Storage
|
||||||
|
@ -3586,7 +3586,7 @@ Point release to fix hubic and azureblob backends.
|
||||||
* New commands
|
* New commands
|
||||||
* `rcat` - read from standard input and stream upload
|
* `rcat` - read from standard input and stream upload
|
||||||
* `tree` - shows a nicely formatted recursive listing
|
* `tree` - shows a nicely formatted recursive listing
|
||||||
* `cryptdecode` - decode crypted file names (thanks ishuah)
|
* `cryptdecode` - decode encrypted file names (thanks ishuah)
|
||||||
* `config show` - print the config file
|
* `config show` - print the config file
|
||||||
* `config file` - print the config file location
|
* `config file` - print the config file location
|
||||||
* New Features
|
* New Features
|
||||||
|
@ -3890,7 +3890,7 @@ Point release to fix hubic and azureblob backends.
|
||||||
* Fix `rclone move` command
|
* Fix `rclone move` command
|
||||||
* Delete src files which already existed in dst
|
* Delete src files which already existed in dst
|
||||||
* Fix deletion of src file when dst file older
|
* Fix deletion of src file when dst file older
|
||||||
* Fix `rclone check` on crypted file systems
|
* Fix `rclone check` on encrypted file systems
|
||||||
* Make failed uploads not count as "Transferred"
|
* Make failed uploads not count as "Transferred"
|
||||||
* Make sure high level retries show with `-q`
|
* Make sure high level retries show with `-q`
|
||||||
* Use a vendor directory with godep for repeatable builds
|
* Use a vendor directory with godep for repeatable builds
|
||||||
|
|
|
@ -47,7 +47,7 @@ See the [global flags page](/flags/) for global options not listed here.
|
||||||
* [rclone copy](/commands/rclone_copy/) - Copy files from source to dest, skipping identical files.
|
* [rclone copy](/commands/rclone_copy/) - Copy files from source to dest, skipping identical files.
|
||||||
* [rclone copyto](/commands/rclone_copyto/) - Copy files from source to dest, skipping identical files.
|
* [rclone copyto](/commands/rclone_copyto/) - Copy files from source to dest, skipping identical files.
|
||||||
* [rclone copyurl](/commands/rclone_copyurl/) - Copy url content to dest.
|
* [rclone copyurl](/commands/rclone_copyurl/) - Copy url content to dest.
|
||||||
* [rclone cryptcheck](/commands/rclone_cryptcheck/) - Cryptcheck checks the integrity of a crypted remote.
|
* [rclone cryptcheck](/commands/rclone_cryptcheck/) - Cryptcheck checks the integrity of an encrypted remote.
|
||||||
* [rclone cryptdecode](/commands/rclone_cryptdecode/) - Cryptdecode returns unencrypted file names.
|
* [rclone cryptdecode](/commands/rclone_cryptdecode/) - Cryptdecode returns unencrypted file names.
|
||||||
* [rclone dedupe](/commands/rclone_dedupe/) - Interactively find duplicate filenames and delete/rename them.
|
* [rclone dedupe](/commands/rclone_dedupe/) - Interactively find duplicate filenames and delete/rename them.
|
||||||
* [rclone delete](/commands/rclone_delete/) - Remove the files in path.
|
* [rclone delete](/commands/rclone_delete/) - Remove the files in path.
|
||||||
|
|
|
@ -18,7 +18,7 @@ match. It doesn't alter the source or destination.
|
||||||
|
|
||||||
For the [crypt](/crypt/) remote there is a dedicated command,
|
For the [crypt](/crypt/) remote there is a dedicated command,
|
||||||
[cryptcheck](/commands/rclone_cryptcheck/), that are able to check
|
[cryptcheck](/commands/rclone_cryptcheck/), that are able to check
|
||||||
the checksums of the crypted files.
|
the checksums of the encrypted files.
|
||||||
|
|
||||||
If you supply the `--size-only` flag, it will only compare the sizes not
|
If you supply the `--size-only` flag, it will only compare the sizes not
|
||||||
the hashes as well. Use this for a quick check.
|
the hashes as well. Use this for a quick check.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "rclone cryptcheck"
|
title: "rclone cryptcheck"
|
||||||
description: "Cryptcheck checks the integrity of a crypted remote."
|
description: "Cryptcheck checks the integrity of an encrypted remote."
|
||||||
slug: rclone_cryptcheck
|
slug: rclone_cryptcheck
|
||||||
url: /commands/rclone_cryptcheck/
|
url: /commands/rclone_cryptcheck/
|
||||||
versionIntroduced: v1.36
|
versionIntroduced: v1.36
|
||||||
|
@ -8,21 +8,21 @@ versionIntroduced: v1.36
|
||||||
---
|
---
|
||||||
# rclone cryptcheck
|
# rclone cryptcheck
|
||||||
|
|
||||||
Cryptcheck checks the integrity of a crypted remote.
|
Cryptcheck checks the integrity of an encrypted remote.
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
|
|
||||||
rclone cryptcheck checks a remote against a [crypted](/crypt/) remote.
|
rclone cryptcheck checks a remote against an [encrypted](/crypt/) remote.
|
||||||
This is the equivalent of running rclone [check](/commands/rclone_check/),
|
This is the equivalent of running rclone [check](/commands/rclone_check/),
|
||||||
but able to check the checksums of the crypted remote.
|
but able to check the checksums of the encrypted remote.
|
||||||
|
|
||||||
For it to work the underlying remote of the cryptedremote must support
|
For it to work the underlying remote of the encryptedremote must support
|
||||||
some kind of checksum.
|
some kind of checksum.
|
||||||
|
|
||||||
It works by reading the nonce from each file on the cryptedremote: and
|
It works by reading the nonce from each file on the encryptedremote: and
|
||||||
using that to encrypt each file on the remote:. It then checks the
|
using that to encrypt each file on the remote:. It then checks the
|
||||||
checksum of the underlying file on the cryptedremote: against the
|
checksum of the underlying file on the ercryptedremote: against the
|
||||||
checksum of the file it has just encrypted.
|
checksum of the file it has just encrypted.
|
||||||
|
|
||||||
Use it like this
|
Use it like this
|
||||||
|
@ -61,7 +61,7 @@ The default number of parallel checks is N=8. See the [--checkers=N](/docs/#chec
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
```
|
```
|
||||||
rclone cryptcheck remote:path cryptedremote:path [flags]
|
rclone cryptcheck remote:path encryptedremote:path [flags]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
|
@ -59,7 +59,7 @@ which can lead to "corrupted on transfer" errors. This is the case because
|
||||||
the client chooses indiscriminately which server to send commands to while
|
the client chooses indiscriminately which server to send commands to while
|
||||||
the servers all have different views of the state of the filing system.
|
the servers all have different views of the state of the filing system.
|
||||||
|
|
||||||
The "restrict" in authorized_keys prevents SHA1SUMs and MD5SUMs from beeing
|
The "restrict" in authorized_keys prevents SHA1SUMs and MD5SUMs from being
|
||||||
used. Omitting "restrict" and using `--sftp-path-override` to enable
|
used. Omitting "restrict" and using `--sftp-path-override` to enable
|
||||||
checksumming is possible but less secure and you could use the SFTP server
|
checksumming is possible but less secure and you could use the SFTP server
|
||||||
provided by OpenSSH in this case.
|
provided by OpenSSH in this case.
|
||||||
|
|
|
@ -14,7 +14,7 @@ Run a test command
|
||||||
|
|
||||||
Rclone test is used to run test commands.
|
Rclone test is used to run test commands.
|
||||||
|
|
||||||
Select which test comand you want with the subcommand, eg
|
Select which test command you want with the subcommand, eg
|
||||||
|
|
||||||
rclone test memory remote:
|
rclone test memory remote:
|
||||||
|
|
||||||
|
|
|
@ -414,7 +414,7 @@ Hashes are not stored for crypt. However the data integrity is
|
||||||
protected by an extremely strong crypto authenticator.
|
protected by an extremely strong crypto authenticator.
|
||||||
|
|
||||||
Use the `rclone cryptcheck` command to check the
|
Use the `rclone cryptcheck` command to check the
|
||||||
integrity of a crypted remote instead of `rclone check` which can't
|
integrity of an encrypted remote instead of `rclone check` which can't
|
||||||
check the checksums properly.
|
check the checksums properly.
|
||||||
|
|
||||||
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/crypt/crypt.go then run make backenddocs" >}}
|
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/crypt/crypt.go then run make backenddocs" >}}
|
||||||
|
@ -640,9 +640,9 @@ Usage Example:
|
||||||
|
|
||||||
{{< rem autogenerated options stop >}}
|
{{< rem autogenerated options stop >}}
|
||||||
|
|
||||||
## Backing up a crypted remote
|
## Backing up an encrypted remote
|
||||||
|
|
||||||
If you wish to backup a crypted remote, it is recommended that you use
|
If you wish to backup an encrypted remote, it is recommended that you use
|
||||||
`rclone sync` on the encrypted files, and make sure the passwords are
|
`rclone sync` on the encrypted files, and make sure the passwords are
|
||||||
the same in the new encrypted remote.
|
the same in the new encrypted remote.
|
||||||
|
|
||||||
|
|
|
@ -840,7 +840,7 @@ they are incorrect as it would normally.
|
||||||
|
|
||||||
### --color WHEN ###
|
### --color WHEN ###
|
||||||
|
|
||||||
Specifiy when colors (and other ANSI codes) should be added to the output.
|
Specify when colors (and other ANSI codes) should be added to the output.
|
||||||
|
|
||||||
`AUTO` (default) only allows ANSI codes when the output is a terminal
|
`AUTO` (default) only allows ANSI codes when the output is a terminal
|
||||||
|
|
||||||
|
|
|
@ -166,7 +166,7 @@ Which will match a directory called `start` with a file called
|
||||||
`end.jpg` in it as the `.*` will match `/` characters.
|
`end.jpg` in it as the `.*` will match `/` characters.
|
||||||
|
|
||||||
Note that you can use `-vv --dump filters` to show the filter patterns
|
Note that you can use `-vv --dump filters` to show the filter patterns
|
||||||
in regexp format - rclone implements the glob patters by transforming
|
in regexp format - rclone implements the glob patterns by transforming
|
||||||
them into regular expressions.
|
them into regular expressions.
|
||||||
|
|
||||||
## Filter pattern examples {#examples}
|
## Filter pattern examples {#examples}
|
||||||
|
|
|
@ -341,6 +341,6 @@ directory, usually `~/.cache/rclone/kv/`. Databases are maintained
|
||||||
one per _base_ backend, named like `BaseRemote~hasher.bolt`.
|
one per _base_ backend, named like `BaseRemote~hasher.bolt`.
|
||||||
Checksums for multiple `alias`-es into a single base backend
|
Checksums for multiple `alias`-es into a single base backend
|
||||||
will be stored in the single database. All local paths are treated as
|
will be stored in the single database. All local paths are treated as
|
||||||
aliases into the `local` backend (unless crypted or chunked) and stored
|
aliases into the `local` backend (unless encrypted or chunked) and stored
|
||||||
in `~/.cache/rclone/kv/local~hasher.bolt`.
|
in `~/.cache/rclone/kv/local~hasher.bolt`.
|
||||||
Databases can be shared between multiple rclone processes.
|
Databases can be shared between multiple rclone processes.
|
||||||
|
|
|
@ -244,7 +244,7 @@ Small files will be cached in memory - see the
|
||||||
[--jottacloud-md5-memory-limit](#jottacloud-md5-memory-limit) flag.
|
[--jottacloud-md5-memory-limit](#jottacloud-md5-memory-limit) flag.
|
||||||
When uploading from local disk the source checksum is always available,
|
When uploading from local disk the source checksum is always available,
|
||||||
so this does not apply. Starting with rclone version 1.52 the same is
|
so this does not apply. Starting with rclone version 1.52 the same is
|
||||||
true for crypted remotes (in older versions the crypt backend would not
|
true for encrypted remotes (in older versions the crypt backend would not
|
||||||
calculate hashes for uploads from local disk, so the Jottacloud
|
calculate hashes for uploads from local disk, so the Jottacloud
|
||||||
backend had to do it as described above).
|
backend had to do it as described above).
|
||||||
|
|
||||||
|
|
|
@ -259,7 +259,7 @@ Use HTTPS for transfers.
|
||||||
MEGA uses plain text HTTP connections by default.
|
MEGA uses plain text HTTP connections by default.
|
||||||
Some ISPs throttle HTTP connections, this causes transfers to become very slow.
|
Some ISPs throttle HTTP connections, this causes transfers to become very slow.
|
||||||
Enabling this will force MEGA to use HTTPS for all transfers.
|
Enabling this will force MEGA to use HTTPS for all transfers.
|
||||||
HTTPS is normally not necesary since all data is already encrypted anyway.
|
HTTPS is normally not necessary since all data is already encrypted anyway.
|
||||||
Enabling it will increase CPU usage and add network overhead.
|
Enabling it will increase CPU usage and add network overhead.
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
|
|
|
@ -16,7 +16,7 @@ command.) You may put subdirectories in too, e.g. `remote:item/path/to/dir`.
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
The first path segment must be the name of the share, which you entered when you started to share on Windows. On smbd, it's the section title in `smb.conf` (usually in `/etc/samba/`) file.
|
The first path segment must be the name of the share, which you entered when you started to share on Windows. On smbd, it's the section title in `smb.conf` (usually in `/etc/samba/`) file.
|
||||||
You can find shares by quering the root if you're unsure (e.g. `rclone lsd remote:`).
|
You can find shares by querying the root if you're unsure (e.g. `rclone lsd remote:`).
|
||||||
|
|
||||||
You can't access to the shared printers from rclone, obviously.
|
You can't access to the shared printers from rclone, obviously.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user