forked from TrueCloudLab/rclone
Fix bulleted list doc formatting errors - fixes #1170
This commit is contained in:
parent
5fba913207
commit
0ce34be41d
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,7 @@ elsewhere it will be compatible - all the secrets used are derived
|
||||||
from those two passwords/passphrases.
|
from those two passwords/passphrases.
|
||||||
|
|
||||||
Note that rclone does not encrypt
|
Note that rclone does not encrypt
|
||||||
|
|
||||||
* file length - this can be calcuated within 16 bytes
|
* file length - this can be calcuated within 16 bytes
|
||||||
* modification time - used for syncing
|
* modification time - used for syncing
|
||||||
|
|
||||||
|
@ -208,11 +209,13 @@ $ rclone -q ls remote:path
|
||||||
Here are some of the features of the file name encryption modes
|
Here are some of the features of the file name encryption modes
|
||||||
|
|
||||||
Off
|
Off
|
||||||
|
|
||||||
* doesn't hide file names or directory structure
|
* doesn't hide file names or directory structure
|
||||||
* allows for longer file names (~246 characters)
|
* allows for longer file names (~246 characters)
|
||||||
* can use sub paths and copy single files
|
* can use sub paths and copy single files
|
||||||
|
|
||||||
Standard
|
Standard
|
||||||
|
|
||||||
* file names encrypted
|
* file names encrypted
|
||||||
* file names can't be as long (~156 characters)
|
* file names can't be as long (~156 characters)
|
||||||
* can use sub paths and copy single files
|
* can use sub paths and copy single files
|
||||||
|
|
Loading…
Reference in a new issue