I recently tried upgrading my laptop (Dell Inspiron 5150) from my nicely tweaked 9.2 to 10.0 and had nothing but trouble with it. So now I'm back with a fresh install of 9.2.
Now, before I installed 10.0, I copied everything on my laptop to my file server. I used rsync (as root) like so:
CODE
cd /
rsync --rsh=ssh --exclude=/proc --verbose --archive . root@10.1.10.2:/home/chris/laptopbackup/
rsync --rsh=ssh --exclude=/proc --verbose --archive . root@10.1.10.2:/home/chris/laptopbackup/
Now at this point those of you who have followed me so far probably know what my question is.
How do I get my backup restored?
I meant to use my backup to get my email, configuration files, & custom compiles back into 10.0, but now I want to get everything back. I also have my partitions setup differently now (& I'm using Reiser instead of ext3), so I realize I have to redo my fstab & bootloader. Here's what my general plan is:
1. Boot off of some Linux live cd (gentoo, etc.)
2. Mount my partions under /mnt/redo
3. Copy my backup into /mnt/redo
4. Fix /mnt/redo/etc/fstab to work with my new partitions (hmm - maybe I can just copy my current fstab?)
5. Fix /mnt/redo/etc/lilo.conf to work with my new partitions & run lilo
6. Reboot & pray
Anyone here have any tips or advice on doing something like this? Did I leave anything out?
Much thanks,
Chris