External storage config doc typos

This commit is contained in:
Phil Davis
2015-08-14 16:41:37 +05:45
parent d400c0b23a
commit 5d30ffc061

View File

@@ -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 <http://ownclouden.blogspot.de/2014/11/owncloud-https-external-mount.html>`_
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``