Hello All
I got cron working...But a problem
My file looks like..
40 10 * * * pg_dump testdb > junk
File "junk" is created.
when I put this
pg_dump testdb > junk
in a script "test.sh" and give the appropriate permissions and re-edit my crontab field as
40 10 * * * test.sh
cron is not running...any suggestions..
regards
MP
I got cron working...But a problem
My file looks like..
40 10 * * * pg_dump testdb > junk
File "junk" is created.
when I put this
pg_dump testdb > junk
in a script "test.sh" and give the appropriate permissions and re-edit my crontab field as
40 10 * * * test.sh
cron is not running...any suggestions..
regards
MP