mirror of https://github.com/digint/btrbk
parent
7adb32c7e9
commit
5e44bc6a3e
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
btrbk-0.32.6
|
||||||
|
|
||||||
|
* Fix backup of unrelated (by parent_uuid) snapshots (close #339).
|
||||||
|
* Remove echo -e for portability (close #506).
|
||||||
|
* Support btrfs send protocol v2 (send_protocol and
|
||||||
|
send_compressed_data config options).
|
||||||
|
* Add bzip3 support.
|
||||||
|
* Convert ssh_filter_btrbk.sh to POSIX sh, and harden it.
|
||||||
|
* Slight change in ssh_filter_btrbk.sh logging output.
|
||||||
|
* Minor bugfixes, stability and documentation improvements.
|
||||||
|
|
||||||
btrbk-0.32.5
|
btrbk-0.32.5
|
||||||
|
|
||||||
* Correct handling of zero-size raw info file (close #491).
|
* Correct handling of zero-size raw info file (close #491).
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -35,7 +35,7 @@ use IPC::Open3 qw(open3);
|
||||||
use Symbol qw(gensym);
|
use Symbol qw(gensym);
|
||||||
use Cwd qw(abs_path);
|
use Cwd qw(abs_path);
|
||||||
|
|
||||||
our $VERSION = '0.32.6-dev';
|
our $VERSION = '0.32.6';
|
||||||
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: 2022-10-23
|
:date: 2023-03-25
|
||||||
:release-version: 0.32.5
|
:release-version: 0.32.6
|
||||||
: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: 2022-10-23
|
:date: 2023-03-25
|
||||||
:release-version: 0.32.5
|
:release-version: 0.32.6
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
lsbtr(1)
|
lsbtr(1)
|
||||||
========
|
========
|
||||||
:date: 2022-10-23
|
:date: 2023-03-25
|
||||||
:release-version: 0.32.5
|
:release-version: 0.32.6
|
||||||
: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: 2022-10-23
|
:date: 2023-03-25
|
||||||
:release-version: 0.32.5
|
:release-version: 0.32.6
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue