RE: DotNet Version Of Rsync

2005-07-15 Thread Chao,Eisen R.
But it sounds like there is definitely an rsync port to D'ohnet -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Thornton Sent: Friday, July 15, 2005 2:18 PM To: Stuart Halliday Cc: rsync@lists.samba.org Subject: Re: DotNet Version Of Rsync Stua

RE: Win2k Scheduler not able to execute rsync over SSH

2003-11-19 Thread Chao,Eisen R.
Hi All: This seems to work for my W2K environment. 1) CYGWIN has a definite problem w/ terminating sessions. If you look on various rsync forums, CYGWIN isn't closing some of its loose-ends properly. 2) I have rsync and passwordless authentication working under W2K. Within Task Schedule

Re: Question About Rsync on HP-UX

2003-10-23 Thread Chao,Eisen R.
Hi All: I thought the default behaviour for Rsync was that it would only overwrite destination files that have a lesser date than the source file. Instead I have this: Source [EMAIL PROTECTED] [/csapps115/IBMHTTPD/content-external/cna/html/meet]: ls -al meet.html

Re: How Does Rsync Behave ?

2001-12-07 Thread Chao,Eisen R.
Hi All: I am going thru the documentation and I noticed that there is some talk about returning error codes. Some Q:s * If rsync encounters a network error, does it do retries ? Can you control the # of retries ? * Do the rsync client & server stop running upon encountering an error ? Can

Re: Exclude

2001-10-18 Thread Chao,Eisen R.
Hi Folks, I'm running rsync between an NT client and a Solaris 7 Server (Ver 2.4.6). I'd like to be able to exclude the following directory: /opt/IBMHTTPDLOG/archivelogs but retrieve /opt/IBMHTTPDLOG My setup is: rsync -av -p -e [EMAIL PROTECTED]:/opt/IBMHTTPDLOG/ F: