include mailcow.conf directory in backup

This commit is contained in:
Asif Bacchus 2020-05-07 04:59:37 -06:00
parent 8486c4b7d2
commit 7293a29a05

View File

@ -670,6 +670,7 @@ printf "%s[%s] -- [INFO] Pre-backup tasks completed, calling borgbackup --%s\n"
if [ "$exclusions" -eq 0 ]; then if [ "$exclusions" -eq 0 ]; then
borgCMD="borg --show-rc create ${borgCreateParams} \ borgCMD="borg --show-rc create ${borgCreateParams} \
::$(date +%Y-%m-%d_%H%M%S) \ ::$(date +%Y-%m-%d_%H%M%S) \
${mcConfig%/*} \
${sqlDumpDir} \ ${sqlDumpDir} \
${dockerVolumeMail} \ ${dockerVolumeMail} \
${dockerVolumeRspamd} \ ${dockerVolumeRspamd} \
@ -681,6 +682,7 @@ elif [ "$exclusions" -eq 1 ]; then
borgCMD="borg --show-rc create ${borgCreateParams} \ borgCMD="borg --show-rc create ${borgCreateParams} \
--exclude-from ${borgExcludeListPath} \ --exclude-from ${borgExcludeListPath} \
::$(date +%Y-%m-%d_%H%M%S) \ ::$(date +%Y-%m-%d_%H%M%S) \
${mcConfig%/*} \
${sqlDumpDir} \ ${sqlDumpDir} \
${dockerVolumeMail} \ ${dockerVolumeMail} \
${dockerVolumeRspamd} \ ${dockerVolumeRspamd} \