From 3a753c9140cc93986e7bd6aafa6c74200d22c7ca Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 5 Apr 2019 12:29:47 +0200 Subject: [PATCH] ChangeLog: add missing changes on btrbk-master (since 0.27.2) --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17c6d4e..6177410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +btrbk-master + + * MIGRATION + - Replace "ssh_port" options with "ssh://hostname[:port]" notation + on "volume" or "target" declarations. + * Fix table format "resolved" (btrbk list snapshots|backups"). + * Add btrbk-verify: tool for automated backup integrity check based + on rsync (close #256). + * Use "ssh://hostname[:port]" notation instead of ambiguous + "ssh_port" option (now deprecated). + * Bugfix: correctly handle multiple volume sections with same host, + but distinct port numbers (virtual machines setups, close #233). + * Remove selected rows ("*host", "*port") from table output if all + values are empty. + * Consider all parent/child relations (close #255). + * Add "incremental_resolve" configuration option. + * Add "incremental_clones" configuration option. + btrbk-0.27.2 * Bump dependency >= btrfs-progs-4.12 (as of btrbk-0.27.0).