Closed simon2k13 closed 4 years ago
Hi, i run partial snapshots for some of my data every 2 hours.
i would like to keep the snaps only for 12 hours. how can i accomplish that?
keep_days actually allows decimal numbers so you can just enter keep_days: 0.5 for half a day or 12 hours. This can even do seconds keep_days: 0.00001.
keep_days
keep_days: 0.5
keep_days: 0.00001
Thanks!
Hi, i run partial snapshots for some of my data every 2 hours.
i would like to keep the snaps only for 12 hours. how can i accomplish that?