1.0.12 updated default sanoid.conf to properly set desired time for yearly snapshots to be taken

This commit is contained in:
Jim Salter 2015-02-27 15:28:05 -05:00
parent 9b5f0fc3d3
commit 95d385b39b
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
1.0.12 patched default sanoid.conf provided to set yearly_mon and yearly_mday correctly
1.0.11 patched bug in yearly snapshots - thank you @stevenolen for the bug report!
1.0.10 added --monitor-version to check installed version against current version in trunk on GitHub

View File

@ -1 +1 @@
1.0.11
1.0.12

View File

@ -88,7 +88,8 @@ monthly_mday = 1;
monthly_hour = 0;
monthly_min = 0;
# yearly - immediately at the beginning of the year (ie 00:00 on Jan 1)
yearly_yday = 1;
yearly_mon = 1;
yearly_mday = 1;
yearly_hour = 0;
yearly_min = 0;