mirror of https://github.com/digint/btrbk
parent
76f15624f3
commit
97286ab34c
|
@ -1,7 +1,8 @@
|
|||
btrbk-current
|
||||
btrbk-0.19.3
|
||||
|
||||
* Bugfix: fix sorting of dates in schedule().
|
||||
* Bugfix: correct parsing of btrfs subvolume list (closes: #28).
|
||||
* Support for btrfs-progs v4.1-rc1.
|
||||
|
||||
btrbk-0.19.2
|
||||
|
||||
|
|
2
btrbk
2
btrbk
|
@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week);
|
|||
use Getopt::Std;
|
||||
use Data::Dumper;
|
||||
|
||||
our $VERSION = "0.19.3-dev";
|
||||
our $VERSION = "0.19.3";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2015-06-07" "btrbk v0.19.2" ""
|
||||
.TH "btrbk" "1" "2015-06-21" "btrbk v0.19.3" ""
|
||||
.SH NAME
|
||||
btrbk \- backup tool for btrfs volumes
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2015-06-07" "btrbk v0.19.2" ""
|
||||
.TH "btrbk.conf" "5" "2015-06-21" "btrbk v0.19.3" ""
|
||||
.SH NAME
|
||||
btrbk.conf \- btrbk configuration file
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Reference in New Issue