Do the same for Doku

This commit is contained in:
Salt 2020-06-08 08:47:57 -05:00
parent 61175feabd
commit 58d39a3f51

View File

@ -34,5 +34,5 @@ if (( currentbackupcount >= retention )); then
fi
fi
# WE MAKE BACKUP NOW SERGEI
tar czf "$OUTDIR/$(date -Iseconds).tar.gz" "{{ dokuwiki_webroot }}"
tar czf "$OUTDIR/{{ dokuwiki_url }}-$(date -Iseconds).tar.gz" "{{ dokuwiki_webroot }}"