Am 2015-10-06 um 09:45 schrieb Neil Bothwick: > On Tue, 6 Oct 2015 09:35:40 +0200, Stefan G. Weichinger wrote: > >>> How about btrfs send/receive? I've never used them but used >>> the equivalent with ZFS and it was simple to do. >> >> I think "btrfs-replace" is my friend. Will try that later. > > If you want to keep the system live, replace will do the trick, but > when I tried it to replace a drive that was showing SMART errors it > was VERY slow. btrfs send serialises your whole filesystem to a > file so it should be much faster.
btrfs send would also have the benefit that I won't lose the source-dev in the process. btrfs-replace would "empty" my hdd, if then things fail I don't have that backup again to start from. I just have to find out how to keep the UUID to keep the copy booting etc I will try that later this day, after some job work.