>
>> 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
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
> 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
Dear Gurus,
Is there a way to automate the backup databases using
pg_dump (like in SQL server)?
Regards
Kumar