docs: update to reflect dir modtime/metadata support

This commit is contained in:
nielash 2024-03-04 03:39:37 -05:00 committed by Nick Craig-Wood
parent 8c69455c37
commit 354ea6fff3

View File

@ -7,10 +7,13 @@ description: "Rclone Bugs and Limitations"
## 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 As of `v1.66`, rclone supports syncing directory modtimes, if the backend
is because rclone only really considers objects when syncing. 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 ### Rclone struggles with millions of files in a directory/bucket