I see you marked my recommendation of RedoRescue as the solution. Did you test out making a backup image with it or did you simply take the live disk for a spin. Just curious, because I've recommended it a few times, but as yet I haven't gotten feedback on if it works well with the BTRFS file system.
Yeah no worries. Btw I just tried rescuezilla and it also doesn't work which I found strange. Seems to be related to btrfsclone.c not being able to open the file system and partclone failing too
Very interesting. Do you have maybe a guide of sorts you use for this stuff? I would love to have a proper backup solution that doesn't rely on rsync so I could have an image file or an ISO on an external SSD. And do you think it would be worth running the btrfs check repair command? I don't understand why partclone is not working for me
Fix bug that prevented selecting a new disk once one is chosen
Add support for mounting and imaging BTRFS filesystems
Remove wireless non-free firmware packages
Hm thank you. I've used dd a couple of times for flashing Windows images in the past for various reasons but not that familiar. What does this command do exactly? Format's the destination drive and makes a clone of the source like clonezilla? Thanks
Direct sector by sector cloning (identical copy) from one drive to another drive of equal or larger size. Best done from a live boot environment, but I have even done it from a running system (not recommended).
Okay sounds good thanks. What reason do you do this instead of using clonezilla though? And for example, what if you were to Clone from a 500gb SSD to a 2tb SSD? And then clone back from the backup to the source if you broke something beyond repair? Does this DD command allow for copying to bigger drives and then back to smaller ones or will it fill out the size?
I use hotswap SSD racks, so it is simpler to clone from one similarly sized SSD drive directly to another. Clone drive, shut down, swap drives, restart.
Identical drive copy now running, original drive becomes backup, just that simple.