sanoid: fix template name
All checks were successful
ansible-lint / gitleaks (push) Successful in 3s
ansible-lint / Ansible Lint (push) Successful in 27s

This commit is contained in:
Michael Grote 2024-11-08 12:43:55 +01:00
parent 244ee30c6c
commit 9f09ce3531
2 changed files with 2 additions and 2 deletions

View file

@ -174,7 +174,7 @@ sanoid_templates:
frequent_period: '15'
autosnap: 'yes'
autoprune: 'yes'
- name: '3tage'
- name: '7tage'
keep_hourly: '24'
keep_daily: '7'
keep_monthly: '0'

View file

@ -122,7 +122,7 @@ sanoid_datasets:
- path: backup/pbs_data
recursive: 'no'
snapshots: true
template: '3tage'
template: '7tage'
- path: 'backup/pve5/videos'
template: '14tage'
recursive: 'yes'