From 0d1bd26583e5c01621513956e2eb7d3115923a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 17 Jan 2019 15:42:10 +0100 Subject: [PATCH] Add hidden file setting section for samba MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- admin_manual/configuration_files/external_storage/smb.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/configuration_files/external_storage/smb.rst b/admin_manual/configuration_files/external_storage/smb.rst index 4943a2b253d..067baf098b1 100644 --- a/admin_manual/configuration_files/external_storage/smb.rst +++ b/admin_manual/configuration_files/external_storage/smb.rst @@ -85,3 +85,8 @@ Decrease sync delay Any updates detected by the notify command will only be synced to the client after the Nextcloud cron job has been executed (usually every 15 minutes). If this interval is to high for your use case, you can decrease it by running ``occ files:scan --unscanned --all`` at the desired interval. Note that this might increase the server load and you'll need to ensure that there is no overlap between runs. + +Hidden files upload failure or not shown +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +If you have the configuration ``hide dot files = Yes``, you will not be able to upload a hidden file (dot file) nor will you be able to show hidden files on your filelist (even if the 'show hidden file' option is checked on the nextcloud settings. +Make sure you have the following option in your configuration: ``hide dot files = No``