mirror of https://github.com/digint/btrbk
changed version to 0.16
parent
3479d780aa
commit
7b3d9f4ea1
|
@ -1,3 +1,7 @@
|
|||
btrbk-0.16
|
||||
|
||||
* Bugfix: correctly check retention policy for missing backups
|
||||
|
||||
btrbk-0.15
|
||||
|
||||
* Added configuration option "btrfs_progs_compat", to be enabled if
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PN = btrbk
|
||||
VERSION = 0.15
|
||||
VERSION = 0.16
|
||||
|
||||
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.15";
|
||||
our $VERSION = "0.16";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2015-04-01" "btrbk v0.15" ""
|
||||
.TH "btrbk" "1" "2015-04-02" "btrbk v0.16" ""
|
||||
.SH NAME
|
||||
btrbk \- backup tool for btrfs volumes
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2015-04-01" "btrbk v0.15" ""
|
||||
.TH "btrbk.conf" "5" "2015-04-02" "btrbk v0.16" ""
|
||||
.SH NAME
|
||||
btrbk.conf \- btrbk configuration file
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Reference in New Issue