Axel Burri

Results 171 comments of Axel Burri

Unfortunately, btrbk relies on its own naming scheme, and most probably cannot backup snapshots from snapper because of that. I'm working on a rewrite of `btrbk archive` which might be...

I have implementing basic "timeshift" support for `btrbk cp` (see #480). Can someone here please tell me how snapper creates its snapshots? After a first look through the docs it...

I agree this is annoying, I struggle with the same problem since I started writing btrbk, and there is no good solution for this. The problem is that some (most?)...

# Help wanted Is it possible to use some special header or different content-type which tells "smart" mail clients to display the text as-is?

Implemented workaround which allows to prefix btrbk command output: - 25c5e7b btrbk-mail: optionally prefix command output lines You can even prefix the lines with zero-width whitespace (note that for me,...

I'm afraid this is not possible from the configuration. As a workaround, you calling `btrbk run --exclude .beeshome` should work. Of course another way would be to specify all subvolumes...

Looks like a bug in btrfs-progs and/or kernel when performing send/receive operations. Try using latest versions of btrfs-progs and update to a newer kernel. If this does not help, ask...

As long as you keep the corresponding snapshots, you can send/receive incrementally. Look at the `uuid` and `received_uuid` of you snapshots/backups if you are unsure (`lsbtr -u`). If `uuid` matches...

I'm afraid I'm no expert on systemd (I have strong opinions on it and therefore don't use it whenever possible). That said, I think you would need to add something...

Sounds useful, but I think this would not work for "btrbk archive", as archive copies subvolumes by schedule (archive_preserve*). Probably I would need to add a new command for this,...