updated borg state
This commit is contained in:
parent
6d5b08e884
commit
95065fff87
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user