From: DecaTec Date: Wed, 30 Dec 2020 16:48:46 +0000 (+0100) Subject: Formatting X-Git-Tag: v2.1.0~1^2 X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/commitdiff_plain/b7782c102d4dfa0150444dfe5aab832056926d04?hp=-c Formatting --- b7782c102d4dfa0150444dfe5aab832056926d04 diff --git a/NextcloudBackup.sh b/NextcloudBackup.sh index 0b03af1..a0299e6 100644 --- a/NextcloudBackup.sh +++ b/NextcloudBackup.sh @@ -206,6 +206,7 @@ echo # Backup local external storage. # Uncomment if you use local external storage #echo "Creating backup of Nextcloud local external storage directory..." + #if [ "$useCompression" = true ] ; then # tar -cpzf "${backupdir}/${fileNameBackupExternalDataDir}" -C "${nextcloudLocalExternalDataDir}" . #else