mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 09:52:05 +02:00
docs: cleanup backend hashes sections
This commit is contained in:
committed by
Nick Craig-Wood
parent
98a96596df
commit
a7faf05393
@@ -227,7 +227,7 @@ sufficient to determine if it is "dirty". By using `--update` along with
|
||||
`--use-server-modtime`, you can avoid the extra API call and simply upload
|
||||
files whose local modtime is newer than the time it was last uploaded.
|
||||
|
||||
### Modified time
|
||||
### Modification times and hashes
|
||||
|
||||
The modified time is stored as metadata on the object as
|
||||
`X-Object-Meta-Mtime` as floating point since the epoch accurate to 1
|
||||
@@ -236,6 +236,8 @@ ns.
|
||||
This is a de facto standard (used in the official python-swiftclient
|
||||
amongst others) for storing the modification time for an object.
|
||||
|
||||
The MD5 hash algorithm is supported.
|
||||
|
||||
### Restricted filename characters
|
||||
|
||||
| Character | Value | Replacement |
|
||||
|
Reference in New Issue
Block a user