Re: Non-clean Rsync 3.0.3 exit on OSX

2008-07-02 Thread Mike Bombich
I'd guess you're running into endian issues. Does the same error occur when you compile a version specifically for the i386 architecture (e.g. on the Intel machine)? Mike On Jul 2, 2008, at 4:40 PM, Paul Ortman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've compiled rsync 3.0.

Non-clean Rsync 3.0.3 exit on OSX

2008-07-02 Thread Paul Ortman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've compiled rsync 3.0.3 on OSX 10.4 PPC via the plain jane ./configure; make method (no patches). The resulting binary has then been moved to /usr/local/bin/rsync3 and copied to a OSX 10.5.4 Intel client machine as rsync3. I then run the following

Re: rsync: failed to set times on ***

2008-07-02 Thread Matt McCutchen
On Wed, 2008-07-02 at 10:18 -0700, stratton wrote: > I#m trying to rsync from 1 server to another with the following command: > rsync -auzv --stats /cygdrive/d/path/to/dir/ [EMAIL PROTECTED]::dyndns > --exclude=config/ --delete >>%RSYNCLOG% 2>>%RSYNCERROR% > > the dyndns directory is specified i

rsync: failed to set times on ***

2008-07-02 Thread stratton
Hello everybody I#m trying to rsync from 1 server to another with the following command: rsync -auzv --stats /cygdrive/d/path/to/dir/ [EMAIL PROTECTED]::dyndns --exclude=config/ --delete >>%RSYNCLOG% 2>>%RSYNCERROR% the dyndns directory is specified in the rsync.conf on the receiving server.