Backup Linode. Restore to prgmr.com?
I'm backing up the following to Amazon S3:
/bin
/etc
/home
/lib
/opt
/root
/sbin
/srv
/usr
/var
Is this enough to restore back to a host, after installing a base Debian 5 platform? I've ignored more hardware/kernel specific stuff. Is this a correct decision?
Basically, can I restore these directories to a base Debian 5 install at prgmr and it having up and running?
Thanks,
Richard
3 Replies
Just make your backup script export the list of installed packages
(dpkg –get-selections , aptitude search '?installed' , something like that) you can install the base OS, then the packages, THEN overwrite the configs and put your data in… I think.
Of course, it still won't be a plug-and-go, there wil be some things, networking settings being the first thing that come to mind, that'll need editing.
I don't have anything compiled from source, hence copying all the binaries.
Good idea, or bad?
Cheers,
Richard