mirror of https://github.com/digint/btrbk
parent
821e8bba6a
commit
1fd3a547df
|
@ -1,8 +1,9 @@
|
||||||
btrbk-current
|
btrbk-0.26.1
|
||||||
|
|
||||||
|
* Add "archive_exclude" configuration option.
|
||||||
|
* Add warning on redefined configuration option.
|
||||||
* Bugfix: fix parsing of "openssl_iv_size" configuration option.
|
* Bugfix: fix parsing of "openssl_iv_size" configuration option.
|
||||||
* Bugfix: fix filter statement matching for volume=/ (close #209).
|
* Bugfix: fix filter statement matching for volume=/ (close #209).
|
||||||
* Add "archive_exclude" configuration option.
|
|
||||||
|
|
||||||
btrbk-0.26.0
|
btrbk-0.26.0
|
||||||
|
|
||||||
|
|
4
btrbk
4
btrbk
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# btrbk - Create snapshots and remote backups of btrfs subvolumes
|
# btrbk - Create snapshots and remote backups of btrfs subvolumes
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014-2017 Axel Burri
|
# Copyright (C) 2014-2018 Axel Burri
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -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.1-dev';
|
our $VERSION = '0.26.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: 2017-10-11
|
:date: 2018-03-05
|
||||||
:revision: 0.26.0
|
:revision: 0.26.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: 2017-10-11
|
:date: 2018-03-05
|
||||||
:revision: 0.26.0
|
:revision: 0.26.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: 2017-10-11
|
:date: 2018-03-05
|
||||||
:revision: 0.26.0
|
:revision: 0.26.1
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk
|
:man source: Btrbk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue