Axel Burri

Results 171 comments of Axel Burri

I'm afraid this is not easily doable. The main reason why it is implemented like this is to have an abort condition per source subvolume (if first backup fails, abort...

I already had this for a short period of time, until I was asked by package maintainers to remove it again. See: a6dbd60e5a8602432059ac87b21e8564bfafc925 documentation: add pre-generated man pages: from groff...

simply call `btrbk clean`, and btrbk will check all subvolumes (add -n, --dry-run if you like). You can be more specific by adding a [filter statement](https://digint.ch/btrbk/doc/btrbk.1.html#_filter_statements), in your case this...

This looks strange. Maybe the "stray subvolume" was created from another source (using another config?), or perhaps an ancient version of btrfs-progs? 1. Please provide more information about the subvolumes...

If `rate_limit` is set, btrbk pipes the ssh traffic through `mbuffer -r ` (on the host runing btrbk). This used to work just fine, maybe you are using an old...

I did not get around to test this by now, do you have any progress on this? Did you try most recent version of `mbuffer`? Adding "upstream bug" label for...

log messages are only logged to stderr. if you run btrbk from a systemd service, stderr automatically goes to the journal. You can configure a transaction_log, which then would write...

A quick search on google shows me that [systemd-cat](https://www.mankier.com/1/systemd-cat) could be useful for that. I don't use systemd myself and can't help much more here, sorry.

I'm afraid this is not possible. It's probably worth considering such an option, but I fear that it would make things very complicated and confusing (I believe this was discussed...

Mmh, this is a nice idea, but it would probably cause some non-trivial changes in btrbk: When doing incremental backups, btrbk looks for the "latest common parent" on both sides....