From 510d519a49a4f1ed2bacfbfe73766e8752b18155 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 6 Jan 2016 15:36:20 -0800 Subject: [PATCH] note that mtimes on dirs not preserved --- .../configuration_files/file_sharing_configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/configuration_files/file_sharing_configuration.rst b/admin_manual/configuration_files/file_sharing_configuration.rst index 04f8c440e..8d814d626 100644 --- a/admin_manual/configuration_files/file_sharing_configuration.rst +++ b/admin_manual/configuration_files/file_sharing_configuration.rst @@ -53,6 +53,12 @@ Configure your sharing policy on your Admin page in the Sharing section. * Check ``Allow username autocompletion in share dialog`` to enable auto-completion of ownCloud usernames. + +.. note:: ownCloud does not preserve the mtime (modification time) of + directories, though it does update the mtimes on files. See + `Wrong folder date when syncing + `_ for discussion of this. + Creating Persistent File Shares -------------------------------