mirror of https://github.com/digint/btrbk
parent
dfabd4e856
commit
bb2e9877b0
|
@ -1,7 +1,9 @@
|
|||
btrbk-master
|
||||
btrbk-0.27.2
|
||||
|
||||
* Bump dependency >= btrfs-progs-4.12 (as of btrbk-0.27.0).
|
||||
* Trigger autofs mount while resolving mountpoints (close #259).
|
||||
* Bugfix: fix scheduler when overriding "target_preserve_min" in
|
||||
combination with global "target" section.
|
||||
|
||||
btrbk-0.27.1
|
||||
|
||||
|
|
2
btrbk
2
btrbk
|
@ -32,7 +32,7 @@ use Carp qw(confess);
|
|||
use Getopt::Long qw(GetOptions);
|
||||
use Time::Local qw( timelocal timegm timegm_nocheck );
|
||||
|
||||
our $VERSION = '0.27.2-dev';
|
||||
our $VERSION = '0.27.2';
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk(1)
|
||||
========
|
||||
:date: 2018-12-05
|
||||
:revision: 0.27.1
|
||||
:date: 2019-03-26
|
||||
:revision: 0.27.2
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk.conf(5)
|
||||
=============
|
||||
:date: 2018-12-05
|
||||
:revision: 0.27.1
|
||||
:date: 2019-03-26
|
||||
:revision: 0.27.2
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ssh_filter_btrbk(1)
|
||||
===================
|
||||
:date: 2018-12-05
|
||||
:revision: 0.27.1
|
||||
:date: 2019-03-26
|
||||
:revision: 0.27.2
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
Loading…
Reference in New Issue