diff --git a/ChangeLog b/ChangeLog index 28c1b0b..5488d16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,20 @@ btrbk-current + * Allow regular directories for send-receive targets (close: #77). * Allow wildcards in subvolume section (close: #71). - * Allow regular directories for send-receive targets. * Propagate targets defined in "volume" or "root" context to all - "subvolume" sections. + "subvolume" sections (close: #78). * Added "{snapshot,target}_preserve NNd NNw NNm NNy" shortcut. * Added yearly retention policies (close: #69). * Added configuration option "rate_limit" (close: #72). - * Always read "readonly" flag (additional call to btrfs-progs). * Detect interrupted transfers of raw targets (close: #75). + * Always read "readonly" flag (additional call to btrfs-progs). + * Warn on receive targets at unexpected location (instead of abort). + * On incremental send/receive, use all snapshots sharing same + parent_uuid as candidates for "-p " instead of only older + snapshots. As last resort, use subvolumes in snapshot_dir matching + btrbk file name scheme as candidates (which allows incremental + backups after the parent vanished, e.g. after backup restore). * Improvements of internal data structures. btrbk-0.22.2