From fcb05da8d69bc3b39a8ab9e6a4a09af9b0bf7d8c Mon Sep 17 00:00:00 2001 From: DecaTec Date: Mon, 11 Sep 2017 09:23:59 +0200 Subject: [PATCH] Hint when the data dir is located under the file dir --- NextcloudRestore.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 2.34.1