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
|
||||
sanoid_datasets:
|
||||
- path: 'hdd_data_raidz/data'
|
||||
template: 'fiveminutes' # muss in Templates angelegt sein
|
||||
template: 'evmin' # muss in Templates angelegt sein
|
||||
recursive: ' no'
|
||||
- path: 'hdd_data_raidz/videos'
|
||||
template: 'hourly'
|
||||
|
@ -37,6 +37,15 @@
|
|||
frequent_period: '0'
|
||||
autosnap: '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
|
||||
smart_smartctlmail_cron_minutes: "15"
|
||||
smart_smartctlmail_cron_hours: "6"
|
||||
|
|
Loading…
Reference in a new issue