sanoid: change snapshot retention (#577)
Signed-off-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #577 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
0f11448bcc
commit
da4ba52970
1 changed files with 3 additions and 3 deletions
|
@ -212,7 +212,7 @@
|
|||
autoprune: 'yes'
|
||||
- name: '3tage'
|
||||
keep_hourly: '24'
|
||||
keep_daily: '3'
|
||||
keep_daily: '7'
|
||||
keep_monthly: '0'
|
||||
keep_yearly: '0'
|
||||
frequently: '16'
|
||||
|
@ -221,7 +221,7 @@
|
|||
autoprune: 'yes'
|
||||
- name: '3monate'
|
||||
keep_hourly: '24'
|
||||
keep_daily: '3'
|
||||
keep_daily: '7'
|
||||
keep_monthly: '3'
|
||||
keep_yearly: '0'
|
||||
frequently: '16'
|
||||
|
@ -230,7 +230,7 @@
|
|||
autoprune: 'yes'
|
||||
- name: 'pve3tage'
|
||||
keep_hourly: '72'
|
||||
keep_daily: '3'
|
||||
keep_daily: '5'
|
||||
keep_monthly: '0'
|
||||
keep_yearly: '0'
|
||||
frequently: '16'
|
||||
|
|
Loading…
Reference in a new issue