Hi all,
I have an idea for a backup solution, just like to see if it would actually work.
Ideally I'd like to use my 2nd HDD as a full drive backup incase the 1st HDD dies. Then the 2nd one can replace the 1st.
So I was thinking if I first do a full drive clone to my 2nd HDD, then use rsync to keep it updated.
my 1st drive looks like this
/dev/sda5 7.8G 917M 6.5G 13% /
/dev/sda8 645G 1.4G 611G 1% /home
/dev/sda6 996M 35M 910M 4% /tmp
/dev/sda3 7.8G 3.9G 3.6G 52% /usr
/dev/sda2 9.7G 431M 8.8G 5% /var
/dev/sda1 122M 18M 98M 16% /boot
tmpfs 1.9G 0 1.9G 0% /dev/shm
If I have cloned the 2nd hdd, would I then mount it as /backup ?
I'm kind of confused, could I have /backup/home, /backup/tmp, /backup/usr etc...
Each of these would link to its respective partition on the backup drive.
Does that make any sense :P ? Anyone have any ideas good/bad about this concept?
Thank you