Hint when the data dir is located under the file dir

This commit is contained in:
DecaTec
2017-09-11 09:24:02 +02:00
committed by GitHub
parent fcb05da8d6
commit 9fe0795842

View File

@@ -22,6 +22,7 @@ backupdir="${backupMainDir}/${currentDate}/"
# TODO: The directory of your Nextcloud installation (this is a directory under your web root) # TODO: The directory of your Nextcloud installation (this is a directory under your web root)
nextcloudFileDir="/var/www/nextcloud" nextcloudFileDir="/var/www/nextcloud"
# TODO: The directory of your Nextcloud data directory (outside the Nextcloud file directory) # TODO: The directory of your Nextcloud data directory (outside the Nextcloud file directory)
# If your data directory is located under Nextcloud's file directory (somewhere in the web root), the data directory should not be a separate part of the backup
nextcloudDataDir="/var/nextcloud_data" nextcloudDataDir="/var/nextcloud_data"
# TODO: Your Nextcloud database name # TODO: Your Nextcloud database name
nextcloudDatabase="nextcloud_db" nextcloudDatabase="nextcloud_db"