this post was submitted on 19 Jul 2026
7 points (100.0% liked)
techsupport
3178 readers
6 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Biggest factor I can think of is your recovery strategy, if downtime is OK data and simplicity is key I'd honestly take option 1 and copy the files and directories directly to the new drive (with xfs or something on it).
Dd'ing anything else a la option 2 and 3 (LUKS container/LVM LV) will increase the size of your backups, because all empty blocks will be copied exactly as they are (even more so in the encrypted version as they become almost uncompressible).
That being said, its possible to "qemu-img convert" the entire 16TB LVM LV into a Qcow2 file, so you could later clone/attach it if a disked failed with the added benefit of qcow compressing those annoying zeros (but still doesn't beat the space efficiency of just copying the files cause non-zero but empty blocks probably exist).
I'd avoid option 4 and dd'ing the LVM physical volumes, because it can get a bit annoying dealing with duplicate PV UUID's. I could only seeing this being a choice if you are handling consistency somehow and want to be able to replace SSD's without much down time.
All that being said damn I'm jelly, you have as much storage in 5 drives as I do in like 20.
Thank you so much for these insights! Exactly what I was looking for. ๐ The HDD is arriving tomorrow, so your comment was greatly timed too! ๐คฃ
I'll definitely go with option #1, copying the individual files and directories, using either
ddorrsync, for the reason you mentioned (=to avoid cloning unused space). Since this will be my first ever backup, I guess it doesn't really matter what utility I use, expect forddhaving theconv=fsyncoption, which makes it a bit safer, as data is synced continuously per block (autocorrect wanted to type "per bacon").Yeah, I got my hands on them 4TB Samsung 870 EVOs when they were still around $350 a piece. Now they cost more than $1000. Freaking data centers...