News

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 ...
Hey all, I need to find a way to set up an automated backup. I have the TAR command and file lists all set up, but I realized that if I set that up as a cron job, I'll be overwriting files. Here's the ...