Massimo-B
Massimo-B
Talking with the btrfs developers this is a btrfs issue as mentioned before. Using the plain btrfs commands is failing as well: ``` btrfs send -p /mnt/usb/mobiledata/snapshots/mobalindesk/root/root.20200803T060030+0200 /mnt/usb/mobiledata/snapshots/mobalindesk/root/root.20180114T131123+0100 | mbuffer...
I have scenarios where I combined snapper and btrbk... First about the story: When I decided to use btrbk or snapper I've seen snapper is quite powerful but does not...
That means, that the archive source and target as well as archive_preserve* are configured in btrbk.conf? Then a simple 'btrbk archive all' would do it. But when I specify source...
Currently the whole btrbk archive option is broken for me, even archiving an entire location is failing. I already discussed with @digint on Freenode, that this actually a btrfs issue....
Ok, one good explanation how to use archives with the current implementation is this: https://github.com/digint/btrbk/issues/90#issuecomment-223266380 However it would be fine to be able to use archive on whatever source subvolume...
In advance, do you have some rough design how the new `btrbk archive ` is going to be used and what will be new compared to the current implementation?
Now I'm looking for a way to clone a complete btrfs with btrbk snapshots. So instead of sending a single snapshot what this thread is about, I like to send...
I try to understand, how btrbk archive is used today. In order to clone all snapshot I added a global ``` archive_preserve_min all archive_preserve *d *w *m *y ``` to...
Right as expected, doing the same command for a foreign machine doesn't work: `btrbk --progress -v archive /mnt/usb/mobiledata/snapshots/lintop/ /mnt/usb/newmobiledata/snapshots/lintop/ ` because my local configuration doesn't know this target. The important...
> So this might be something I'd consider adding as an optional feature for power users, but nothing I'd do by default. Are there plans to implement the replacement for...