ERROR: chroot failed

2002-04-06 Thread Brad
I am trying to use rsync to transfer some directories from a RedHat 7.0 box to a RedHat 7.1 rsync server via a cron job. The cron command line: 00 00 * * * /usr/local/bin/emailbackup > /tmp/backup.log 2>&1; mail -s "Rsync Backup Log" my@emailaddres < /tmp/backup.log The 7.1 rsyncd.cond; [home]

rsync 2.5.5 compilation problems

2002-04-06 Thread Israel, David N
Hi, I compiled rsync on an HPUX 11i box, and got lots of errors about redefining sendfile() and sendpath(). The compilation succeeded, but the binary failed. I then took a binary I had compiled on an HP11.00 box, and it worked fine. I tried this with both gcc & the HP ansic compilers. The s

similar file names..

2002-04-06 Thread David Goodwin
Hi all, I've recently started using rsync, and would like to know if there is any way for it to realise that similarly named files are the same. e.g. sendmail-8.12.2-i386-1.tgz and sendmail-8.12.2-i386-2.tgz (the second one being an update on the first and replaces it, but it is going to be v

Compilation problem and solution on Solaris 2.7

2002-04-06 Thread Jean-Francois Stenuit
To whoever it may help, My flavor of Solaris 2.7 was not able to compile rsync 2.5.5 with the vanilla "./configure; make". Three functions where missing : inet_ntop, inet_pton, inet_addr There are replacement inet_ntop and inet_pton in the distribution tree, so it's easy to change the Makefile