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 > *** s

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
. It just hangs there until CTL-C. The same test passes on the G4 PPC Darwin 8.10.0, and on i686 Xeon (Slackware 12 in a Parallels VM on the Intel Darwin 8.10.1)). The log file looks like this: - starrt - Testing for symlinks using 'test -h' makepath /Users/warren/src/rsy

How to:- copy only files less / greater than X size / date?

2004-04-19 Thread Warren Welch
tion, the current is the current set of files on the destination, and the diff, is where the differences of the files that would be placed in current end up... (ie: instead of putting them in current from the source, they're placed in diff) Is it possible? Thanks, Warren [EMAIL PROTEC

Re: Rsync snapshots problem.

2003-03-25 Thread Warren Mannington
Thanks for your help. I have implemented this using cygwin - rsync - ssh - cron to push the files to the server. The bug (probably caused by samba ) with deleting files doesn't show up in this case. Warren. - Original Message - From: "jw schultz" <[EMAIL PROTE

Re: Rsync snapshots problem.

2003-03-24 Thread Warren Mannington
- Original Message - From: "jw schultz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 25, 2003 3:43 PM Subject: Re: Rsync snapshots problem. > On Tue, Mar 25, 2003 at 03:30:09PM +1200, Warren Mannington wrote: > > Hello > >

Re: Rsync snapshots problem.

2003-03-24 Thread Warren Mannington
lineq.data LINEQ.DATA mesh.data MESH.DATA table.data TABLE.DATA vers.data VERS.DATA *.bkcnrt *.BKCNRT *.error *.ERROR CD-R/ *.tmp *.TMP *.tmp/ *.TMP/ *.iso *.ISO *.nrg *.NRG If you need any more information please let me know. I am happy to help in anyway I can in fixing this problem. Regard

Rsync snapshots problem.

2003-03-23 Thread Warren Mannington
lution discovered ? I can post a detailed configuration if you wish. I have tried modify-window=10 (and 60) and this makes no difference. The files it deletes seems somewhat random. Any ideas ? Thanks Warren Mannington === Warren Mannington Room 4.613 Phon

Trouble getting rsync to work....

2002-02-24 Thread Warren
I have read the MAN page and the Rsync page and have set up an /etc/rsync.conf but I can't seem to get it working. I have tried starting the daemon and adding the correct entry on the server hosts.allow file, but I just get "Connection refused" from the server. Surely this can't be that diffic