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:
c560d69
)
Typo
author
DecaTec
<DecaTec@users.noreply.github.com>
Wed, 13 Dec 2017 06:46:08 +0000
(07:46 +0100)
committer
GitHub
<noreply@github.com>
Wed, 13 Dec 2017 06:46:08 +0000
(07:46 +0100)
NextcloudRestore.sh
patch
|
blob
|
history
diff --git
a/NextcloudRestore.sh
b/NextcloudRestore.sh
index bfc25deb2fc60f034cd019214172a2da042dee46..7bb09e22e745eea5b85dab9ac49208bb9359a9fd 100644
(file)
--- a/
NextcloudRestore.sh
+++ b/
NextcloudRestore.sh
@@
-17,7
+17,7
@@
# TODO: The directory where you store the Nextcloud backups
backupMainDir="/mnt/Share/NextcloudBackups/"
restore=$1
-currentRestoreDir="${mainBackup
d
ir}/${restore}"
+currentRestoreDir="${mainBackup
D
ir}/${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)
patrick-canterino.de