mirror of
https://github.com/rclone/rclone
synced 2025-01-02 02:26:24 +01:00
Clarify Dropbox docs on mod times - fixes #345
This commit is contained in:
parent
377986d599
commit
090ce00afc
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Dropbox"
|
title: "Dropbox"
|
||||||
description: "Rclone docs for Dropbox"
|
description: "Rclone docs for Dropbox"
|
||||||
date: "2014-07-17"
|
date: "2016-02-21"
|
||||||
---
|
---
|
||||||
|
|
||||||
<i class="fa fa-dropbox"></i> Dropbox
|
<i class="fa fa-dropbox"></i> Dropbox
|
||||||
@ -89,8 +89,18 @@ To copy a local directory to a dropbox directory called backup
|
|||||||
|
|
||||||
### Modified time and MD5SUMs ###
|
### Modified time and MD5SUMs ###
|
||||||
|
|
||||||
Dropbox doesn't have the capability of storing modification times or
|
Dropbox doesn't provide the ability to set modification times in the
|
||||||
MD5SUMs so syncs will effectively have the `--size-only` flag set.
|
V1 public API, so rclone can't support modified time with Dropbox.
|
||||||
|
|
||||||
|
This may change in the future - see these issues for details:
|
||||||
|
|
||||||
|
* [Dropbox V2 API](https://github.com/ncw/rclone/issues/349)
|
||||||
|
* [Allow syncs for remotes that can't set modtime on existing objects](https://github.com/ncw/rclone/issues/348)
|
||||||
|
|
||||||
|
Dropbox doesn't return any sort of checksum (MD5 or SHA1).
|
||||||
|
|
||||||
|
Together that means that syncs to dropbox will effectively have the
|
||||||
|
`--size-only` flag set.
|
||||||
|
|
||||||
### Specific options ###
|
### Specific options ###
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user