mirror of https://github.com/digint/btrbk
parent
838e132942
commit
f40e3adce3
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
btrbk-0.30.0
|
||||||
|
|
||||||
|
* MIGRATION
|
||||||
|
- In your scripts (e.g. cron jobs, systemd units), replace
|
||||||
|
"/usr/sbin/btrbk" with "/usr/bin/btrbk".
|
||||||
|
* Install to "/usr/bin" instead of "/usr/sbin".
|
||||||
|
* Support IPv6 addresses (close #332).
|
||||||
|
* Add "compat busybox" configuration option (close #327).
|
||||||
|
* Create "lsbtr" symlink (alias for "btrbk ls").
|
||||||
|
* Improve action "ls" (allow url, bugfixes).
|
||||||
|
* Add "backend_local_user" configuration option.
|
||||||
|
* btrbk-mail: add more elaborated email and rsync options.
|
||||||
|
* Minor bugfixes and framework improvements.
|
||||||
|
|
||||||
btrbk-0.29.1
|
btrbk-0.29.1
|
||||||
|
|
||||||
* Allow multiple path arguments for action "ls".
|
* Allow multiple path arguments for action "ls".
|
||||||
|
|
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.2-dev';
|
our $VERSION = '0.30.0';
|
||||||
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: 2020-02-09
|
:date: 2020-09-23
|
||||||
:release-version: 0.29.1
|
:release-version: 0.30.0
|
||||||
: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: 2020-02-09
|
:date: 2020-09-23
|
||||||
:release-version: 0.29.1
|
:release-version: 0.30.0
|
||||||
: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: 2020-02-09
|
:date: 2020-09-23
|
||||||
:release-version: 0.29.1
|
:release-version: 0.30.0
|
||||||
: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: 2020-02-09
|
:date: 2020-09-23
|
||||||
:release-version: 0.29.1
|
:release-version: 0.30.0
|
||||||
:man manual: Btrbk Manual
|
:man manual: Btrbk Manual
|
||||||
:man source: Btrbk {release-version}
|
:man source: Btrbk {release-version}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue