PVE5: Snaps für das root-Dataset (#422)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #422
This commit is contained in:
parent
7cc41b532a
commit
379f4427d5
2 changed files with 21 additions and 1 deletions
|
@ -141,7 +141,15 @@
|
|||
frequent_period: '15'
|
||||
autosnap: 'yes'
|
||||
autoprune: 'yes'
|
||||
|
||||
- name: 'pve3tage'
|
||||
keep_hourly: '72'
|
||||
keep_daily: '3'
|
||||
keep_monthly: '0'
|
||||
keep_yearly: '0'
|
||||
frequently: '16'
|
||||
frequent_period: '15'
|
||||
autosnap: 'yes'
|
||||
autoprune: 'yes'
|
||||
### mgrote.apcupsd
|
||||
apcupsd_master_onbatterydelay: 10
|
||||
apcupsd_master_batterylevel_for_shutdown: 50
|
||||
|
|
|
@ -139,6 +139,18 @@
|
|||
snapshots: true
|
||||
template: '14tage'
|
||||
- path: hdd_data_raidz/vm
|
||||
recursive: 'no'
|
||||
snapshots: true
|
||||
template: 'pve3tage'
|
||||
- path: rpool
|
||||
recursive: 'no'
|
||||
snapshots: true
|
||||
template: 'pve3tage'
|
||||
- path: rpool/ROOT
|
||||
recursive: 'no'
|
||||
snapshots: true
|
||||
template: 'pve3tage'
|
||||
- path: rpool/ROOT/pve-1
|
||||
recursive: 'no'
|
||||
snapshots: true
|
||||
template: '3tage'
|
||||
|
|
Loading…
Reference in a new issue