+++ sanjay [linux-india] <29/01/02 17:10 +0530>:
> I am trying rsync for the first time to create a mirror. It is giving me
> following error. Can any one help me to get the rsync working?
> [root@linuxserver 132]# rsync -au pop.myremoteserver.com::email/
> /backup/email/ --delete
> read error: Connection reset by peer

the network connection got reset. 

try this instead

rsync -e ssh -auzrvP pop.server.com::email/backup/email ~/email --delete

        -srs

-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip]  From : <[EMAIL PROTECTED]>
LOST #082        -**< Sub : Linux through NT boot loader >**-
To add linux to NT boot loader menu, in Linux do:
#dd -if=/dev/hdaN -of=/tmp/boot.lnx bs=512 count=1 
[where N is the partition of the Linux "/" (root dir)]
Ensure /tmp/boot.lnx is 512 bytes. Copy it to c:\ of NT.
Append 'c:\boot.lnx="linux"' 'to c:\boot.ini and you are done

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to