Hello All
I tried setting up a cron job. I am running w2k server and have installed cygwin.
In a cygwin shell I issued crontab -e and vi editor popped up.
0 21 * * * pg_dump testdb>backup
This command makes a backup of a database testdb daily at 9 PM. But when I came in today I am not able to find my file.
If i do a ps -ef | grep cron
I see /usr/bin/crontab running
where I am going wrong?
I tried setting up a cron job. I am running w2k server and have installed cygwin.
In a cygwin shell I issued crontab -e and vi editor popped up.
0 21 * * * pg_dump testdb>backup
This command makes a backup of a database testdb daily at 9 PM. But when I came in today I am not able to find my file.
If i do a ps -ef | grep cron
I see /usr/bin/crontab running
where I am going wrong?