git.p6c8.net
/
nextcloud-backup-restore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21812d9
)
Variable name corrected
origin/timkrief/mainBackupDir-Fix
author
Tim Krief
<tim.krief@gmail.com>
Mon, 26 Feb 2018 01:55:07 +0000
(
02:55
+0100)
committer
GitHub
<noreply@github.com>
Mon, 26 Feb 2018 01:55:07 +0000
(
02:55
+0100)
I just corrected a variable name (I didn't work otherwise).
NextcloudRestore.sh
patch
|
blob
|
history
diff --git
a/NextcloudRestore.sh
b/NextcloudRestore.sh
index 7bb09e22e745eea5b85dab9ac49208bb9359a9fd..eeaa2eaebdf6e3047101a5f474e37d66b2644246 100644
(file)
--- a/
NextcloudRestore.sh
+++ b/
NextcloudRestore.sh
@@
-15,7
+15,7
@@
# Variables
# TODO: The directory where you store the Nextcloud backups
-
backupMain
Dir="/mnt/Share/NextcloudBackups/"
+
mainBackup
Dir="/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