mirror of https://github.com/digint/btrbk
parent
a35efaf7c1
commit
b4a9974c5d
|
@ -1,4 +1,4 @@
|
|||
btrbk-current
|
||||
btrbk-0.19.0
|
||||
|
||||
* Added "snapshot_create onchange", which skips snapshot creation if
|
||||
the latest snapshot is up-to-date (i.e. has same generation as the
|
||||
|
|
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.0-dev";
|
||||
our $VERSION = "0.19.0";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2015-05-27" "btrbk v0.18.0" ""
|
||||
.TH "btrbk" "1" "2015-05-27" "btrbk v0.19.0" ""
|
||||
.SH NAME
|
||||
btrbk \- backup tool for btrfs volumes
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2015-05-25" "btrbk v0.18.0" ""
|
||||
.TH "btrbk.conf" "5" "2015-05-27" "btrbk v0.19.0" ""
|
||||
.SH NAME
|
||||
btrbk.conf \- btrbk configuration file
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Reference in New Issue