mirror of https://github.com/digint/btrbk
parent
25c5e7b538
commit
15f4ab0c63
|
@ -1,3 +1,9 @@
|
|||
btrbk-0.31.1
|
||||
|
||||
* Bugfix: duplicate snapshot location check (close #360).
|
||||
* Bugfix: action "list all" (close #367).
|
||||
* btrbk-mail: optionally prefix command output lines.
|
||||
|
||||
btrbk-0.31.0
|
||||
|
||||
* Add action "extents [diff]": print accurate disk space usage based
|
||||
|
|
2
btrbk
2
btrbk
|
@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck );
|
|||
use IPC::Open3 qw(open3);
|
||||
use Symbol qw(gensym);
|
||||
|
||||
our $VERSION = '0.31.1-dev';
|
||||
our $VERSION = '0.31.1';
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk(1)
|
||||
========
|
||||
:date: 2021-01-10
|
||||
:release-version: 0.31.0
|
||||
:date: 2021-03-07
|
||||
:release-version: 0.31.1
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk {release-version}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk.conf(5)
|
||||
=============
|
||||
:date: 2021-01-10
|
||||
:release-version: 0.31.0
|
||||
:date: 2021-03-07
|
||||
:release-version: 0.31.1
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk {release-version}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
lsbtr(1)
|
||||
========
|
||||
:date: 2021-01-10
|
||||
:release-version: 0.31.0
|
||||
:date: 2021-03-07
|
||||
:release-version: 0.31.1
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk {release-version}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ssh_filter_btrbk(1)
|
||||
===================
|
||||
:date: 2021-01-10
|
||||
:release-version: 0.31.0
|
||||
:date: 2021-03-07
|
||||
:release-version: 0.31.1
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk {release-version}
|
||||
|
||||
|
|
Loading…
Reference in New Issue