I have a second HD I am using as a mirror for my first. I am going to use dd to initially copy files from one to the other and then rsync on a daily basis.
Do I need to format hdb before dd if=dev/hda of=/dev/hdb? Someone mentioned I should specify a block size. What would be a good block size for 60G HD? Lance