Here's what I did:
Booted from the bootcd
Turned on the case with the Tivo 160 in it. It showed up as sdc
Turned on the case with the 400 gig in it. It showed up as sdd (this was formatted as an OSX drive, but I thought it didn't matter
Typed in: backup -f 9999 -qso - /dev/sdc l restore -s 128 -xzpi -/dev/sdd the script I got from MFSLive
I keep getting an error: invalid option --x
edit: I figured what was wrong with the above command. I was using a lower case l after sdc. With that fixed i ran it again, the backup was successful but restore fails every time. I've tried sda and sdb
I also tried backup -qTao - /dev/sda | restore -s 128 -r 4 -xzpi - /dev/sdb, also from MFSLive. I get the same result every time. Backup is fine but restore fails every time. Anyone got any ideas of what I'm doing wrong?