Version v1.72.0
This commit is contained in:
+36
-18
@@ -356,8 +356,8 @@ Properties:
|
||||
- Type: bool
|
||||
- Default: false
|
||||
- Examples:
|
||||
- "true"
|
||||
- Disables long file names.
|
||||
- "true"
|
||||
- Disables long file names.
|
||||
|
||||
#### --copy-links / -L
|
||||
|
||||
@@ -395,6 +395,21 @@ Properties:
|
||||
- Type: bool
|
||||
- Default: false
|
||||
|
||||
#### --skip-specials
|
||||
|
||||
Don't warn about skipped pipes, sockets and device objects.
|
||||
|
||||
This flag disables warning messages on skipped pipes, sockets and
|
||||
device objects, as you explicitly acknowledge that they should be
|
||||
skipped.
|
||||
|
||||
Properties:
|
||||
|
||||
- Config: skip_specials
|
||||
- Env Var: RCLONE_LOCAL_SKIP_SPECIALS
|
||||
- Type: bool
|
||||
- Default: false
|
||||
|
||||
#### --local-zero-size-links
|
||||
|
||||
Assume the Stat size of links is zero (and read them instead) (deprecated).
|
||||
@@ -626,14 +641,14 @@ Properties:
|
||||
- Type: mtime|atime|btime|ctime
|
||||
- Default: mtime
|
||||
- Examples:
|
||||
- "mtime"
|
||||
- The last modification time.
|
||||
- "atime"
|
||||
- The last access time.
|
||||
- "btime"
|
||||
- The creation time.
|
||||
- "ctime"
|
||||
- The last status change time.
|
||||
- "mtime"
|
||||
- The last modification time.
|
||||
- "atime"
|
||||
- The last access time.
|
||||
- "btime"
|
||||
- The creation time.
|
||||
- "ctime"
|
||||
- The last status change time.
|
||||
|
||||
#### --local-hashes
|
||||
|
||||
@@ -701,9 +716,11 @@ See the [metadata](/docs/#metadata) docs for more info.
|
||||
|
||||
Here are the commands specific to the local backend.
|
||||
|
||||
Run them with
|
||||
Run them with:
|
||||
|
||||
rclone backend COMMAND remote:
|
||||
```console
|
||||
rclone backend COMMAND remote:
|
||||
```
|
||||
|
||||
The help below will explain what arguments each command takes.
|
||||
|
||||
@@ -715,16 +732,17 @@ These can be run on a running backend using the rc command
|
||||
|
||||
### noop
|
||||
|
||||
A null operation for testing backend commands
|
||||
A null operation for testing backend commands.
|
||||
|
||||
rclone backend noop remote: [options] [<arguments>+]
|
||||
```console
|
||||
rclone backend noop remote: [options] [<arguments>+]
|
||||
```
|
||||
|
||||
This is a test command which has some options
|
||||
you can try to change the output.
|
||||
This is a test command which has some options you can try to change the output.
|
||||
|
||||
Options:
|
||||
|
||||
- "echo": echo the input arguments
|
||||
- "error": return an error based on option value
|
||||
- "echo": Echo the input arguments.
|
||||
- "error": Return an error based on option value.
|
||||
|
||||
<!-- autogenerated options stop -->
|
||||
|
||||
Reference in New Issue
Block a user