]> git.p6c8.net - nextcloud-backup-restore.git/blobdiff - NextcloudRestore.sh
Merge pull request #7 from timkrief/mainBackupDir-Fix
[nextcloud-backup-restore.git] / NextcloudRestore.sh
index 7bb09e22e745eea5b85dab9ac49208bb9359a9fd..eeaa2eaebdf6e3047101a5f474e37d66b2644246 100644 (file)
@@ -15,7 +15,7 @@
 
 # Variables
 # TODO: The directory where you store the Nextcloud backups
-backupMainDir="/mnt/Share/NextcloudBackups/"
+mainBackupDir="/mnt/Share/NextcloudBackups/"
 restore=$1
 currentRestoreDir="${mainBackupDir}/${restore}"
 # TODO: The directory of your Nextcloud installation (this is a directory under your web root)

patrick-canterino.de