mirror of https://github.com/digint/btrbk
parent
e52153e13c
commit
e879620195
|
@ -1,4 +1,4 @@
|
||||||
btrbk-0.27.1-dev
|
btrbk-0.27.1
|
||||||
|
|
||||||
* MIGRATION
|
* MIGRATION
|
||||||
- Update ssh_filter_btrbk.sh on remote hosts if using
|
- Update ssh_filter_btrbk.sh on remote hosts if using
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -32,7 +32,7 @@ use Carp qw(confess);
|
||||||
use Getopt::Long qw(GetOptions);
|
use Getopt::Long qw(GetOptions);
|
||||||
use Time::Local qw( timelocal timegm timegm_nocheck );
|
use Time::Local qw( timelocal timegm timegm_nocheck );
|
||||||
|
|
||||||
our $VERSION = '0.27.1-dev';
|
our $VERSION = '0.27.1';
|
||||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
btrbk(1)
|
btrbk(1)
|
||||||
========
|
========
|
||||||
:date: 2018-10-16
|
:date: 2018-12-05
|
||||||
:revision: 0.27.0
|
:revision: 0.27.1
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk
|
:man source: Btrbk
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
btrbk.conf(5)
|
btrbk.conf(5)
|
||||||
=============
|
=============
|
||||||
:date: 2018-10-16
|
:date: 2018-12-05
|
||||||
:revision: 0.27.0
|
:revision: 0.27.1
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk
|
:man source: Btrbk
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ssh_filter_btrbk(1)
|
ssh_filter_btrbk(1)
|
||||||
===================
|
===================
|
||||||
:date: 2018-10-16
|
:date: 2018-12-05
|
||||||
:revision: 0.27.0
|
:revision: 0.27.1
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk
|
:man source: Btrbk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue