mirror of https://github.com/digint/btrbk
parent
14e675bacd
commit
523b989b02
|
@ -7,7 +7,7 @@
|
||||||
explicit selection of subvolumes to be processed
|
explicit selection of subvolumes to be processed
|
||||||
- bugfixes
|
- bugfixes
|
||||||
|
|
||||||
* btrbk-0.12-dev
|
* btrbk-0.12
|
||||||
- cleaner and more generic parsing of btrfs subvolume list
|
- cleaner and more generic parsing of btrfs subvolume list
|
||||||
- bugfix: subvolumes are also allowed for "snapshot_dir" (fixes
|
- bugfix: subvolumes are also allowed for "snapshot_dir" (fixes
|
||||||
issues #1, #2)
|
issues #1, #2)
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PN = btrbk
|
PN = btrbk
|
||||||
VERSION = 0.11
|
VERSION = 0.12
|
||||||
|
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
CONFDIR = /etc
|
CONFDIR = /etc
|
||||||
|
|
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.12-dev";
|
our $VERSION = "0.12";
|
||||||
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-03-02" "btrbk v0.11" ""
|
.TH "btrbk" "1" "2015-03-13" "btrbk v0.12" ""
|
||||||
.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-03-02" "btrbk v0.11" ""
|
.TH "btrbk.conf" "5" "2015-03-13" "btrbk v0.12" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
btrbk.conf \- btrbk configuration file
|
btrbk.conf \- btrbk configuration file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Loading…
Reference in New Issue