Comment 1 for bug 1348430

Revision history for this message
KlausHoller (kholler) wrote :

Current workaround until upstream bug is fixed (works for me):
 If you mount the btrfs root (without specifying subvol=@...) to e.g. /mnt then you can use btrfs send successfully
e.g.
btrfs subvolume snapshot -r /mnt/@ /mnt/snapshots/YYYYMMDD-HHMMSS-@
btrfs send /mnt/snapshots/YYYYMMDD-HHMMSS-@ | btrfs receive /backup
(/backup being the 2nd btrfs volume to which the snapshot shall be sent to)