Im trying to setup a cron job to back up my db.
If I manually execute the script it works fine, but the cron job isn't
executing the job.
## Backup PostgreSQL database
*/1 * * * * /root/bin/pgsql-back 2>
/dev/null > /dev/null
Anyone notice anything with this crontab entry???
--
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message
- Re: Crontab and jobs Gerard Samuel
- Re: Crontab and jobs Ceri Davies
- Re: Crontab and jobs Gerard Samuel
- Re: Crontab and jobs Gerard Samuel
- Re: Crontab and jobs Bill Moran