Displaying 2 results from an estimated 2 matches for "sycing".
Did you mean:
syncing
2003 Oct 08
3
rsync for transferring harddrive images
Hi,
I have a project where I have to backup (copy /dev/hda on a server) and
recover (copy back) hardrives from the clients. I tried this with rsync
using:
BACKUP: rsync /dev/hda user@host:/path/to/image
RECOVER: rsync user@host:/path/to/image /dev/hda
There is a problem when accessing devices like /dev/hda. The transfer
aborts after a few seconds with the error message:
write failed on
2006 Jan 08
3
IO Timeout Error in file less than 3 MB
Hi all,
I am having a problem while sycing file. An error is given as follows:
"io timeout after 55 second - exiting".
I have found this problem being posted in the mailing list previously. But after reading those mails,
i understood that this problem occured only for files greater than 100M file size...