arr: Add restic backup
This commit is contained in:
parent
363ce9ae6f
commit
64b85c0c40
2 changed files with 23 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue