From 95d385b39b9cf2f8a9acf6fbcdb7060a28301746 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Fri, 27 Feb 2015 15:28:05 -0500 Subject: [PATCH] 1.0.12 updated default sanoid.conf to properly set desired time for yearly snapshots to be taken --- CHANGELIST | 2 ++ VERSION | 2 +- sanoid.conf | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELIST b/CHANGELIST index 0d92f1f..87b7ab9 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -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 diff --git a/VERSION b/VERSION index 59e9e60..bb83058 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.11 +1.0.12 diff --git a/sanoid.conf b/sanoid.conf index 8bf313f..a150846 100644 --- a/sanoid.conf +++ b/sanoid.conf @@ -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;