]> git.p6c8.net - nextcloud-backup-restore.git/commitdiff
Hint when the data dir is located under the file dir
authorDecaTec <DecaTec@users.noreply.github.com>
Mon, 11 Sep 2017 07:23:59 +0000 (09:23 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2017 07:23:59 +0000 (09:23 +0200)
NextcloudRestore.sh

index b2feb9fe11aed7cc615ba83870000e4e2b0a2c99..7ef3f81563c5b8d8eddcfb7ad18a2c2499abcc8c 100644 (file)
@@ -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"

patrick-canterino.de