mirror of https://github.com/digint/btrbk
documentation: cosmetics (no more long lines)
parent
5cd03a8fbf
commit
cb6dcbe58e
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2016-04-23" "btrbk v0.23.0" ""
|
||||
.TH "btrbk" "1" "2016-05-03" "btrbk v0.23.1-dev" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -23,10 +23,10 @@ backups from one source to multiple destinations.
|
|||
Snapshots as well as backup subvolume names are created in form:
|
||||
.PP
|
||||
.RS 4
|
||||
<snapshot_name>.<timestamp>[_N]
|
||||
<snapshot-name>.<timestamp>[_N]
|
||||
.RE
|
||||
.PP
|
||||
Where <snapshot_name> is identical to the source subvolume name,
|
||||
Where <snapshot-name> is identical to the source subvolume name,
|
||||
unless the configuration option \fIsnapshot_name\fR is set. The
|
||||
<timestamp> is either "YYYYMMDD" or "YYYYMMDDThhmm" (dependent of the
|
||||
\fItimestamp_format\fR configuration option), where "YYYY" is the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2016-04-28" "btrbk v0.23.1-dev" ""
|
||||
.TH "btrbk.conf" "5" "2016-05-03" "btrbk v0.23.1-dev" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -354,10 +354,10 @@ gpg_recipient <name>
|
|||
.RE
|
||||
.PD
|
||||
.PP
|
||||
Target file name syntax:
|
||||
.PP
|
||||
Raw targets get an extra file suffix in the format:
|
||||
.RS 4
|
||||
<snapshot-name>--<received_uuid>[@<parent_uuid>].btrfs[.gz|.bz2|.xz][.gpg]
|
||||
.PP
|
||||
<received_uuid>[@<parent_uuid>].btrfs[.gz|.bz2|.xz][.gpg]
|
||||
.RE
|
||||
.PP
|
||||
The <parent_uuid> is only set on \fIincremental\fR backups, and points
|
||||
|
|
Loading…
Reference in New Issue