mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Tweak snapshot retension
Frequently isn't too useful, rpool data doesn't need to be kept that long
This commit is contained in:
parent
929870cf70
commit
6a70454568
1 changed files with 8 additions and 2 deletions
|
|
@ -23,11 +23,16 @@ sanoid_datasets:
|
|||
use_template: production
|
||||
recursive: true
|
||||
|
||||
rpool/data:
|
||||
use_template: replaceable
|
||||
recursive: true
|
||||
|
||||
sanoid_templates:
|
||||
production:
|
||||
frequently: 4
|
||||
frequently: 0
|
||||
hourly: 48
|
||||
daily: 28
|
||||
daily: 14
|
||||
weekly: 4
|
||||
monthly: 3
|
||||
yearly: 0
|
||||
autosnap: true
|
||||
|
|
@ -37,6 +42,7 @@ sanoid_templates:
|
|||
frequently: 0
|
||||
hourly: 24
|
||||
daily: 7
|
||||
weekly: 3
|
||||
monthly: 0
|
||||
yearly: 0
|
||||
autosnap: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue