From 5d30ffc061bfec5afa9d76a16438c635f458f26b Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 14 Aug 2015 16:41:37 +0545 Subject: [PATCH] External storage config doc typos --- .../external_storage_configuration_gui.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_files/external_storage_configuration_gui.rst b/admin_manual/configuration_files/external_storage_configuration_gui.rst index bc4a2a035..e702d5e82 100644 --- a/admin_manual/configuration_files/external_storage_configuration_gui.rst +++ b/admin_manual/configuration_files/external_storage_configuration_gui.rst @@ -75,7 +75,7 @@ Using self-signed certificates When using self-signed certificates for external storage mounts the certificate needs to be imported in the personal settings of the user. Please refer to `this `_ -blogpost for more informations. +blogpost for more information. Adding files to external storages --------------------------------- @@ -83,10 +83,10 @@ Adding files to external storages In general it is recommended to configure the background job ``Webcron`` or ``Cron`` as described in :doc:`../configuration_server/background_jobs_configuration` so ownCloud is able to detect files added to your external storages without the need -that a users is browsing your ownCloud installation. +for a user to be browsing your ownCloud installation. Please also be aware that ownCloud might not always be able to find out what has been -changed remotely (files changes without going through ownCloud), especially +changed remotely (files changed without going through ownCloud), especially when it's very deep in the folder hierarchy of the external storage. You might need to setup a cron job that runs ``sudo -u www-data php occ files:scan --all``