mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
docs: cleanup backend hashes sections
This commit is contained in:
committed by
Nick Craig-Wood
parent
98a96596df
commit
a7faf05393
@@ -127,13 +127,13 @@ To copy a local directory to an Amazon Drive directory called backup
|
||||
|
||||
rclone copy /home/source remote:backup
|
||||
|
||||
### Modified time and MD5SUMs
|
||||
### Modification times and hashes
|
||||
|
||||
Amazon Drive doesn't allow modification times to be changed via
|
||||
the API so these won't be accurate or used for syncing.
|
||||
|
||||
It does store MD5SUMs so for a more accurate sync, you can use the
|
||||
`--checksum` flag.
|
||||
It does support the MD5 hash algorithm, so for a more accurate sync,
|
||||
you can use the `--checksum` flag.
|
||||
|
||||
### Restricted filename characters
|
||||
|
||||
|
Reference in New Issue
Block a user