mirror of https://github.com/digint/btrbk
changed version to 0.18.0; added migration notes to ChangeLog
parent
52ef08e1d4
commit
31947279fb
|
@ -1,6 +1,10 @@
|
||||||
btrbk-current
|
btrbk-0.18.0
|
||||||
|
|
||||||
* IMPORTANT: please update ssh_filter_btrbk.sh on all remote hosts!
|
* MIGRATION
|
||||||
|
- update ssh_filter_btrbk.sh on all remote hosts
|
||||||
|
- update configuration file (/etc/btrbk/btrbk.conf):
|
||||||
|
- "snapshot_create_always yes" -> "snapshot_create always"
|
||||||
|
- "snapshot_create_always no" -> "snapshot_create ondemand"
|
||||||
* Set PATH variable instead of using absolute "/sbin/btrfs" for
|
* Set PATH variable instead of using absolute "/sbin/btrfs" for
|
||||||
compatibility with all linux distros out there, which all install
|
compatibility with all linux distros out there, which all install
|
||||||
'btrfs' in different locations (closes: #20).
|
'btrfs' in different locations (closes: #20).
|
||||||
|
|
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.18.0-dev";
|
our $VERSION = "0.18.0";
|
||||||
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-05-15" "btrbk v0.17.1" ""
|
.TH "btrbk" "1" "2015-05-21" "btrbk v0.18.0" ""
|
||||||
.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-05-15" "btrbk v0.17.1" ""
|
.TH "btrbk.conf" "5" "2015-05-21" "btrbk v0.18.0" ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
btrbk.conf \- btrbk configuration file
|
btrbk.conf \- btrbk configuration file
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
Loading…
Reference in New Issue