Обсуждение: Adding automatic backup of a DB

Поиск
Список
Период
Сортировка

Adding automatic backup of a DB

От
Moe
Дата:
Hi,

How can I add automatic backup easily? 

Is it possible with pgadmin ?

Also, I would like to know whether those options (Blobs(checked), OIDS, Insert Commands, Disable Quoting is for) .. as it is now, it works great without them.

Thanks in advance / Moe

Re: Adding automatic backup of a DB

От
justin
Дата:
Moe wrote: <blockquote cite="mid:861fed220905040501v21a886a8s36c294fa572f248a@mail.gmail.com" type="cite">Hi, <div><br
/></div><div>Howcan I add automatic backup easily? </div><div><br /></div><div>Is it possible with pgadmin
?</div><div><br/></div><div>Also, I would like to know whether those options (Blobs(checked), OIDS, Insert Commands,
DisableQuoting is for) .. as it is now, it works great without them.</div><div><br /></div><div>Thanks in advance /
Moe</div></blockquote><fontface="Arial">Not with pgadmin but you can automate the back with pgdump and pgdumpall using
scriptsor batch files<br /><br /> here is a set of instructions for windows <br /><a class="moz-txt-link-freetext"
href="http://wiki.postgresql.org/wiki/Automated_Backup_on_Windows">http://wiki.postgresql.org/wiki/Automated_Backup_on_Windows</a><br
/></font>