Axel Burri
Axel Burri
The reason why I did not implement remote locking yet is that I don't think it is really needed: If you are fetching from remote, the snapshots are either already...
> @digint Is there anything I can do to get this merged? I really hope to get some time next week to work on btrbk, and especially also to look...
You cannot backup selective folders, but only selective subvolumes. I suggest to create multiple subvolumes in your home, something like this: ``` /media/SSHD/rrs-home/
The point is that under the hood TinyFSM will instantiate a `_state_instance` template [1] in `FSM_INITIAL_STATE` [2]. I don't have all details in my Head any more, but I believe...
The problem is that you are violating the "One Definition Rule" (ODR) [1]. There is a `-Wodr` flag for this in gcc, but it seems to only trigger along with...
No, it's not dead. Unfortunately I'm very busy with other things, and thus I'm not paying much attention to issues here. I'm positive that things will be less stressful in...
I feel for you with this, I also have some subvolumes in my home (and elsewhere) for exactly this purpose. While this comes with some other benefits (e.g. setting "nocow"...
Yes, it's related/duplicate of #91: upstream bug, nothing that can be fixed in btrbk. The only advice I can give here is "try a newer kernel". If it's still reproducible,...
@psi-4ward did you try new kernels? There has been some fixes (seen on the btrfs mailing list, but can't find it right now) which might have arrived in 4.19 /...
fixed in: c69f70e1d068bfce03b062c47440163dab831597 thanks!