mirror of https://github.com/digint/btrbk
parent
bbb18f5af7
commit
a27f99af46
|
@ -1,4 +1,4 @@
|
|||
btrbk-current
|
||||
btrbk-0.23.0-rc1
|
||||
|
||||
* INCOMPATIBLE CONFIGURATION:
|
||||
* Please read "doc/upgrade_to_v0.23.0.md" for details on updating
|
||||
|
|
2
btrbk
2
btrbk
|
@ -48,7 +48,7 @@ use Getopt::Long qw(GetOptions);
|
|||
use POSIX qw(strftime);
|
||||
use Data::Dumper;
|
||||
|
||||
our $VERSION = "0.23.0-dev";
|
||||
our $VERSION = "0.23.0-rc1";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2016-04-14" "btrbk v0.23.0-dev" ""
|
||||
.TH "btrbk" "1" "2016-04-16" "btrbk v0.23.0-rc1" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2016-04-14" "btrbk v0.23.0-dev" ""
|
||||
.TH "btrbk.conf" "5" "2016-04-16" "btrbk v0.23.0-rc1" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "ssh_filter_btrbk" "1" "2016-02-02" "btrbk v0.22.2" ""
|
||||
.TH "ssh_filter_btrbk" "1" "2016-04-16" "btrbk v0.23.0-rc1" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -37,8 +37,8 @@ send". Equivalent to "\-\-snapshot \-\-send".
|
|||
.PP
|
||||
\-t, \-\-target
|
||||
.RS 4
|
||||
Allow commands for backup target: "btrfs receive". Equivalent to
|
||||
"\-\-receive".
|
||||
Allow commands for backup target: "btrfs receive", "realpath" and "cat
|
||||
/proc/self/mounts".
|
||||
.RE
|
||||
.PP
|
||||
\-d, \-\-delete
|
||||
|
|
Loading…
Reference in New Issue