mirror of https://github.com/digint/btrbk
parent
1bf2995cc0
commit
448b70b8fd
|
@ -1,2 +1,8 @@
|
|||
* btrbk-0.10
|
||||
- initial revision
|
||||
|
||||
* btrbk-0.11
|
||||
- added option -p (preserve backups)
|
||||
- added optional subvolume argument for run/dryrun actions, for
|
||||
explicit selection of subvolumes to be processed
|
||||
- bugfixes
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
PN = btrbk
|
||||
VERSION = 0.10
|
||||
VERSION = 0.11
|
||||
|
||||
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.11-dev";
|
||||
our $VERSION = "0.11";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk>';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2015-02-08" "btrbk v0.10" ""
|
||||
.TH "btrbk" "1" "2015-03-02" "btrbk v0.11" ""
|
||||
.SH NAME
|
||||
btrbk \- backup tool for btrfs volumes
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2015-02-08" "btrbk v0.10" ""
|
||||
.TH "btrbk.conf" "5" "2015-03-02" "btrbk v0.11" ""
|
||||
.SH NAME
|
||||
btrbk.conf \- btrbk configuration file
|
||||
.SH SYNOPSIS
|
||||
|
|
Loading…
Reference in New Issue