Closed rossmeier closed 3 years ago
The easiest way would be to use btrfs send | pv | btrfs receive. Of course, this would create an (optional) dependency to pv (which is available in the arch repos at least).
btrfs send | pv | btrfs receive
pv
The easiest way would be to use
btrfs send | pv | btrfs receive
. Of course, this would create an (optional) dependency topv
(which is available in the arch repos at least).