Really for real fix exclude glob

This commit is contained in:
Salt 2020-05-06 23:24:10 -05:00
parent ebfa2e4b92
commit 2d5895c76e

View File

@ -48,7 +48,7 @@ if cd "{{ nextcloud_webroot }}"; then
trap 'sudo -u www-data ./occ maintenance:mode --off' EXIT
date="$(date -Iseconds)"
log "Creating data backup"
tar czhf "$OUTDIR/$date-data.tar.gz" "/var/nextcloud" --exclude "files_trashbin"
tar czhf "$OUTDIR/$date-data.tar.gz" "/var/nextcloud" --exclude "/var/nextcloud/*/files_trashbin"
log "Creating webroot backup"
tar czf "$OUTDIR/$date-webroot.tar.gz" "{{ nextcloud_webroot }}"
log "Creating DB backup"