Red Squirrel
No Lifer
I normally just backup /etc /var /home and the entire data drive, usually /data or /raid.
I'm starting to have more specialized VMs with various setups that were complex to setup.
I doubt a direct copy of /etc would work as files vary from distro to distro then again if I install the exact same distro would a /etc copy actually work? Can permissions even be kept while backing up to a different system? As that is probably the biggest culpit, is permissions would get all messed up after a restore.
I had really bad luck with imaging linux boxes. Seems any slight change in disk hardware and the image wont boot properly.
What are other options I might be missing? The idea is to be back up and running as fast as possible so no screwing around for hours trying to guess that /sda1 magically changed to /sdb3 etc. That's the main issue I've seen with restoring linux images, often the drive "letters" will have changed if it's not restored to the exact same hardware (which is the case if I find myself creating a brand new vm).
Right now I'm just backing up files but should a disaster happen I'll be picking file by file from the backups until all my programs work properly, I want to be able to just do a straight copy, whether it's regular file copy or some kind of imaging process.
I suppose I could dd the drive, thats probably the only way to be 100% sure, but that would waste tons of space.
I'm starting to have more specialized VMs with various setups that were complex to setup.
I doubt a direct copy of /etc would work as files vary from distro to distro then again if I install the exact same distro would a /etc copy actually work? Can permissions even be kept while backing up to a different system? As that is probably the biggest culpit, is permissions would get all messed up after a restore.
I had really bad luck with imaging linux boxes. Seems any slight change in disk hardware and the image wont boot properly.
What are other options I might be missing? The idea is to be back up and running as fast as possible so no screwing around for hours trying to guess that /sda1 magically changed to /sdb3 etc. That's the main issue I've seen with restoring linux images, often the drive "letters" will have changed if it's not restored to the exact same hardware (which is the case if I find myself creating a brand new vm).
Right now I'm just backing up files but should a disaster happen I'll be picking file by file from the backups until all my programs work properly, I want to be able to just do a straight copy, whether it's regular file copy or some kind of imaging process.
I suppose I could dd the drive, thats probably the only way to be 100% sure, but that would waste tons of space.