Logging from cron

2004-03-23 Thread T. Coutu
Hello, I've just spent several hours going over several Google searches trying to find a way to configure rsync to log into a file named /var/log/rsync.log. So far, every instance where I've found someone asking about rsync logging remained unanswered (which is kind of weird in itself). As

Re: Logging from cron

2004-03-23 Thread Tim Conway
that where you want it. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] T. Coutu [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/23/2004 10:53 AM Please respond to coutu3 To [EMAIL PROTECTED] cc Subject Logging from cron Hello

Re: Logging from cron

2004-03-23 Thread Brian Cuttler
We always run rsync from a shell script, sometimes we pipe the shell script output to mailx or such. I'm sure you can write it to a log file but don't recall the syntax off hand. We never run the single command as a cron task, ie never 0 23 * * 1-5 rsync but do 0 23 * * 1-5 script1.sh I'm

Re: Logging from cron

2004-03-23 Thread Tim
Thanks Brian. :-) Tim *** REPLY SEPARATOR *** On 3/23/2004 at 1:00 PM Brian Cuttler wrote: We always run rsync from a shell script, sometimes we pipe the shell script output to mailx or such. I'm sure you can write it to a log file but don't recall the syntax off hand. We

RE: Logging from cron

2004-03-23 Thread Jason Ferguson
! -Jason -Original Message- From: T. Coutu [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 5:53 PM To: [EMAIL PROTECTED] Subject: Logging from cron Hello, I've just spent several hours going over several Google searches trying to find a way to configure rsync to log