docs: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos 2023-03-24 14:31:39 +01:00 committed by Nick Craig-Wood
parent 722a3f32cc
commit afe158f878
15 changed files with 29 additions and 29 deletions

View File

@ -13,7 +13,7 @@ Authors
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
put them back in again.` >}}

View File

@ -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.
# 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
- .dropbox.attr
- ~*.tmp
@ -1008,7 +1008,7 @@ Your normal workflow might be as follows:
Delete a single file.
- `delete-glob <dir> <pattern>`
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>`
Change modification time on a group of files.
- `touch-copy YYYY-MM-DD <source-file> <dest-dir>`

View File

@ -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)
* Crypt
* Calculate hashes for uploads from local disk (Nick Craig-Wood)
* This allows crypted Jottacloud uploads without using local disk
* This means crypted s3/b2 uploads will now have hashes
* This allows encrypted Jottacloud uploads without using local disk
* This means encrypted s3/b2 uploads will now have hashes
* 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)
* Azure Blob
@ -3231,7 +3231,7 @@ Point release to fix hubic and azureblob backends.
* Fix panic when running without plex configs (Remus Bunduc)
* Fix root folder caching (Remus Bunduc)
* 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
* Make Dropbox for business folders accessible using an initial `/` in the path
* Google Cloud Storage
@ -3586,7 +3586,7 @@ Point release to fix hubic and azureblob backends.
* New commands
* `rcat` - read from standard input and stream upload
* `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 file` - print the config file location
* New Features
@ -3890,7 +3890,7 @@ Point release to fix hubic and azureblob backends.
* Fix `rclone move` command
* Delete src files which already existed in dst
* 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 sure high level retries show with `-q`
* Use a vendor directory with godep for repeatable builds

View File

@ -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 copyto](/commands/rclone_copyto/) - Copy files from source to dest, skipping identical files.
* [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 dedupe](/commands/rclone_dedupe/) - Interactively find duplicate filenames and delete/rename them.
* [rclone delete](/commands/rclone_delete/) - Remove the files in path.

View File

@ -18,7 +18,7 @@ match. It doesn't alter the source or destination.
For the [crypt](/crypt/) remote there is a dedicated command,
[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
the hashes as well. Use this for a quick check.

View File

@ -1,6 +1,6 @@
---
title: "rclone cryptcheck"
description: "Cryptcheck checks the integrity of a crypted remote."
description: "Cryptcheck checks the integrity of an encrypted remote."
slug: rclone_cryptcheck
url: /commands/rclone_cryptcheck/
versionIntroduced: v1.36
@ -8,21 +8,21 @@ versionIntroduced: v1.36
---
# rclone cryptcheck
Cryptcheck checks the integrity of a crypted remote.
Cryptcheck checks the integrity of an encrypted remote.
## 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/),
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.
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
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.
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.
```
rclone cryptcheck remote:path cryptedremote:path [flags]
rclone cryptcheck remote:path encryptedremote:path [flags]
```
## Options

View File

@ -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 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
checksumming is possible but less secure and you could use the SFTP server
provided by OpenSSH in this case.

View File

@ -14,7 +14,7 @@ Run a test command
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:

View File

@ -414,7 +414,7 @@ Hashes are not stored for crypt. However the data integrity is
protected by an extremely strong crypto authenticator.
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.
{{< 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 >}}
## 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
the same in the new encrypted remote.

View File

@ -840,7 +840,7 @@ they are incorrect as it would normally.
### --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

View File

@ -166,7 +166,7 @@ Which will match a directory called `start` with a file called
`end.jpg` in it as the `.*` will match `/` characters.
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.
## Filter pattern examples {#examples}

View File

@ -341,6 +341,6 @@ directory, usually `~/.cache/rclone/kv/`. Databases are maintained
one per _base_ backend, named like `BaseRemote~hasher.bolt`.
Checksums for multiple `alias`-es into a single base backend
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`.
Databases can be shared between multiple rclone processes.

View File

@ -244,7 +244,7 @@ Small files will be cached in memory - see the
[--jottacloud-md5-memory-limit](#jottacloud-md5-memory-limit) flag.
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
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
backend had to do it as described above).

View File

@ -259,7 +259,7 @@ Use HTTPS for transfers.
MEGA uses plain text HTTP connections by default.
Some ISPs throttle HTTP connections, this causes transfers to become very slow.
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.
Properties:

View File

@ -16,7 +16,7 @@ command.) You may put subdirectories in too, e.g. `remote:item/path/to/dir`.
## 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.
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.