mirror of https://github.com/digint/btrbk
parent
b0b2bb99f1
commit
5bfba3602e
|
@ -1,4 +1,4 @@
|
|||
btrbk-current
|
||||
btrbk-0.17.1
|
||||
|
||||
* Bugfix: send/receive: delete possibly left-behind garbled
|
||||
subvolume on failure. Fail with unrecoverable error if stray
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PN = btrbk
|
||||
VERSION = 0.17.0
|
||||
VERSION = 0.17.1
|
||||
|
||||
PREFIX ?= /usr
|
||||
CONFDIR = /etc
|
||||
|
|
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.17.1-dev";
|
||||
our $VERSION = "0.17.1";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2015-04-30" "btrbk v0.17.0" ""
|
||||
.TH "btrbk" "1" "2015-05-15" "btrbk v0.17.1" ""
|
||||
.SH NAME
|
||||
btrbk \- backup tool for btrfs volumes
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2015-04-30" "btrbk v0.17.0" ""
|
||||
.TH "btrbk.conf" "5" "2015-05-15" "btrbk v0.17.1" ""
|
||||
.SH NAME
|
||||
btrbk.conf \- btrbk configuration file
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Reference in New Issue