btrfs-clone
btrfs-clone copied to clipboard
Use -f when changing received subvol from ro to rw
As of oct 21 btrfs-progs will not change a subvol from ro to rw if received_uuid is set, unless called with -f.
See details here: https://www.spinics.net/lists/linux-btrfs/msg117323.html
We must therefore use -f when changing the received subvols from ro back to rw.
Fixes #14
Fixes #18
Fixes #19