> I was unsure whether rsync would restart where it left off or whether > it would start over from the beginning. It's one huge file so it would > be painful if it did the latter. This way I know my risk is at most > 100MB, or maybe 20MB if I break the original up into smaller pieces.
check out the --partial option of rsync, this is what you need :)