Re: Replacing rsync on OSX servers.

2011-11-22 Thread Warren Oates
Bryan: I successfully compile rsync under OS X, placing the binary in /usr/local/bin and the man pages in /usr/local/man. I rewrote my $PATH and $MANPATH to look in those places first (in ~/.bashrc). That way, when I type "rsync" at the prompt, it finds the one in /usr/local/bin and stops looking

Re: rsync email notification on success and failure + Log

2010-01-01 Thread Warren Oates
Hi: Let cron(8) run your script for you. Cron will happily email you the verbose output from rsync after its task has run. man cron man crontab man 5 crontab On Tue, Dec 29, 2009 at 7:12 PM, Sébastien Arpin wrote: > Hi, > > I have a bash script for rsync that should tranfer all my filer from one

Re: Error messages 3.0.6pre1

2009-07-23 Thread Warren Oates
On Wed, Jul 22, 2009 at 2:52 AM, Mac User FR wrote: > This is a malloc (memory allocation) error. > It shows that a non-aligned pointer (pointer that doesn't start on an > address multiple of 4 in a 32-bit machine) is being freed. As pointers must > always be aligned, this indicates an error and th

Re: Error messages 3.0.6pre1

2009-07-21 Thread Warren Oates
On Mon, Jul 20, 2009 at 4:20 AM, Mark Cohen wrote: > I too have the same issue (reported by Warren) - in that 3.06 backups appear > valid, but the terminal shows the following errors: > > rsync(18819) malloc: *** error for object 0xf305c: Non-aligned pointer being > freed > *** set a breakpoint in

Error messages 3.0.6pre1

2009-04-17 Thread Warren Oates
[sorry if this appears twice -- I'm having trouble with my Gmail filters] I compiled 3.0.6pre1, including the crtimes and fileflags patches for use on Intel OS X 10.5.6, as described by Mr. Bombich (thanks!) here: I want to use 3.0.6 because it seems t

Error messages 3.0.6pre1

2009-04-17 Thread Warren Oates
I compiled 3.0.6pre1, including the crtimes and fileflags patches for use on Intel OS X 10.5.6, as described by Mr. Bombich (thanks!) here: I want to use 3.0.6 because it seems that this bug: has been re

Re: Macintosh rsync: Inconsistent Behaviour: Hints Appreciated

2009-02-14 Thread Warren Oates
On Fri, Feb 13, 2009 at 1:08 PM, Yves Petronin wrote: > I have also used Mike Bombich' very clear instructions foud at > > http://www.bombich.com/mactips/rsync.html > in order to compile the folllowing version of rsync on OS10.4.11: > rsync version 3.0.4 protocol version 30 > > I could not ea

Re: Rsync from a third host?

2008-11-04 Thread Warren Oates
On Tue, Nov 4, 2008 at 2:33 PM, Warren Oates <[EMAIL PROTECTED]> wrote: > You'll have to use an expect script for that, something like this one: > > #!/usr/bin/expect -f > > ## Note: set crontab's $PATH to search /usr/local/bin (or wherever > you've inst

Re: Rsync from a third host?

2008-11-04 Thread Warren Oates
On Tue, Nov 4, 2008 at 11:23 AM, kbrault <[EMAIL PROTECTED]> wrote: > Now if I can just figure out how to stop it from prompting me for a password > every time. > -- You'll have to use an expect script for that, something like this one: #!/usr/bin/expect -f ## Note: set crontab's $PATH to s

Re: help please, updating rsync on OS X

2008-01-17 Thread Warren Oates
On 1/16/08, Scott Griswold <[EMAIL PROTECTED]> wrote: > Hi, > I tried using rsyncX which is a GUI front end for rsync and as it > turns out, the installer downgraded the current version from version > 2.6.3 protocol version 28 to version 2.6.6 protocol version 27. > I would like to learn more abo

Re: (Rsync 3.0) acls for OS X

2007-08-11 Thread Warren Oates
Thanks for the reply, Wayne. See what happens when Leopard comes along I guess. Sometimes I hate Darwin ... On 7/17/07, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Tue, Jul 17, 2007 at 03:36:10PM -0400, Warren Oates wrote: > > What's the status of acl support for OS X? W

(Rsync 3.0) acls for OS X

2007-07-17 Thread Warren Oates
What's the status of acl support for OS X? What needs to be done? The xattr support works nicely; you can try it out by moving a few "text clippings" back and forth from HFS+ to ext3 (say) with and without the -X switch set. Or move them locally that way, for that matter. (Text clippings are _all

Re: rsync replacement

2007-07-13 Thread Warren Oates
On 7/13/07, Mike Jackson <[EMAIL PROTECTED]> wrote: Looking for more efficient replication or synchronization solution than rsync, take a look at syncdat by www.dataexpedition.com Mike -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: ht

Re: "Exclude" test fails on OS X (i386 Darwin 8.10.1)

2007-07-12 Thread Warren Oates
On 7/12/07, Wayne Davison <[EMAIL PROTECTED]> wrote: On Wed, Jul 11, 2007 at 06:31:59PM -0400, Warren Oates wrote: > The exclude test fails on OS X Darwin Kernel Version 8.10.1 > RELEASE_I386. It just hangs there until CTL-C. It could hang on other architectures too, but was spora

"Exclude" test fails on OS X (i386 Darwin 8.10.1)

2007-07-11 Thread Warren Oates
Version 3.0.0cvs protocol version 30.PR4 Capabilities: 64-bit files, 32-bit inums, 32-bit timestamps, 64-bit long ints, socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace, append, no ACLs, xattrs, iconv The exclude test fails on OS X Darwin Kernel Version 8.10.1 RELEASE_I386. I