mirror of
https://github.com/rclone/rclone.git
synced 2026-01-09 12:03:20 +00:00
docs: spelling: server-side
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
87e54f2dde
commit
bbe7eb35f1
@@ -37,7 +37,7 @@ verifies checksums at all times. Transfers over limited bandwidth;
|
||||
intermittent connections, or subject to quota can be restarted, from
|
||||
the last good file transferred. You can
|
||||
[check](/commands/rclone_check/) the integrity of your files. Where
|
||||
possible, rclone employs server side transfers to minimise local
|
||||
possible, rclone employs server-side transfers to minimise local
|
||||
bandwidth use and transfers from one provider to another without
|
||||
using local disk.
|
||||
|
||||
|
||||
@@ -417,7 +417,7 @@ This value should be set no larger than 4.657GiB (== 5GB).
|
||||
|
||||
Cutoff for switching to multipart copy
|
||||
|
||||
Any files larger than this that need to be server side copied will be
|
||||
Any files larger than this that need to be server-side copied will be
|
||||
copied in chunks of this size.
|
||||
|
||||
The minimum is 0 and the maximum is 4.6GB.
|
||||
|
||||
@@ -192,7 +192,7 @@ description: "Rclone Changelog"
|
||||
* Azure Blob
|
||||
* Don't compile on < go1.13 after dependency update (Nick Craig-Wood)
|
||||
* B2
|
||||
* Implement server side copy for files > 5GB (Nick Craig-Wood)
|
||||
* Implement server-side copy for files > 5GB (Nick Craig-Wood)
|
||||
* Cancel in progress multipart uploads and copies on rclone exit (Nick Craig-Wood)
|
||||
* Note that b2's encoding now allows \ but rclone's hasn't changed (Nick Craig-Wood)
|
||||
* Fix transfers when using download_url (Nick Craig-Wood)
|
||||
@@ -208,7 +208,7 @@ description: "Rclone Changelog"
|
||||
* Work around drive bug which didn't set modtime of copied docs (Nick Craig-Wood)
|
||||
* Added `--drive-starred-only` to only show starred files (Jay McEntire)
|
||||
* Deprecate `--drive-alternate-export` as it is no longer needed (themylogin)
|
||||
* Fix duplication of Google docs on server side copy (Nick Craig-Wood)
|
||||
* Fix duplication of Google docs on server-side copy (Nick Craig-Wood)
|
||||
* Fix "panic: send on closed channel" when recycling dir entries (Nick Craig-Wood)
|
||||
* Dropbox
|
||||
* Add copyright detector info in limitations section in the docs (Alex Guerrero)
|
||||
@@ -798,7 +798,7 @@ all the docs and Edward Barker for helping re-write the front page.
|
||||
* Free objects after they come out of the transfer pipe to save memory (Nick Craig-Wood)
|
||||
* Fix `--files-from without --no-traverse` doing a recursive scan (Nick Craig-Wood)
|
||||
* operations
|
||||
* Fix accounting for server side copies (Nick Craig-Wood)
|
||||
* Fix accounting for server-side copies (Nick Craig-Wood)
|
||||
* Display 'All duplicates removed' only if dedupe successful (Sezal Agrawal)
|
||||
* Display 'Deleted X extra copies' only if dedupe successful (Sezal Agrawal)
|
||||
* accounting
|
||||
@@ -997,10 +997,10 @@ all the docs and Edward Barker for helping re-write the front page.
|
||||
* Make all operations work from the root (Nick Craig-Wood)
|
||||
* B2
|
||||
* Implement link sharing (yparitcher)
|
||||
* Enable server side copy to copy between buckets (Nick Craig-Wood)
|
||||
* Enable server-side copy to copy between buckets (Nick Craig-Wood)
|
||||
* Make all operations work from the root (Nick Craig-Wood)
|
||||
* Drive
|
||||
* Fix server side copy of big files (Nick Craig-Wood)
|
||||
* Fix server-side copy of big files (Nick Craig-Wood)
|
||||
* Update API for teamdrive use (Nick Craig-Wood)
|
||||
* Add error for purge with `--drive-trashed-only` (ginvine)
|
||||
* Fichier
|
||||
@@ -1094,12 +1094,12 @@ all the docs and Edward Barker for helping re-write the front page.
|
||||
* Support PublicLink (rclone link) of underlying backend (Nick Craig-Wood)
|
||||
* Implement Optional methods SetTier, GetTier (Nick Craig-Wood)
|
||||
* B2
|
||||
* Implement server side copy (Nick Craig-Wood)
|
||||
* Implement server-side copy (Nick Craig-Wood)
|
||||
* Implement SetModTime (Nick Craig-Wood)
|
||||
* Drive
|
||||
* Fix move and copy from TeamDrive to GDrive (Fionera)
|
||||
* Add notes that cleanup works in the background on drive (Nick Craig-Wood)
|
||||
* Add `--drive-server-side-across-configs` to default back to old server side copy semantics by default (Nick Craig-Wood)
|
||||
* Add `--drive-server-side-across-configs` to default back to old server-side copy semantics by default (Nick Craig-Wood)
|
||||
* Add `--drive-size-as-quota` to show storage quota usage for file size (Garry McNulty)
|
||||
* FTP
|
||||
* Add FTP List timeout (Jeff Quinn)
|
||||
@@ -1138,7 +1138,7 @@ all the docs and Edward Barker for helping re-write the front page.
|
||||
* use `--disable ListR` to get old behaviour if required
|
||||
* Make `--files-from` traverse the destination unless `--no-traverse` is set (Nick Craig-Wood)
|
||||
* this fixes `--files-from` with Google drive and excessive API use in general.
|
||||
* Make server side copy account bytes and obey `--max-transfer` (Nick Craig-Wood)
|
||||
* Make server-side copy account bytes and obey `--max-transfer` (Nick Craig-Wood)
|
||||
* Add `--create-empty-src-dirs` flag and default to not creating empty dirs (ishuah)
|
||||
* Add client side TLS/SSL flags `--ca-cert`/`--client-cert`/`--client-key` (Nick Craig-Wood)
|
||||
* Implement `--suffix-keep-extension` for use with `--suffix` (Nick Craig-Wood)
|
||||
@@ -1173,11 +1173,11 @@ all the docs and Edward Barker for helping re-write the front page.
|
||||
* Ignore malformed `src_last_modified_millis` (Nick Craig-Wood)
|
||||
* Drive
|
||||
* Add `--skip-checksum-gphotos` to ignore incorrect checksums on Google Photos (Nick Craig-Wood)
|
||||
* Allow server side move/copy between different remotes. (Fionera)
|
||||
* Allow server-side move/copy between different remotes. (Fionera)
|
||||
* Add docs on team drives and `--fast-list` eventual consistency (Nestar47)
|
||||
* Fix imports of text files (Nick Craig-Wood)
|
||||
* Fix range requests on 0 length files (Nick Craig-Wood)
|
||||
* Fix creation of duplicates with server side copy (Nick Craig-Wood)
|
||||
* Fix creation of duplicates with server-side copy (Nick Craig-Wood)
|
||||
* Dropbox
|
||||
* Retry blank errors to fix long listings (Nick Craig-Wood)
|
||||
* FTP
|
||||
@@ -1390,7 +1390,7 @@ all the docs and Edward Barker for helping re-write the front page.
|
||||
* Fix transfer of files with `+` and `&` in (Nick Craig-Wood)
|
||||
* Fix retries of upload chunks (Nick Craig-Wood)
|
||||
* S3
|
||||
* Set ACL for server side copies to that provided by the user (Nick Craig-Wood)
|
||||
* Set ACL for server-side copies to that provided by the user (Nick Craig-Wood)
|
||||
* Fix role_arn, credential_source, ... (Erik Swanson)
|
||||
* Add config info for Wasabi's US-West endpoint (Henry Ptasinski)
|
||||
* SFTP
|
||||
@@ -1433,7 +1433,7 @@ all the docs and Edward Barker for helping re-write the front page.
|
||||
* VFS
|
||||
* Fix race condition detected by serve ftp tests (Nick Craig-Wood)
|
||||
* Add vfs/poll-interval rc command (Fabian Möller)
|
||||
* Enable rename for nearly all remotes using server side Move or Copy (Nick Craig-Wood)
|
||||
* Enable rename for nearly all remotes using server-side Move or Copy (Nick Craig-Wood)
|
||||
* Reduce directory cache cleared by poll-interval (Fabian Möller)
|
||||
* Remove EXPERIMENTAL tags (Nick Craig-Wood)
|
||||
* Local
|
||||
@@ -1618,7 +1618,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* Swift
|
||||
* Add `storage_policy` (Ruben Vandamme)
|
||||
* Make it so just `storage_url` or `auth_token` can be overridden (Nick Craig-Wood)
|
||||
* Fix server side copy bug for unusual file names (Nick Craig-Wood)
|
||||
* Fix server-side copy bug for unusual file names (Nick Craig-Wood)
|
||||
* Remove leading / from paths (Nick Craig-Wood)
|
||||
* WebDAV
|
||||
* Ensure we call MKCOL with a URL with a trailing / for QNAP interop (Nick Craig-Wood)
|
||||
@@ -1936,7 +1936,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* Update docs to discourage use of v2 auth with CEPH and others
|
||||
* Don't check for bucket/container presence if listing was OK
|
||||
* this makes rclone do one less request per invocation
|
||||
* Fix server side copy and set modtime on files with + in
|
||||
* Fix server-side copy and set modtime on files with + in
|
||||
* SFTP
|
||||
* Add option to disable remote hash check command execution (Jon Fautley)
|
||||
* Add `--sftp-ask-password` flag to prompt for password when needed (Leo R. Lundgren)
|
||||
@@ -2073,7 +2073,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* Fix "entry doesn't belong in directory" error
|
||||
* Stop using deprecated API methods
|
||||
* Swift
|
||||
* Fix server side copy to empty container with `--fast-list`
|
||||
* Fix server-side copy to empty container with `--fast-list`
|
||||
* Google Drive
|
||||
* Change the default for `--drive-use-trash` to `true`
|
||||
* S3
|
||||
@@ -2173,7 +2173,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* Retry on token expired error, reset upload body on retry - Yoni Jah
|
||||
* Google Cloud Storage
|
||||
* Add ability to specify location and storage class via config and command line - thanks gdm85
|
||||
* Create container if necessary on server side copy
|
||||
* Create container if necessary on server-side copy
|
||||
* Increase directory listing chunk to 1000 to increase performance
|
||||
* Obtain a refresh token for GCS - Steven Lu
|
||||
* Yandex
|
||||
@@ -2189,14 +2189,14 @@ Point release to fix hubic and azureblob backends.
|
||||
* Now supports low level retries
|
||||
* S3
|
||||
* Work around eventual consistency in bucket creation
|
||||
* Create container if necessary on server side copy
|
||||
* Create container if necessary on server-side copy
|
||||
* Add us-east-2 (Ohio) and eu-west-2 (London) S3 regions - Zahiar Ahmed
|
||||
* Swift, Hubic
|
||||
* Fix zero length directory markers showing in the subdirectory listing
|
||||
* this caused lots of duplicate transfers
|
||||
* Fix paged directory listings
|
||||
* this caused duplicate directory errors
|
||||
* Create container if necessary on server side copy
|
||||
* Create container if necessary on server-side copy
|
||||
* Increase directory listing chunk to 1000 to increase performance
|
||||
* Make sensible error if the user forgets the container
|
||||
* SFTP
|
||||
@@ -2298,7 +2298,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* Allow repeated --include/--exclude/--filter options
|
||||
* Only show transfer stats on commands which transfer stuff
|
||||
* show stats on any command using the `--stats` flag
|
||||
* Allow overlapping directories in move when server side dir move is supported
|
||||
* Allow overlapping directories in move when server-side dir move is supported
|
||||
* Add --stats-unit option - thanks Scott McGillivray
|
||||
* Bug Fixes
|
||||
* Fix the config file being overwritten when two rclone instances are running
|
||||
@@ -2320,7 +2320,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* Fix failed to authenticate decrypted block errors
|
||||
* these will now return the underlying unexpected EOF instead
|
||||
* Amazon Drive
|
||||
* Add support for server side move and directory move - thanks Stefan Breunig
|
||||
* Add support for server-side move and directory move - thanks Stefan Breunig
|
||||
* Fix nil pointer deref on size attribute
|
||||
* B2
|
||||
* Use new prefix and delimiter parameters in directory listings
|
||||
@@ -2611,7 +2611,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* Swift
|
||||
* Fix sync for chunked files
|
||||
* OneDrive
|
||||
* Re-enable server side copy
|
||||
* Re-enable server-side copy
|
||||
* Don't mask HTTP error codes with JSON decode error
|
||||
* S3
|
||||
* Fix corrupting Content-Type on mod time update (thanks Joseph Spurrier)
|
||||
@@ -2629,7 +2629,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* This could have caused data loss for files > 5GB in size
|
||||
* Use ContentType from Object to avoid lookups in listings
|
||||
* OneDrive
|
||||
* disable server side copy as it seems to be broken at Microsoft
|
||||
* disable server-side copy as it seems to be broken at Microsoft
|
||||
|
||||
## v1.24 - 2015-11-07
|
||||
|
||||
@@ -2690,7 +2690,7 @@ Point release to fix hubic and azureblob backends.
|
||||
* drive, googlecloudstorage: optionally use auto config for the oauth token
|
||||
* Implement --dump-headers and --dump-bodies debug flags
|
||||
* Show multiple matched commands if abbreviation too short
|
||||
* Implement server side move where possible
|
||||
* Implement server-side move where possible
|
||||
* local
|
||||
* Always use UNC paths internally on Windows - fixes a lot of bugs
|
||||
* dropbox
|
||||
@@ -2701,7 +2701,7 @@ Point release to fix hubic and azureblob backends.
|
||||
|
||||
* New features
|
||||
* Server side copies for s3/swift/drive/dropbox/gcs
|
||||
* Move command - uses server side copies if it can
|
||||
* Move command - uses server-side copies if it can
|
||||
* Implement --retries flag - tries 3 times by default
|
||||
* Build for plan9/amd64 and solaris/amd64 too
|
||||
* Fixes
|
||||
|
||||
@@ -271,7 +271,7 @@ remove everything including garbage.
|
||||
|
||||
### Caveats and Limitations
|
||||
|
||||
Chunker requires wrapped remote to support server side `move` (or `copy` +
|
||||
Chunker requires wrapped remote to support server-side `move` (or `copy` +
|
||||
`delete`) operations, otherwise it will explicitly refuse to start.
|
||||
This is because it internally renames temporary chunk files to their final
|
||||
names when an operation completes successfully.
|
||||
|
||||
@@ -350,7 +350,7 @@ Here are the advanced options specific to crypt (Encrypt/Decrypt a remote).
|
||||
|
||||
#### --crypt-server-side-across-configs
|
||||
|
||||
Allow server side operations (eg copy) to work across different crypt configs.
|
||||
Allow server-side operations (eg copy) to work across different crypt configs.
|
||||
|
||||
Normally this option is not what you want, but if you have two crypts
|
||||
pointing to the same backend you can use it.
|
||||
|
||||
@@ -264,7 +264,7 @@ Server Side Copy
|
||||
----------------
|
||||
|
||||
Most remotes (but not all - see [the
|
||||
overview](/overview/#optional-features)) support server side copy.
|
||||
overview](/overview/#optional-features)) support server-side copy.
|
||||
|
||||
This means if you want to copy one folder to another then rclone won't
|
||||
download all the files and re-upload them; it will instruct the server
|
||||
@@ -277,13 +277,13 @@ Eg
|
||||
Will copy the contents of `oldbucket` to `newbucket` without
|
||||
downloading and re-uploading.
|
||||
|
||||
Remotes which don't support server side copy **will** download and
|
||||
Remotes which don't support server-side copy **will** download and
|
||||
re-upload in this case.
|
||||
|
||||
Server side copies are used with `sync` and `copy` and will be
|
||||
identified in the log when using the `-v` flag. The `move` command
|
||||
may also use them if remote doesn't support server side move directly.
|
||||
This is done by issuing a server side copy then a delete which is much
|
||||
may also use them if remote doesn't support server-side move directly.
|
||||
This is done by issuing a server-side copy then a delete which is much
|
||||
quicker than a download and re-upload.
|
||||
|
||||
Server side copies will only be attempted if the remote names are the
|
||||
@@ -328,7 +328,7 @@ If `--suffix` is set, then the moved files will have the suffix added
|
||||
to them. If there is a file with the same path (after the suffix has
|
||||
been added) in DIR, then it will be overwritten.
|
||||
|
||||
The remote in use must support server side move or copy and you must
|
||||
The remote in use must support server-side move or copy and you must
|
||||
use the same remote as the destination of the sync. The backup
|
||||
directory must not overlap the destination directory.
|
||||
|
||||
@@ -537,10 +537,10 @@ connection to go through to a remote object storage system. It is
|
||||
|
||||
When using `sync`, `copy` or `move` DIR is checked in addition to the
|
||||
destination for files. If a file identical to the source is found that
|
||||
file is server side copied from DIR to the destination. This is useful
|
||||
file is server-side copied from DIR to the destination. This is useful
|
||||
for incremental backup.
|
||||
|
||||
The remote in use must support server side copy and you must
|
||||
The remote in use must support server-side copy and you must
|
||||
use the same remote as the destination of the sync. The compare
|
||||
directory must not overlap the destination directory.
|
||||
|
||||
@@ -553,7 +553,7 @@ Mode to run dedupe command in. One of `interactive`, `skip`, `first`, `newest`,
|
||||
### --disable FEATURE,FEATURE,... ###
|
||||
|
||||
This disables a comma separated list of optional features. For example
|
||||
to disable server side move and server side copy use:
|
||||
to disable server-side move and server-side copy use:
|
||||
|
||||
--disable move,copy
|
||||
|
||||
@@ -1250,7 +1250,7 @@ overwritten or deleted will have the suffix added to them. If there
|
||||
is a file with the same path (after the suffix has been added), then
|
||||
it will be overwritten.
|
||||
|
||||
The remote in use must support server side move or copy and you must
|
||||
The remote in use must support server-side move or copy and you must
|
||||
use the same remote as the destination of the sync.
|
||||
|
||||
This is for use with files to add the suffix in the current directory
|
||||
@@ -1331,8 +1331,8 @@ By default, rclone doesn't keep track of renamed files, so if you
|
||||
rename a file locally then sync it to a remote, rclone will delete the
|
||||
old file on the remote and upload a new copy.
|
||||
|
||||
If you use this flag, and the remote supports server side copy or
|
||||
server side move, and the source and destination have a compatible
|
||||
If you use this flag, and the remote supports server-side copy or
|
||||
server-side move, and the source and destination have a compatible
|
||||
hash, then this will track renames during `sync`
|
||||
operations and perform renaming server-side.
|
||||
|
||||
|
||||
@@ -407,8 +407,8 @@ For shortcuts pointing to files:
|
||||
- When listing a file shortcut appears as the destination file.
|
||||
- When downloading the contents of the destination file is downloaded.
|
||||
- When updating shortcut file with a non shortcut file, the shortcut is removed then a new file is uploaded in place of the shortcut.
|
||||
- When server side moving (renaming) the shortcut is renamed, not the destination file.
|
||||
- When server side copying the shortcut is copied, not the contents of the shortcut.
|
||||
- When server-side moving (renaming) the shortcut is renamed, not the destination file.
|
||||
- When server-side copying the shortcut is copied, not the contents of the shortcut.
|
||||
- When deleting the shortcut is deleted not the linked file.
|
||||
- When setting the modification time, the modification time of the linked file will be set.
|
||||
|
||||
@@ -417,8 +417,8 @@ For shortcuts pointing to folders:
|
||||
- When listing the shortcut appears as a folder and that folder will contain the contents of the linked folder appear (including any sub folders)
|
||||
- When downloading the contents of the linked folder and sub contents are downloaded
|
||||
- When uploading to a shortcut folder the file will be placed in the linked folder
|
||||
- When server side moving (renaming) the shortcut is renamed, not the destination folder
|
||||
- When server side copying the contents of the linked folder is copied, not the shortcut.
|
||||
- When server-side moving (renaming) the shortcut is renamed, not the destination folder
|
||||
- When server-side copying the contents of the linked folder is copied, not the shortcut.
|
||||
- When deleting with `rclone rmdir` or `rclone purge` the shortcut is deleted not the linked folder.
|
||||
- **NB** When deleting with `rclone remove` or `rclone mount` the contents of the linked folder will be deleted.
|
||||
|
||||
@@ -956,9 +956,9 @@ Number of API calls to allow without sleeping.
|
||||
|
||||
#### --drive-server-side-across-configs
|
||||
|
||||
Allow server side operations (eg copy) to work across different drive configs.
|
||||
Allow server-side operations (eg copy) to work across different drive configs.
|
||||
|
||||
This can be useful if you wish to do a server side copy between two
|
||||
This can be useful if you wish to do a server-side copy between two
|
||||
different Google drives. Note that this isn't enabled by default
|
||||
because it isn't easy to tell if it will work between any two
|
||||
configurations.
|
||||
@@ -1182,7 +1182,7 @@ small files can take a long time.
|
||||
|
||||
Server side copies are also subject to a separate rate limit. If you
|
||||
see User rate limit exceeded errors, wait at least 24 hours and retry.
|
||||
You can disable server side copies with `--disable copy` to download
|
||||
You can disable server-side copies with `--disable copy` to download
|
||||
and upload the files if you prefer.
|
||||
|
||||
#### Limitations of Google Docs ####
|
||||
|
||||
@@ -139,7 +139,7 @@ These flags are available for every command.
|
||||
--timeout duration IO idle timeout (default 5m0s)
|
||||
--tpslimit float Limit HTTP transactions per second to this.
|
||||
--tpslimit-burst int Max burst of transactions for --tpslimit. (default 1)
|
||||
--track-renames When synchronizing, track file renames and do a server side move if possible
|
||||
--track-renames When synchronizing, track file renames and do a server-side move if possible
|
||||
--track-renames-strategy string Strategies to use when synchronizing using track-renames hash|modtime|leaf (default "hash")
|
||||
--transfers int Number of file transfers to run in parallel. (default 4)
|
||||
-u, --update Skip files that are newer on the destination.
|
||||
@@ -239,7 +239,7 @@ and may be set in the config file.
|
||||
--crypt-password string Password or pass phrase for encryption. (obscured)
|
||||
--crypt-password2 string Password or pass phrase for salt. Optional but recommended. (obscured)
|
||||
--crypt-remote string Remote to encrypt/decrypt.
|
||||
--crypt-server-side-across-configs Allow server side operations (eg copy) to work across different crypt configs.
|
||||
--crypt-server-side-across-configs Allow server-side operations (eg copy) to work across different crypt configs.
|
||||
--crypt-show-mapping For all files listed show how the names encrypt.
|
||||
--drive-acknowledge-abuse Set to allow files which return cannotDownloadAbusiveFile to be downloaded.
|
||||
--drive-allow-import-name-change Allow the filetype to change when uploading Google docs (e.g. file.doc to file.docx). This will confuse sync and reupload every time.
|
||||
@@ -260,7 +260,7 @@ and may be set in the config file.
|
||||
--drive-pacer-min-sleep Duration Minimum time to sleep between API calls. (default 100ms)
|
||||
--drive-root-folder-id string ID of the root folder
|
||||
--drive-scope string Scope that rclone should use when requesting access from drive.
|
||||
--drive-server-side-across-configs Allow server side operations (eg copy) to work across different drive configs.
|
||||
--drive-server-side-across-configs Allow server-side operations (eg copy) to work across different drive configs.
|
||||
--drive-service-account-credentials string Service Account Credentials JSON blob
|
||||
--drive-service-account-file string Service Account Credentials JSON file path
|
||||
--drive-shared-with-me Only show files that are shared with me.
|
||||
@@ -377,7 +377,7 @@ and may be set in the config file.
|
||||
--onedrive-encoding MultiEncoder This sets the encoding for the backend. (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Hash,Percent,BackSlash,Del,Ctl,LeftSpace,LeftTilde,RightSpace,RightPeriod,InvalidUtf8,Dot)
|
||||
--onedrive-expose-onenote-files Set to make OneNote files show up in directory listings.
|
||||
--onedrive-no-versions Remove all versions on modifying operations
|
||||
--onedrive-server-side-across-configs Allow server side operations (eg copy) to work across different onedrive configs.
|
||||
--onedrive-server-side-across-configs Allow server-side operations (eg copy) to work across different onedrive configs.
|
||||
--onedrive-token string OAuth Access Token as a JSON blob.
|
||||
--onedrive-token-url string Token server url.
|
||||
--opendrive-chunk-size SizeSuffix Files will be uploaded in chunks this size. (default 10M)
|
||||
|
||||
@@ -265,7 +265,7 @@ Note that `--timeout` isn't supported (but `--contimeout` is).
|
||||
|
||||
Note that `--bind` isn't supported.
|
||||
|
||||
FTP could support server side move but doesn't yet.
|
||||
FTP could support server-side move but doesn't yet.
|
||||
|
||||
Note that the ftp backend does not support the `ftp_proxy` environment
|
||||
variable yet.
|
||||
|
||||
@@ -298,9 +298,9 @@ listing, set this option.
|
||||
|
||||
#### --onedrive-server-side-across-configs
|
||||
|
||||
Allow server side operations (eg copy) to work across different onedrive configs.
|
||||
Allow server-side operations (eg copy) to work across different onedrive configs.
|
||||
|
||||
This can be useful if you wish to do a server side copy between two
|
||||
This can be useful if you wish to do a server-side copy between two
|
||||
different Onedrives. Note that this isn't enabled by default
|
||||
because it isn't easy to tell if it will work between any two
|
||||
configurations.
|
||||
|
||||
@@ -371,7 +371,7 @@ files other than deleting them individually.
|
||||
### Copy ###
|
||||
|
||||
Used when copying an object to and from the same remote. This known
|
||||
as a server side copy so you can copy a file without downloading it
|
||||
as a server-side copy so you can copy a file without downloading it
|
||||
and uploading it again. It is used if you use `rclone copy` or
|
||||
`rclone move` if the remote doesn't support `Move` directly.
|
||||
|
||||
@@ -381,7 +381,7 @@ the file is downloaded then re-uploaded.
|
||||
### Move ###
|
||||
|
||||
Used when moving/renaming an object on the same remote. This is known
|
||||
as a server side move of a file. This is used in `rclone move` if the
|
||||
as a server-side move of a file. This is used in `rclone move` if the
|
||||
server doesn't support `DirMove`.
|
||||
|
||||
If the server isn't capable of `Move` then rclone simulates it with
|
||||
|
||||
@@ -433,7 +433,7 @@ that will generate one or more buckets that will work with `rclone sync`.
|
||||
|
||||
### Key Management System (KMS) ###
|
||||
|
||||
If you are using server side encryption with KMS then you will find
|
||||
If you are using server-side encryption with KMS then you will find
|
||||
you can't transfer small objects. As a work-around you can use the
|
||||
`--ignore-checksum` flag.
|
||||
|
||||
@@ -1001,7 +1001,7 @@ This ACL is used for creating objects and if bucket_acl isn't set, for creating
|
||||
|
||||
For more info visit https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
|
||||
|
||||
Note that this ACL is applied when server side copying objects as S3
|
||||
Note that this ACL is applied when server-side copying objects as S3
|
||||
doesn't copy the ACL from the source but rather writes a fresh one.
|
||||
|
||||
- Config: acl
|
||||
@@ -1253,7 +1253,7 @@ large file of a known size to stay below this number of chunks limit.
|
||||
|
||||
Cutoff for switching to multipart copy
|
||||
|
||||
Any files larger than this that need to be server side copied will be
|
||||
Any files larger than this that need to be server-side copied will be
|
||||
copied in chunks of this size.
|
||||
|
||||
The minimum is 0 and the maximum is 5GB.
|
||||
@@ -2170,7 +2170,7 @@ Choose a number from below, or type in your own value
|
||||
endpoint> 1
|
||||
Canned ACL used when creating buckets and storing or copying objects.
|
||||
|
||||
Note that this ACL is applied when server side copying objects as S3
|
||||
Note that this ACL is applied when server-side copying objects as S3
|
||||
doesn't copy the ACL from the source but rather writes a fresh one.
|
||||
Enter a string value. Press Enter for the default ("").
|
||||
Choose a number from below, or type in your own value
|
||||
@@ -2306,7 +2306,7 @@ endpoint> 4
|
||||
7. Choose acl and storage class.
|
||||
|
||||
```
|
||||
Note that this ACL is applied when server side copying objects as S3
|
||||
Note that this ACL is applied when server-side copying objects as S3
|
||||
doesn't copy the ACL from the source but rather writes a fresh one.
|
||||
Enter a string value. Press Enter for the default ("").
|
||||
Choose a number from below, or type in your own value
|
||||
|
||||
Reference in New Issue
Block a user