2015-06-10 13:10:45 +02:00
|
|
|
btrbk-current
|
|
|
|
|
|
|
|
* Bugfix: fix sorting of dates in schedule().
|
2015-06-17 12:42:29 +02:00
|
|
|
* Bugfix: correct parsing of btrfs subvolume list (closes: #28).
|
2015-06-10 13:10:45 +02:00
|
|
|
|
2015-06-07 12:33:27 +02:00
|
|
|
btrbk-0.19.2
|
2015-06-07 11:52:39 +02:00
|
|
|
|
|
|
|
* Bugfix: fix crash when using btrfs-progs < 3.17.3 (closes: #24).
|
|
|
|
|
2015-06-01 12:48:31 +02:00
|
|
|
btrbk-0.19.1
|
2015-05-28 14:39:12 +02:00
|
|
|
|
|
|
|
* Use "cgen" for snapshot comparison.
|
2015-06-01 12:45:18 +02:00
|
|
|
* Bugfix: fix crash in summary display (closes: #22).
|
2015-05-28 14:39:12 +02:00
|
|
|
|
2015-05-27 17:36:58 +02:00
|
|
|
btrbk-0.19.0
|
2015-05-25 14:38:32 +02:00
|
|
|
|
|
|
|
* Added "snapshot_create onchange", which skips snapshot creation if
|
|
|
|
the latest snapshot is up-to-date (i.e. has same generation as the
|
2015-05-26 18:19:51 +02:00
|
|
|
source subvolume).
|
2015-05-26 19:26:39 +02:00
|
|
|
* Improved handling of command line subvolume filter for "run",
|
|
|
|
"dryrun" and "tree" actions (closes: #21).
|
2015-05-26 20:19:57 +02:00
|
|
|
* Bugfix: fixed crash in action "diff".
|
2015-05-25 14:38:32 +02:00
|
|
|
|
2015-05-21 14:47:38 +02:00
|
|
|
btrbk-0.18.0
|
2015-05-19 18:22:55 +02:00
|
|
|
|
2015-05-21 14:47:38 +02:00
|
|
|
* MIGRATION
|
|
|
|
- update ssh_filter_btrbk.sh on all remote hosts
|
|
|
|
- update configuration file (/etc/btrbk/btrbk.conf):
|
|
|
|
- "snapshot_create_always yes" -> "snapshot_create always"
|
|
|
|
- "snapshot_create_always no" -> "snapshot_create ondemand"
|
2015-05-19 18:22:55 +02:00
|
|
|
* Set PATH variable instead of using absolute "/sbin/btrfs" for
|
|
|
|
compatibility with all linux distros out there, which all install
|
|
|
|
'btrfs' in different locations (closes: #20).
|
2015-05-20 21:51:20 +02:00
|
|
|
* Added configuration option "snapshot_create", replacing option
|
|
|
|
"snapshot_create_always". This allows setups with multiple btrbk
|
|
|
|
instances on several hosts (closes: #18).
|
2015-05-15 20:24:14 +02:00
|
|
|
* Added command line option -r (resume only).
|
2015-05-19 18:22:55 +02:00
|
|
|
* Catch and display errors from "btrfs subvolume show".
|
2015-05-20 16:40:34 +02:00
|
|
|
* Include systemd service and timer unit for daily backups.
|
2015-05-19 18:22:55 +02:00
|
|
|
|
2015-05-15 17:55:48 +02:00
|
|
|
btrbk-0.17.1
|
2015-05-15 13:36:18 +02:00
|
|
|
|
2015-05-15 16:06:36 +02:00
|
|
|
* Bugfix: send/receive: delete possibly left-behind garbled
|
|
|
|
subvolume on failure. Fail with unrecoverable error if stray
|
|
|
|
target subvolume is in the way (closes: #17).
|
2015-05-15 13:36:18 +02:00
|
|
|
* Bugfix: assume unreachable target as clean on snapshot creation if
|
|
|
|
snapshot_create_always is set (closes: #19).
|
|
|
|
|
2015-04-30 14:45:50 +02:00
|
|
|
btrbk-0.17.0
|
2015-04-28 21:22:00 +02:00
|
|
|
|
|
|
|
* New versioning scheme using more common three-level versions.
|
|
|
|
* Code refactoring: cleanup of data structures and handling of btrfs
|
|
|
|
subvolume tree, as well as security related code parts.
|
|
|
|
* Correct handling of symlinks to btrfs subvolumes (closes: #12).
|
2015-04-18 20:18:11 +02:00
|
|
|
* Added configuration option "snapshot_name" (closes: #5).
|
2015-04-29 00:34:11 +02:00
|
|
|
* Log messages now go to stderr, only the summary is printed on
|
|
|
|
stdout.
|
2015-04-18 20:18:11 +02:00
|
|
|
* Bugfix: allow "0" as subvolume name (closes: #10).
|
2015-04-28 17:46:38 +02:00
|
|
|
* Bugfix: allow "/" as volume name (closes: #15).
|
2015-04-07 12:57:11 +02:00
|
|
|
* Bugfix: check source AND targets for determining snapshot postfix
|
2015-04-18 20:18:11 +02:00
|
|
|
(closes: #11).
|
2015-04-28 21:22:00 +02:00
|
|
|
* Bugfix: fixed "diff" action (colses: #14).
|
|
|
|
* Allow '+' character for subvolume names.
|
|
|
|
* Filesystems on remote hosts are now printed as
|
|
|
|
"{my.remote-host.com}" in summary and logs.
|
2015-04-07 11:52:45 +02:00
|
|
|
|
2015-04-02 17:10:28 +02:00
|
|
|
btrbk-0.16
|
|
|
|
|
2015-04-18 20:18:11 +02:00
|
|
|
* Bugfix: correctly check retention policy for missing backups.
|
2015-04-02 17:10:28 +02:00
|
|
|
|
2015-04-01 16:20:06 +02:00
|
|
|
btrbk-0.15
|
2015-04-01 16:16:27 +02:00
|
|
|
|
|
|
|
* Added configuration option "btrfs_progs_compat", to be enabled if
|
|
|
|
using btrfs-progs < 3.17 (closes: #6).
|
|
|
|
* Added configuration option "resume_missing", for automatic resume
|
|
|
|
of missing backups (closes: #8).
|
|
|
|
* Removed configuration option "receive_log" in favor of printing
|
|
|
|
errors from "btrfs receive".
|
|
|
|
* Bugfix: show correct exit code on external command failure.
|
|
|
|
* Bugfix: no crash if "commit_delete" option is set to "no"
|
|
|
|
|
|
|
|
btrbk-0.14
|
|
|
|
|
|
|
|
* Bugfix: correctly handle empty target subvolumes (blocker for all
|
|
|
|
new users; closes: #4).
|
|
|
|
|
|
|
|
btrbk-0.13
|
|
|
|
|
|
|
|
* Bugfix: allow '@' character for subvolume names (blocker for
|
2015-03-19 17:20:21 +01:00
|
|
|
ubuntu users, since ubuntu prefixes all subvolumes with '@' in its
|
2015-04-01 16:16:27 +02:00
|
|
|
subvolume layout; closes: #3).
|
|
|
|
|
|
|
|
btrbk-0.12
|
|
|
|
|
|
|
|
* Cleaner and more generic parsing of btrfs subvolume list.
|
|
|
|
* Bugfix: subvolumes are also allowed for "snapshot_dir" (closes:
|
|
|
|
#1, #2).
|
|
|
|
|
|
|
|
btrbk-0.11
|
|
|
|
|
|
|
|
* Added option -p (preserve backups).
|
|
|
|
* Added optional subvolume argument for run/dryrun actions, for
|
|
|
|
explicit selection of subvolumes to be processed.
|
|
|
|
* Bugfixes
|
|
|
|
|
|
|
|
btrbk-0.10
|
|
|
|
|
|
|
|
* Initial revision.
|