From: DecaTec Date: Mon, 11 Sep 2017 07:23:59 +0000 (+0200) Subject: Hint when the data dir is located under the file dir X-Git-Tag: v1.0.0~34 X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/commitdiff_plain/fcb05da8d69bc3b39a8ab9e6a4a09af9b0bf7d8c?ds=sidebyside Hint when the data dir is located under the file dir --- diff --git a/NextcloudRestore.sh b/NextcloudRestore.sh index b2feb9f..7ef3f81 100644 --- a/NextcloudRestore.sh +++ b/NextcloudRestore.sh @@ -21,6 +21,7 @@ currentRestoreDir="${mainBackupdir}/${restore}" # TODO: The directory of your Nextcloud installation (this is a directory under your web root) nextcloudFileDir="/var/www/nextcloud" # 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 restored separately nextcloudDataDir="/var/nextcloud_data" # TODO: Your Nextcloud database name nextcloudDatabase="nextcloud_db"