explicitly declare unmentioned snapshot frequencies

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-23 15:30:57 -04:00 committed by Alice Huston
parent 8e004c44e0
commit f1e392412e

View File

@ -65,6 +65,7 @@ in
frequently = 0; frequently = 0;
hourly = 36; hourly = 36;
daily = 30; daily = 30;
weekly = 0;
monthly = 6; monthly = 6;
yearly = 3; yearly = 3;
autosnap = true; autosnap = true;
@ -77,6 +78,9 @@ in
frequently = 4; frequently = 4;
hourly = 24; hourly = 24;
daily = 7; daily = 7;
weekly = 0;
monthly = 0;
yearly = 0;
autosnap = true; autosnap = true;
autoprune = true; autoprune = true;
}; };
@ -85,6 +89,9 @@ in
frequently = 6; frequently = 6;
hourly = 36; hourly = 36;
daily = 3; daily = 3;
weekly = 0;
monthly = 0;
yearly = 0;
autosnap = true; autosnap = true;
autoprune = true; autoprune = true;
}; };