mirror of
https://github.com/rclone/rclone.git
synced 2025-02-08 05:23:01 +08:00
docs: fix MANUAL formatting problems
1) Missing closing code backticks (```) in s3.md causes formatting problems 2) Pandoc requires blank lines before ATX headings
This commit is contained in:
parent
339bc1d1a3
commit
1e3ab7acfd
|
@ -475,6 +475,7 @@ Mount option syntax includes a few extra options treated specially:
|
||||||
- `vv...` will be transformed into appropriate `--verbose=N`
|
- `vv...` will be transformed into appropriate `--verbose=N`
|
||||||
- standard mount options like `x-systemd.automount`, `_netdev`, `nosuid` and alike
|
- standard mount options like `x-systemd.automount`, `_netdev`, `nosuid` and alike
|
||||||
are intended only for Automountd and ignored by rclone.
|
are intended only for Automountd and ignored by rclone.
|
||||||
|
|
||||||
## VFS - Virtual File System
|
## VFS - Virtual File System
|
||||||
|
|
||||||
This command uses the VFS layer. This adapts the cloud storage objects
|
This command uses the VFS layer. This adapts the cloud storage objects
|
||||||
|
|
|
@ -476,6 +476,7 @@ Mount option syntax includes a few extra options treated specially:
|
||||||
- `vv...` will be transformed into appropriate `--verbose=N`
|
- `vv...` will be transformed into appropriate `--verbose=N`
|
||||||
- standard mount options like `x-systemd.automount`, `_netdev`, `nosuid` and alike
|
- standard mount options like `x-systemd.automount`, `_netdev`, `nosuid` and alike
|
||||||
are intended only for Automountd and ignored by rclone.
|
are intended only for Automountd and ignored by rclone.
|
||||||
|
|
||||||
## VFS - Virtual File System
|
## VFS - Virtual File System
|
||||||
|
|
||||||
This command uses the VFS layer. This adapts the cloud storage objects
|
This command uses the VFS layer. This adapts the cloud storage objects
|
||||||
|
|
|
@ -36,6 +36,7 @@ default "rclone (hostname)".
|
||||||
|
|
||||||
Use `--log-trace` in conjunction with `-vv` to enable additional debug
|
Use `--log-trace` in conjunction with `-vv` to enable additional debug
|
||||||
logging of all UPNP traffic.
|
logging of all UPNP traffic.
|
||||||
|
|
||||||
## VFS - Virtual File System
|
## VFS - Virtual File System
|
||||||
|
|
||||||
This command uses the VFS layer. This adapts the cloud storage objects
|
This command uses the VFS layer. This adapts the cloud storage objects
|
||||||
|
|
|
@ -51,6 +51,7 @@ directory with book-keeping records of created and mounted volumes.
|
||||||
All mount and VFS options are submitted by the docker daemon via API, but
|
All mount and VFS options are submitted by the docker daemon via API, but
|
||||||
you can also provide defaults on the command line as well as set path to the
|
you can also provide defaults on the command line as well as set path to the
|
||||||
config file and cache directory or adjust logging verbosity.
|
config file and cache directory or adjust logging verbosity.
|
||||||
|
|
||||||
## VFS - Virtual File System
|
## VFS - Virtual File System
|
||||||
|
|
||||||
This command uses the VFS layer. This adapts the cloud storage objects
|
This command uses the VFS layer. This adapts the cloud storage objects
|
||||||
|
|
|
@ -33,6 +33,7 @@ then using Authentication is advised - see the next section for info.
|
||||||
By default this will serve files without needing a login.
|
By default this will serve files without needing a login.
|
||||||
|
|
||||||
You can set a single username and password with the --user and --pass flags.
|
You can set a single username and password with the --user and --pass flags.
|
||||||
|
|
||||||
## VFS - Virtual File System
|
## VFS - Virtual File System
|
||||||
|
|
||||||
This command uses the VFS layer. This adapts the cloud storage objects
|
This command uses the VFS layer. This adapts the cloud storage objects
|
||||||
|
|
|
@ -134,6 +134,7 @@ The password file can be updated while rclone is running.
|
||||||
Use `--realm` to set the authentication realm.
|
Use `--realm` to set the authentication realm.
|
||||||
|
|
||||||
Use `--salt` to change the password hashing salt from the default.
|
Use `--salt` to change the password hashing salt from the default.
|
||||||
|
|
||||||
## VFS - Virtual File System
|
## VFS - Virtual File System
|
||||||
|
|
||||||
This command uses the VFS layer. This adapts the cloud storage objects
|
This command uses the VFS layer. This adapts the cloud storage objects
|
||||||
|
|
|
@ -176,6 +176,7 @@ certificate authority certificate.
|
||||||
--min-tls-version is minimum TLS version that is acceptable. Valid
|
--min-tls-version is minimum TLS version that is acceptable. Valid
|
||||||
values are "tls1.0", "tls1.1", "tls1.2" and "tls1.3" (default
|
values are "tls1.0", "tls1.1", "tls1.2" and "tls1.3" (default
|
||||||
"tls1.0").
|
"tls1.0").
|
||||||
|
|
||||||
## VFS - Virtual File System
|
## VFS - Virtual File System
|
||||||
|
|
||||||
This command uses the VFS layer. This adapts the cloud storage objects
|
This command uses the VFS layer. This adapts the cloud storage objects
|
||||||
|
|
|
@ -163,6 +163,7 @@ The password file can be updated while rclone is running.
|
||||||
Use `--realm` to set the authentication realm.
|
Use `--realm` to set the authentication realm.
|
||||||
|
|
||||||
Use `--salt` to change the password hashing salt from the default.
|
Use `--salt` to change the password hashing salt from the default.
|
||||||
|
|
||||||
## VFS - Virtual File System
|
## VFS - Virtual File System
|
||||||
|
|
||||||
This command uses the VFS layer. This adapts the cloud storage objects
|
This command uses the VFS layer. This adapts the cloud storage objects
|
||||||
|
|
|
@ -306,6 +306,7 @@ docker run --rm \
|
||||||
ls ~/data/mount
|
ls ~/data/mount
|
||||||
kill %1
|
kill %1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Snap installation {#snap}
|
## Snap installation {#snap}
|
||||||
|
|
||||||
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/rclone)
|
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/rclone)
|
||||||
|
|
|
@ -2469,6 +2469,7 @@ Once configured, you can create a new Space and begin copying files. For example
|
||||||
rclone mkdir spaces:my-new-space
|
rclone mkdir spaces:my-new-space
|
||||||
rclone copy /path/to/files spaces:my-new-space
|
rclone copy /path/to/files spaces:my-new-space
|
||||||
```
|
```
|
||||||
|
|
||||||
### Huawei OBS {#huawei-obs}
|
### Huawei OBS {#huawei-obs}
|
||||||
|
|
||||||
Object Storage Service (OBS) provides stable, secure, efficient, and easy-to-use cloud storage that lets you store virtually any volume of unstructured data in any format and access it from anywhere.
|
Object Storage Service (OBS) provides stable, secure, efficient, and easy-to-use cloud storage that lets you store virtually any volume of unstructured data in any format and access it from anywhere.
|
||||||
|
@ -4036,6 +4037,7 @@ e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
y/e/d> y
|
y/e/d> y
|
||||||
```
|
```
|
||||||
|
|
||||||
### Leviia Cloud Object Storage {#leviia}
|
### Leviia Cloud Object Storage {#leviia}
|
||||||
|
|
||||||
[Leviia Object Storage](https://www.leviia.com/object-storage/), backup and secure your data in a 100% French cloud, independent of GAFAM..
|
[Leviia Object Storage](https://www.leviia.com/object-storage/), backup and secure your data in a 100% French cloud, independent of GAFAM..
|
||||||
|
@ -5031,3 +5033,4 @@ e) Edit this remote
|
||||||
d) Delete this remote
|
d) Delete this remote
|
||||||
|
|
||||||
y/e/d> y
|
y/e/d> y
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user