Skip to content

Commit

Permalink
fix: backup
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainmetayer committed Sep 30, 2024
1 parent 660b65f commit fd95950
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion 01-configure/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ finch ansible_host=sylvain.cloud ansible_user=sylvain ansible_ssh_private_key_fi
pi ansible_host=finch.local ansible_user=sylvain ansible_ssh_private_key_file=~/.ssh/keepassxc.pub

[setup]
finch_setup
# On first provisioning, set finch_setup as user sylvain does not yet exist
finch
pi
2 changes: 1 addition & 1 deletion 01-configure/roles/betisier/templates/resticprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ betisier:
AWS_ACCESS_KEY_ID: "{{ restic_access_key }}"
AWS_SECRET_ACCESS_KEY: "{{ restic_secret_key }}"
retention:
after-backup: true
after-backup: false
keep-daily: 2
keep-weekly: 7
keep-monthly: 5
Expand Down
2 changes: 1 addition & 1 deletion 01-configure/roles/monica_v4/templates/resticprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ monica_v4:
AWS_ACCESS_KEY_ID: "{{ restic_access_key }}"
AWS_SECRET_ACCESS_KEY: "{{ restic_secret_key }}"
retention:
after-backup: true
after-backup: false
keep-daily: 2
keep-weekly: 7
keep-monthly: 5
Expand Down
2 changes: 1 addition & 1 deletion 01-configure/roles/nextcloud/templates/resticprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nextcloud:
AWS_ACCESS_KEY_ID: "{{ restic_access_key }}"
AWS_SECRET_ACCESS_KEY: "{{ restic_secret_key }}"
retention:
after-backup: true
after-backup: false
keep-daily: 2
keep-weekly: 7
keep-monthly: 5
Expand Down
2 changes: 1 addition & 1 deletion 01-configure/roles/photoprism/templates/resticprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ photoprism:
AWS_ACCESS_KEY_ID: "{{ restic_access_key }}"
AWS_SECRET_ACCESS_KEY: "{{ restic_secret_key }}"
retention:
after-backup: true
after-backup: false
keep-daily: 2
keep-weekly: 7
keep-monthly: 5
Expand Down
2 changes: 1 addition & 1 deletion 01-configure/roles/rss/templates/resticprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rss:
AWS_ACCESS_KEY_ID: "{{ restic_access_key }}"
AWS_SECRET_ACCESS_KEY: "{{ restic_secret_key }}"
retention:
after-backup: true
after-backup: false
keep-daily: 2
keep-weekly: 7
keep-monthly: 5
Expand Down
2 changes: 1 addition & 1 deletion 01-configure/roles/wiki/templates/resticprofile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wiki:
AWS_ACCESS_KEY_ID: "{{ restic_access_key }}"
AWS_SECRET_ACCESS_KEY: "{{ restic_secret_key }}"
retention:
after-backup: true
after-backup: false
keep-daily: 2
keep-weekly: 7
keep-monthly: 5
Expand Down

0 comments on commit fd95950

Please sign in to comment.