Greetings all. would welcome comments on the following:
I want to be able to do a complete backup of my system without finding a tape drive large enough to backup my 4 gb of data on the server. was thinking of adding another ide hard disk in the machine and backing up my / partition with something like the following:
dd if=/dev/hda6 of=/dev/hdc1/backup.img
IN the event of a system failure, I could do a fresh install and then restore the partition from the image. don't know if this is a workable solution but figured I would ask for comment. any tips, ideas on how I am going to get my self in major trouble, etc would be welcome.
thanks. brian.