mirror of https://github.com/digint/btrbk
parent
3149aa9e10
commit
411034e93f
|
@ -1,3 +1,9 @@
|
||||||
|
btrbk-0.32.3
|
||||||
|
|
||||||
|
* Fix deletion of many subvolumes at once (close #476).
|
||||||
|
* Allow disabling ssh_identity and ssh_user options.
|
||||||
|
* Minor bugfixes and documentation improvements.
|
||||||
|
|
||||||
btrbk-0.32.2
|
btrbk-0.32.2
|
||||||
|
|
||||||
* Fix regression: archive on missing target directories.
|
* Fix regression: archive on missing target directories.
|
||||||
|
|
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.3-dev';
|
our $VERSION = '0.32.3';
|
||||||
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/>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue