updated borg state

This commit is contained in:
Paul 2023-09-14 16:47:21 +02:00
parent 6d5b08e884
commit 95065fff87

View File

@ -30,6 +30,7 @@ borg init --encryption={{ job.encryption|default('repokey-blake2') }}
info "Starting before tasks"
{%- for task in job.before_tasks|default([]) %}
{{ task }}
if [ $? -ne 0 ]; then echo error; fi
{%- endfor %}
info "Creating new archive"