arr: Add restic backup

This commit is contained in:
Marty Oehme 2025-07-18 21:05:16 +02:00
parent 363ce9ae6f
commit 64b85c0c40
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 23 additions and 0 deletions

View file

@ -20,6 +20,9 @@ arrstack_puid: "{{ puid | default(1000) }}"
arrstack_pgid: "{{ pgid | default(100) }}"
arrstack_umask_set: "{{ umask_set | default('022') }}"
arrstack_restic_enable: true
arrstack_restic_cron: 0 30 2 * * *
arrstack_env_dir: /opt/arrstack
arrstack_serve_dir: /srv
arrstack_serve_dir_create: true