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 filter statement matching for volume=/ (close #209).
|
||||
* Add "archive_exclude" configuration option.
|
||||
|
||||
btrbk-0.26.0
|
||||
|
||||
|
|
4
btrbk
4
btrbk
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# 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
|
||||
# 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 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 $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk(1)
|
||||
========
|
||||
:date: 2017-10-11
|
||||
:revision: 0.26.0
|
||||
:date: 2018-03-05
|
||||
:revision: 0.26.1
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk.conf(5)
|
||||
=============
|
||||
:date: 2017-10-11
|
||||
:revision: 0.26.0
|
||||
:date: 2018-03-05
|
||||
:revision: 0.26.1
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ssh_filter_btrbk(1)
|
||||
===================
|
||||
:date: 2017-10-11
|
||||
:revision: 0.26.0
|
||||
:date: 2018-03-05
|
||||
:revision: 0.26.1
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk
|
||||
|
||||
|
|
Loading…
Reference in New Issue