]> git.p6c8.net - nextcloud-backup-restore.git/blobdiff - NextcloudBackup.sh
Typo
[nextcloud-backup-restore.git] / NextcloudBackup.sh
index 69c760a7c8a408912651653c32b673fcceb5225d..ace78d8fdf76033069914f4f3ee464c7e0e36bbb 100644 (file)
@@ -22,13 +22,14 @@ backupdir="${backupMainDir}/${currentDate}/"
 # 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 a separate part of the backup
 nextcloudDataDir="/var/nextcloud_data"
 # TODO: Your Nextcloud database name
 nextcloudDatabase="nextcloud_db"
 # TODO: Your Nextcloud database user
 dbUser="nextcloud_db_user"
 # TODO: The password of the Nextcloud database user
-dbPassword="MeInPasSw0rT"
+dbPassword="mYpAsSw0rd"
 # TODO: Your webserver user
 webserverUser="www-data"
 
@@ -107,4 +108,4 @@ sudo -u "${webserverUser}" php occ maintenance:mode --off
 cd ~
 
 echo "DONE!"
-echo "Backup created: ${backupdir}"
\ No newline at end of file
+echo "Backup created: ${backupdir}"

patrick-canterino.de