diff --git a/roles/dokuwiki/templates/backup.sh b/roles/dokuwiki/templates/backup.sh index 3453bee..99ac041 100644 --- a/roles/dokuwiki/templates/backup.sh +++ b/roles/dokuwiki/templates/backup.sh @@ -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 }}"