mirror of https://github.com/digint/btrbk
parent
73b339fe01
commit
e920283434
|
@ -1,3 +1,12 @@
|
||||||
|
btrbk-0.29.1
|
||||||
|
|
||||||
|
* Allow multiple path arguments for action "ls".
|
||||||
|
* Change default output to format=short for action "ls".
|
||||||
|
* ssh_filter_btrbk.sh: exclude "btrfs subvolume show|list" from
|
||||||
|
restrict-path (close #309).
|
||||||
|
* Bugfix: fix filter statement match on wildcards (close #311).
|
||||||
|
* Fix regression: print ssh errors only if needed.
|
||||||
|
|
||||||
btrbk-0.29.0
|
btrbk-0.29.0
|
||||||
|
|
||||||
* MIGRATION
|
* MIGRATION
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck );
|
||||||
use IPC::Open3 qw(open3);
|
use IPC::Open3 qw(open3);
|
||||||
use Symbol qw(gensym);
|
use Symbol qw(gensym);
|
||||||
|
|
||||||
our $VERSION = '0.29.1-dev';
|
our $VERSION = '0.29.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: 2019-10-27
|
:date: 2020-02-09
|
||||||
:release-version: 0.29.0
|
:release-version: 0.29.1
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
btrbk.conf(5)
|
btrbk.conf(5)
|
||||||
=============
|
=============
|
||||||
:date: 2019-10-27
|
:date: 2020-02-09
|
||||||
:release-version: 0.29.0
|
:release-version: 0.29.1
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ssh_filter_btrbk(1)
|
ssh_filter_btrbk(1)
|
||||||
===================
|
===================
|
||||||
:date: 2019-10-27
|
:date: 2020-02-09
|
||||||
:release-version: 0.29.0
|
:release-version: 0.29.1
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue