X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/blobdiff_plain/6b2652d4ad95af1efcdb6d4b451db8122a665b0a..34f9997ed874f7e4ffaa028453a91aefe159a21f:/NextcloudBackup.sh diff --git a/NextcloudBackup.sh b/NextcloudBackup.sh index b0dbae1..9a0cae4 100644 --- a/NextcloudBackup.sh +++ b/NextcloudBackup.sh @@ -16,7 +16,7 @@ # Variables currentDate=$(date +"%Y%m%d_%H%M%S") # TODO: The directory where you store the Nextcloud backups -backupMainDir="/mnt/Share/NextcloudBackups/" +backupMainDir="/mnt/Share/NextcloudBackups" # The actual directory of the current backup - this is a subdirectory of the main directory above with a timestamp backupdir="${backupMainDir}/${currentDate}/" # TODO: The directory of your Nextcloud installation (this is a directory under your web root)