Skip to content

Commit

Permalink
Update autorestic forget settings
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Feb 3, 2024
1 parent 642927c commit 7f1e0f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions roles/autorestic/templates/autorestic.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ locations:
host: homeassistant
forget:
keep-last: 2
keep-daily: 7
keep-daily: 3
keep-weekly: 1
keep-monthly: 4
hooks:
success:
- 'curl {{ healthchecks_backup_homeassistant_ping_url }}'
Expand All @@ -42,7 +44,9 @@ locations:
host: zigbee2mqtt
forget:
keep-last: 2
keep-daily: 7
keep-daily: 3
keep-weekly: 1
keep-monthly: 4
hooks:
success:
- 'curl {{ healthchecks_backup_zigbee2mqtt_ping_url }}'

0 comments on commit 7f1e0f6

Please sign in to comment.