Version v1.57.0

This commit is contained in:
Nick Craig-Wood
2021-11-01 15:45:40 +00:00
parent e781bcbba1
commit 169990e270
96 changed files with 19756 additions and 11228 deletions
+17 -16
View File
@@ -325,13 +325,13 @@ filesystem.
where it isn't supported (e.g. Windows) it will be ignored.
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/local/local.go then run make backenddocs" >}}
### Advanced Options
### Advanced options
Here are the advanced options specific to local (Local Disk).
#### --local-nounc
Disable UNC (long path names) conversion on Windows
Disable UNC (long path names) conversion on Windows.
- Config: nounc
- Env Var: RCLONE_LOCAL_NOUNC
@@ -339,7 +339,7 @@ Disable UNC (long path names) conversion on Windows
- Default: ""
- Examples:
- "true"
- Disables long file names
- Disables long file names.
#### --copy-links / -L
@@ -352,7 +352,7 @@ Follow symlinks and copy the pointed to item.
#### --links / -l
Translate symlinks to/from regular files with a '.rclonelink' extension
Translate symlinks to/from regular files with a '.rclonelink' extension.
- Config: links
- Env Var: RCLONE_LOCAL_LINKS
@@ -362,6 +362,7 @@ Translate symlinks to/from regular files with a '.rclonelink' extension
#### --skip-links
Don't warn about skipped symlinks.
This flag disables warning messages on skipped symlinks or junction
points, as you explicitly acknowledge that they should be skipped.
@@ -372,15 +373,15 @@ points, as you explicitly acknowledge that they should be skipped.
#### --local-zero-size-links
Assume the Stat size of links is zero (and read them instead) (Deprecated)
Assume the Stat size of links is zero (and read them instead) (deprecated).
Rclone used to use the Stat size of links as the link size, but this fails in quite a few places
Rclone used to use the Stat size of links as the link size, but this fails in quite a few places:
- Windows
- On some virtual filesystems (such ash LucidLink)
- Android
So rclone now always reads the link
So rclone now always reads the link.
- Config: zero_size_links
@@ -390,7 +391,7 @@ So rclone now always reads the link
#### --local-unicode-normalization
Apply unicode NFC normalization to paths and filenames
Apply unicode NFC normalization to paths and filenames.
This flag can be used to normalize file names into unicode NFC form
that are read from the local filesystem.
@@ -412,7 +413,7 @@ routine so this flag shouldn't normally be used.
#### --local-no-check-updated
Don't check to see if the files change during upload
Don't check to see if the files change during upload.
Normally rclone checks the size and modification time of files as they
are being uploaded and aborts with a message which starts "can't copy
@@ -468,7 +469,7 @@ to override the default choice.
#### --local-case-insensitive
Force the filesystem to report itself as case insensitive
Force the filesystem to report itself as case insensitive.
Normally the local backend declares itself as case insensitive on
Windows/macOS and case sensitive for everything else. Use this flag
@@ -481,7 +482,7 @@ to override the default choice.
#### --local-no-preallocate
Disable preallocation of disk space for transferred files
Disable preallocation of disk space for transferred files.
Preallocation of disk space helps prevent filesystem fragmentation.
However, some virtual filesystem layers (such as Google Drive File
@@ -496,7 +497,7 @@ Use this flag to disable preallocation.
#### --local-no-sparse
Disable sparse files for multi-thread downloads
Disable sparse files for multi-thread downloads.
On Windows platforms rclone will make sparse files when doing
multi-thread downloads. This avoids long pauses on large files where
@@ -510,7 +511,7 @@ cause disk fragmentation and can be slow to work with.
#### --local-no-set-modtime
Disable setting modtime
Disable setting modtime.
Normally rclone updates modification time of files after they are done
uploading. This can cause permissions issues on Linux platforms when
@@ -527,14 +528,14 @@ enabled, rclone will no longer update the modtime after copying a file.
This sets the encoding for the backend.
See: the [encoding section in the overview](/overview/#encoding) for more info.
See the [encoding section in the overview](/overview/#encoding) for more info.
- Config: encoding
- Env Var: RCLONE_LOCAL_ENCODING
- Type: MultiEncoder
- Default: Slash,Dot
### Backend commands
## Backend commands
Here are the commands specific to the local backend.
@@ -550,7 +551,7 @@ info on how to pass options and arguments.
These can be run on a running backend using the rc command
[backend/command](/rc/#backend/command).
#### noop
### noop
A null operation for testing backend commands