rsync 2.5.5, for HPUX11.11

2005-04-06 Thread Jose, Tony {PBSG}
Hello Any body got a copy of compiled rsync for hp-ux 11.11? I am getting lots of error during compilation... Thanks Tony Jose UNIX Engineering PepsiCo Business Solutions Group 5600 Headquarters Drive Plano, TX 75024 Ph: (972) 963-1919 E-mail: [EMAIL PROTECTED] -- To unsubscribe or change

Career opportunity

2005-04-06 Thread Camilla WOMACK

Re: rsync 2.5.5, for HPUX11.11

2005-04-06 Thread Steve Bonds
On Apr 6, 2005 8:49 AM, Jose, Tony wrote: > Any body got a copy of compiled rsync for hp-ux 11.11? The HP-UX porting center has 2.6.3: http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/rsync-2.6.3/ If you choose to run 2.5.5, don't use daemon mode as there are several security problems with th

Re: [rsync-announce] Rsync 2.6.4 released

2005-04-06 Thread Martin Scharrer
Please open a new thread for your questions. See also below. On Thursday 31 March 2005 10:44, Molumuri, Janardhan wrote: > When using --cvs-exclude option rsync is unable to sync *.exe files. > > Its throwing the following error. > > [sender] excluding file Update.exe because of pattern *.exe >

rsync, --cvs-exclude option.

2005-04-06 Thread Molumuri, Janardhan
Hi Martin, Yes we can add "--include=*.exe", But --cvs-exclude means excluding only CVS dir right, But currently it is excluding other also. I am confused. static char default_cvsignore[] = /* These default ignored items come from the CVS manual. */ "RCS SCCS CVS CVS.adm

backup option

2005-04-06 Thread Chimento, Douglas
Hi, I have question about the behavior of --backup-dir with --delete-after option. In my testing with version 2.6.4, it appears that the backup option only backups altered files. Files that will be deleted on the destination system will NOT be placed in --backup-dir location. I wou