<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">On Mon, 12 Jan 2009 08:37:45 pm O. Sinclair wrote:<br>
> I get a problem with this part, taken from rsync man page:<br>
> "Note that rsync must be installed on both the source and destination<br>
> machines"<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>I thinks that's only if you're trying to talk to a rsync server or via ssh. If the 2003 server exposes a windows share and the linux pc has it mounted you should be able to do the following:<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>  rsync -a /home/mydir   /media/server2003/itsdir<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>-- <br>
Lindsay Mathieson<br>
http://blackpaw.jalbum.net/home</p></body></html>