Sanoid Template für pve2 angepasst
This commit is contained in:
parent
80705c0220
commit
ca75480ce3
1 changed files with 10 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
### mgrote.sanoid
|
### mgrote.sanoid
|
||||||
sanoid_datasets:
|
sanoid_datasets:
|
||||||
- path: 'hdd_data_raidz/data'
|
- path: 'hdd_data_raidz/data'
|
||||||
template: 'fiveminutes' # muss in Templates angelegt sein
|
template: 'evmin' # muss in Templates angelegt sein
|
||||||
recursive: ' no'
|
recursive: ' no'
|
||||||
- path: 'hdd_data_raidz/videos'
|
- path: 'hdd_data_raidz/videos'
|
||||||
template: 'hourly'
|
template: 'hourly'
|
||||||
|
@ -37,6 +37,15 @@
|
||||||
frequent_period: '0'
|
frequent_period: '0'
|
||||||
autosnap: 'yes'
|
autosnap: 'yes'
|
||||||
autoprune: 'yes'
|
autoprune: 'yes'
|
||||||
|
- name: 'evmin'
|
||||||
|
keep_hourly: '24'
|
||||||
|
keep_daily: '31'
|
||||||
|
keep_monthly: '6'
|
||||||
|
keep_yearly: '0'
|
||||||
|
frequently: '90'
|
||||||
|
frequent_period: '2'
|
||||||
|
autosnap: 'yes'
|
||||||
|
autoprune: 'yes'
|
||||||
### mgrote.smart
|
### mgrote.smart
|
||||||
smart_smartctlmail_cron_minutes: "15"
|
smart_smartctlmail_cron_minutes: "15"
|
||||||
smart_smartctlmail_cron_hours: "6"
|
smart_smartctlmail_cron_hours: "6"
|
||||||
|
|
Loading…
Reference in a new issue