Permission Denied for find command; No idea why

2008-11-12 Thread APseudoUtopia
Hey. I've been writing a set of sh backup scripts over the past few days. I'm having some trouble with the final thing with them. This is the command that is being run by the www user via cron: /usr/bin/find /usr/local/backups/ -ctime +7d -type f -not -name *daily_backup* -ls (Eventually, I'm

Re: Permission Denied for find command; No idea why

2008-11-12 Thread Jeremy Chadwick
On Thu, Nov 13, 2008 at 12:16:24AM -0500, APseudoUtopia wrote: Hey. I've been writing a set of sh backup scripts over the past few days. I'm having some trouble with the final thing with them. This is the command that is being run by the www user via cron: /usr/bin/find /usr/local/backups/