Enable configuration of borg user

This commit is contained in:
phil 2023-04-09 10:05:37 +02:00
parent dfbcbf3229
commit 202d6c3ef9
4 changed files with 23 additions and 9 deletions

View file

@ -15,6 +15,7 @@
name: "{{ borgmatic_timer_cron_name }}"
hour: "{{ borgmatic_timer_hour }}"
minute: "{{ borgmatic_timer_minute }}"
user: "{{ borg_user }}"
cron_file: "{{ borgmatic_timer_cron_name }}"
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }} >/dev/null"