Massimo-B
Massimo-B
[//]: # " If the issue is connected to existing Uncrustify options please, if possible, add the" [//]: # " following information to ease up the process:" [//]: # "...
How can I only transfer snapshots without creating new ones? I could use btrbk archive for that, but I try to integrate it into my central btrbk.conf. The scenario is...
Hi, usually when interrupting btrbk by CTRL+C or SIGTERM, a btrbk clean would clean all the incomplete snapshots. But this doesn't seem to work on remote ssh targets. Moreover on...
Hi, btrbk sending to ssh targets often fails due to "failed to clone extents". How can I fix that, how can I find the failing subvolume to drop and re-transfer?...
Hi, please provide an option to add the useful Backup Summary also to the logs. The btrbk client prints the summary like this: ``` -------------------------------------------------------------------------------- Backup Summary (btrbk command line...
Please add support to define variables in the btrbk configuration file in the syntax like `machine = "server_foo"` or even using the Perl scalar syntax `$machine = "server_foo"` Background is,...
I would like to set `send_protocol 1` for old remote machines while having `send_protocol 2` globally. That does not work by overwriting `send_protocol 1` for that volume. Maybe this is...
Hi, I plan a big btrfs-based NAS. 1. I will use btrbk to send to a Synology but I also think about 2. running btrbk itself on such a platform....
Please add support to source other files in the btrbk configuration file in the syntax like `source /etc/btrbk/shared.conf` Background is, I'm going to merge btrbk configurations of several machines. The...
Currently my snapshots are names like this using `timestamp_format long-iso`: ``` ID 548 gen 26991 top level 265 path snapshots/mhr2/home/home.20220707T050000+0200 ID 549 gen 26991 top level 265 path snapshots/bch2/root/root.20220707T050000+0200 ID...