mirror of https://github.com/digint/btrbk
documentation: add documentation for {snapshot,target}_preserve_yearly
parent
4aa4be3942
commit
b90cc132c1
|
@ -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
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" 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].
|
monthly backup. Defaults to \[lq]all\[rq].
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fBtarget_preserve_yearly\fR all|<number>
|
||||||
|
.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
|
\fBsnapshot_preserve_daily\fR
|
||||||
.PD 0
|
.PD 0
|
||||||
.PP
|
.PP
|
||||||
\fBsnapshot_preserve_weekly\fR
|
\fBsnapshot_preserve_weekly\fR
|
||||||
.PP
|
.PP
|
||||||
\fBsnapshot_preserve_monthly\fR
|
\fBsnapshot_preserve_monthly\fR
|
||||||
|
.PP
|
||||||
|
\fBsnapshot_preserve_yearly\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Defines retention policy for the snapshots, with same semantics as the
|
Defines retention policy for the snapshots, with same semantics as the
|
||||||
\fItarget_preserve_*\fR options.
|
\fItarget_preserve_*\fR options.
|
||||||
|
|
Loading…
Reference in New Issue