Re: rsync from a cron script [SOLVED]

1999-08-19 Thread Michael Stenner
On Wed, Aug 18, 1999 at 08:39:42AM -0400, Michael Stenner wrote: I am running rsync from a script that is executed by cron. It is intended to mirror work stuff at home. It uses my personal accounts on both ends (different accounts). Sadly, rsync returns the following error (and doesn't

Re: rsync from a cron script [SOLVED]

1999-08-19 Thread Karl F. Larsen
Mike whenever you see Permission denied it means the calling function lacks the proper ownership to use this funtion. Do some detective work and find out what user(s) can call rsync. I bet it's just root who can do it. Make sure cron is acting for root. Or I am all wet. That happens a