Adding automatic backup of a DB

Started by Mohamedalmost 17 years ago2 messagesgeneral
Jump to latest
#1Mohamed
mohamed5432154321@gmail.com

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

#2Justin
justin@emproshunts.com
In reply to: Mohamed (#1)
Re: Adding automatic backup of a DB

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Moe wrote:
<blockquote
cite="mid:861fed220905040501v21a886a8s36c294fa572f248a@mail.gmail.com"
type="cite">Hi,
<div><br>
</div>
<div>How can I add automatic backup easily?&nbsp;</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, Disable Quoting is for) .. as
it is now, it works great without them.</div>
<div><br>
</div>
<div>Thanks in advance / Moe</div>
</blockquote>
<font face="Arial">Not with pgadmin but you can automate the back with
pgdump and pgdumpall using scripts or 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&quot;&gt;http://wiki.postgresql.org/wiki/Automated_Backup_on_Windows&lt;/a&gt;&lt;br&gt;
</font>
</body>
</html>