mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 17:57:44 +08:00
docs: update to reflect dir modtime/metadata support
This commit is contained in:
parent
8c69455c37
commit
354ea6fff3
|
@ -7,10 +7,13 @@ description: "Rclone Bugs and Limitations"
|
|||
|
||||
## Limitations
|
||||
|
||||
### Directory timestamps aren't preserved
|
||||
### Directory timestamps aren't preserved on some backends
|
||||
|
||||
Rclone doesn't currently preserve the timestamps of directories. This
|
||||
is because rclone only really considers objects when syncing.
|
||||
As of `v1.66`, rclone supports syncing directory modtimes, if the backend
|
||||
supports it. Some backends do not support it -- see
|
||||
[overview](https://rclone.org/overview/) for a complete list. Additionally, note
|
||||
that empty directories are not synced by default (this can be enabled with
|
||||
`--create-empty-src-dirs`.)
|
||||
|
||||
### Rclone struggles with millions of files in a directory/bucket
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user