mirror of https://github.com/digint/btrbk
parent
c445b32459
commit
79cbf7c0c3
|
@ -1,4 +1,4 @@
|
||||||
btrbk-current
|
btrbk-0.26.0
|
||||||
|
|
||||||
* MIGRATION
|
* MIGRATION
|
||||||
- If you are using raw targets, make sure to run the
|
- If you are using raw targets, make sure to run the
|
||||||
|
|
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.26.0-dev';
|
our $VERSION = '0.26.0';
|
||||||
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/>';
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ use strict;
|
||||||
use warnings FATAL => qw( all );
|
use warnings FATAL => qw( all );
|
||||||
use Getopt::Long qw(GetOptions);
|
use Getopt::Long qw(GetOptions);
|
||||||
|
|
||||||
our $VERSION = '0.26.0-dev'; # match btrbk version
|
our $VERSION = '0.26.0'; # match btrbk version
|
||||||
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: 2017-10-09
|
:date: 2017-10-11
|
||||||
:revision: 0.26.0-dev
|
:revision: 0.26.0
|
||||||
: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: 2017-10-09
|
:date: 2017-10-11
|
||||||
:revision: 0.26.0-dev
|
:revision: 0.26.0
|
||||||
: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: 2017-10-09
|
:date: 2017-10-11
|
||||||
:revision: 0.26.0-dev
|
:revision: 0.26.0
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk
|
:man source: Btrbk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue