Re: Replacing rsync on OSX servers.

2011-11-22 Thread Elliot Wilen
Apologies if I missed something in earlier posts, but I wonder if those of you who are looking to install rsync on your OS X boxes are aware of macports. http://www.macports.org/ Currently rsync 3.0.7 is available through macports, which would save you the trouble of compiling, and it would sim

Re: question about why rsync log doesn't include remot ip or remote host

2011-11-22 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Those variables only apply to connections to an rsyncd service. Since you are using ssh for the networking rsync doesn't really have that information. Also, since you are pulling backups rather than pushing them if you switched to rsyncd instead of s

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

question about why rsync log doesn't include remot ip or remote host

2011-11-22 Thread Chris Adams
Hello all, This is my first post to this mailing list. I have been using rsync for a bit and have it mostly working the way I want. I have a backup server that I run all scripts from. It rsyncs data from four different Linux servers via cron. A sample of a script is here: rsync -avz --log-form

Re: Replacing rsync on OSX servers.

2011-11-22 Thread Bryan Pliatsios
Thank you both for your replies, nothing unexpected in the comments, but I'm certainly glad there were no bombshells telling me a painful path lay ahead. We're having an internal discussion about replacing rsync in place vs using /usr/local/bin. We have a very small team with a lot of serv

Re: delete files

2011-11-22 Thread Brian K. White
On 11/22/2011 6:51 AM, Paul Slootman wrote: On Mon 21 Nov 2011, Brian K. White wrote: On 11/19/2011 9:04 AM, francis.montag...@inria.fr wrote: On Tue, 15 Nov 2011 23:49:18 +0100 "Brian K. White" wrote: nj2:/opt/x # rsync -avvvn --force --delete --include=/tmp --include=floof/ --exclude='*' /

Re: delete files

2011-11-22 Thread Paul Slootman
On Mon 21 Nov 2011, Brian K. White wrote: > On 11/19/2011 9:04 AM, francis.montag...@inria.fr wrote: > > > >On Tue, 15 Nov 2011 23:49:18 +0100 "Brian K. White" wrote: > > > >>nj2:/opt/x # rsync -avvvn --force --delete --include=/tmp > >>--include=floof/ --exclude='*' /tmp/. co4::root/tmp/. > > > >D