Re: [SQL] Automated Backup

2003-09-20 Thread btober
> >> Is there a way to automate the backup databases using pg_dump (like >> in SQL server)? > Ha! Why would you want to do ANYTHING "like in SQL server"! ;) You can do you back-ups very nicely using cron and a bash script: bash-2.05a$ crontab -l # DO NOT EDIT THIS FILE - edit the master and rein

Re: [SQL] Automated Backup

2003-09-19 Thread Christopher Browne
Oops! [EMAIL PROTECTED] ("Kumar") was seen spray-painting on a wall: > Is there a way to automate the backup databases using pg_dump (like in SQL server)? If you can come up with a way of automating the running of programs, then I imagine that might be possible. I have heard that a program called

Re: [SQL] Automated Backup

2003-09-19 Thread A.Bhuvaneswaran
> Is there a way to automate the backup databases using pg_dump (like in > SQL server)? You can use cron to automate your backup process with pg_dump. regards, bhuvaneswaran ---(end of broadcast)--- TIP 8: explain analyze is your friend

[SQL] Automated Backup

2003-09-18 Thread Kumar
Dear Gurus,   Is there a way to automate the backup databases using pg_dump (like in SQL server)?   Regards Kumar