been looking all over for a way to get pg_dump to play nice as a cron job. I've got it to work manually with the command:<BR><BR>pg_dump -u mydb > mydb.sql<BR><BR>With the above command, I'm prompted ...
Cron processes, or "cron jobs," may be used to start and stop applications within a Linux or Unix operating system. You can create cron jobs to perform functions such ...