mirror of https://github.com/digint/btrbk
parent
db6a1a464a
commit
e3da1f718f
|
@ -1,4 +1,4 @@
|
||||||
btrbk-current
|
btrbk-0.19.1
|
||||||
|
|
||||||
* Use "cgen" for snapshot comparison.
|
* Use "cgen" for snapshot comparison.
|
||||||
* Bugfix: fix crash in summary display (closes: #22).
|
* Bugfix: fix crash in summary display (closes: #22).
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week);
|
||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
|
||||||
our $VERSION = "0.19.1-dev";
|
our $VERSION = "0.19.1";
|
||||||
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-05-27" "btrbk v0.19.0" ""
|
.TH "btrbk" "1" "2015-06-01" "btrbk v0.19.1" ""
|
||||||
.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-05-27" "btrbk v0.19.0" ""
|
.TH "btrbk.conf" "5" "2015-06-01" "btrbk v0.19.1" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
btrbk.conf \- btrbk configuration file
|
btrbk.conf \- btrbk configuration file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Loading…
Reference in New Issue