mirror of https://github.com/digint/btrbk
parent
99c70e38a5
commit
5b0e618632
|
@ -1,9 +1,11 @@
|
||||||
btrbk-current
|
btrbk-0.20.0
|
||||||
|
|
||||||
* Added configuration option "ssh_port" (close: #39).
|
* Added configuration option "ssh_port" (close: #39).
|
||||||
* Added configuration option "ssh_compression" (close: #44).
|
* Added configuration option "ssh_compression" (close: #44).
|
||||||
* Added command line option "--progress" (close: #42).
|
* Added command line option "--progress" (close: #42).
|
||||||
* Bugfix: correct handling of empty "snapshot_dir" (close: #43).
|
* Bugfix: correct handling of empty "snapshot_dir" (close: #43).
|
||||||
|
* Accept long options on command line.
|
||||||
|
* Documentation: added FAQ.
|
||||||
|
|
||||||
btrbk-0.19.3
|
btrbk-0.19.3
|
||||||
|
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week);
|
||||||
use Getopt::Long qw(GetOptions);
|
use Getopt::Long qw(GetOptions);
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
|
||||||
our $VERSION = "0.20.0-dev";
|
our $VERSION = "0.20.0";
|
||||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "btrbk" "1" "2015-06-21" "btrbk v0.19.3" ""
|
.TH "btrbk" "1" "2015-09-02" "btrbk v0.20.0" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
btrbk \- backup tool for btrfs volumes
|
btrbk \- backup tool for btrfs volumes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "btrbk.conf" "5" "2015-06-21" "btrbk v0.19.3" ""
|
.TH "btrbk.conf" "5" "2015-09-02" "btrbk v0.20.0" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
btrbk.conf \- btrbk configuration file
|
btrbk.conf \- btrbk configuration file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Loading…
Reference in New Issue