Re: Rsync won't be quiet

2008-05-12 Thread Patrick Nolan
Wayne Davison wrote: On Tue, May 06, 2008 at 06:27:27PM -0700, Patrick Nolan wrote: I thought the -q option and the redirection to /dev/null would keep it quiet under normal circumstances. Apparently not. It should. You shouldn't even require -q since you're not using -v. I tried out your se

Re: Rsync won't be quiet

2008-05-10 Thread Wayne Davison
On Tue, May 06, 2008 at 06:27:27PM -0700, Patrick Nolan wrote: > I thought the -q option and the redirection to /dev/null would > keep it quiet under normal circumstances. Apparently not. It should. You shouldn't even require -q since you're not using -v. I tried out your setup, and didn't get a

Rsync won't be quiet

2008-05-06 Thread Patrick Nolan
I'm using rsync to mirror a big CVS repository. It's version 3.0.2 at both ends. Cron runs rsync every 12 minutes. I would like to get no e-mail from cron if the transfer goes with no errors. Instead I get a message every time there is an update, with a line for each file transfered. On the s