You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, bedup doesn't support deduping in RO snapshots:
This approach doesn't require special kernel support, but it has two downsides: locking has to be done in userspace, and there is no way to free space within read-only (frozen) snapshots.
It worked for me with a simple loop over all my snapshots. If your readonly snapshots are not all in the same directory, you might want to wrapped it in a loop over btrfs subvolume list … and testing for btrfs propert get … ro
Currently, bedup doesn't support deduping in RO snapshots:
duperemove
allows dedup of RO snapshots with its-A
optionCould beup support this, too?
The text was updated successfully, but these errors were encountered: