From b90cc132c12c94a48cb9a05ecd0993f64f8a039b Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Mon, 29 Feb 2016 20:12:55 +0100 Subject: [PATCH] documentation: add documentation for {snapshot,target}_preserve_yearly --- doc/btrbk.conf.5 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 8244dd6..7b7afba 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2016-02-02" "btrbk v0.22.2" "" +.TH "btrbk.conf" "5" "2016-02-29" "btrbk v0.23.0-dev" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -145,12 +145,21 @@ preserved. Every last weekly backup in a month is considered a monthly backup. Defaults to \[lq]all\[rq]. .RE .PP +\fBtarget_preserve_yearly\fR all| +.RS 4 +Defines for how many years back yearly backups should be +preserved. Every last monthly backup in a year is considered a yearly +backup. Defaults to \[lq]0\[rq]. +.RE +.PP \fBsnapshot_preserve_daily\fR .PD 0 .PP \fBsnapshot_preserve_weekly\fR .PP \fBsnapshot_preserve_monthly\fR +.PP +\fBsnapshot_preserve_yearly\fR .RS 4 Defines retention policy for the snapshots, with same semantics as the \fItarget_preserve_*\fR options.