forked from finallycoffee/base
feat(restic): Use RESTIC_PASSWORD_FILE instead of RESTIC_PASSWORD
This commit is contained in:
@@ -51,6 +51,11 @@ restic_user: root
|
||||
restic_create_user: false
|
||||
restic_start_job_on_unit_change: false
|
||||
|
||||
restic_base_path: /opt/restic
|
||||
resitc_credentials_base_path: "/var/lib/restic/{{ restic_job_name }}/"
|
||||
restic_password_file_path: "{{ resitc_credentials_base_path }}/restic-passwd"
|
||||
restic_password_file_mode: 0600 #should not be less restrictive
|
||||
|
||||
restic_job_name: ~
|
||||
restic_job_description: "Restic backup job for {{ restic_job_name }}"
|
||||
restic_systemd_unit_naming_scheme: "restic.{{ restic_job_name }}"
|
||||
|
||||
Reference in New Issue
Block a user