From 354ea6fff350fd34be42d3cbbcbffa59bb31b222 Mon Sep 17 00:00:00 2001 From: nielash Date: Mon, 4 Mar 2024 03:39:37 -0500 Subject: [PATCH] docs: update to reflect dir modtime/metadata support --- docs/content/bugs.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/content/bugs.md b/docs/content/bugs.md index 061c277bf..af42c40fe 100644 --- a/docs/content/bugs.md +++ b/docs/content/bugs.md @@ -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