Re: Performing backup from VB.NET

From: George Weaver <gweaver(at)shaw(dot)ca>
To: RPK <rohitprakash123(at)indiatimes(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Performing backup from VB.NET
Date: 2006-12-15 14:50:34
Message-ID: 005001c72058$611fbfb0$6400a8c0@Dell4500
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Original Message -From: "RPK" <rohitprakash123(at)indiatimes(dot)com>

> I want to perform database backup (pgdump) from within VB.NET. Can it be
> done?

I have an application developed using VB.NET that backs up the database
every 12 hours using a small batch file containing both a vacuum and pg_dump
backup script. I execute the batch file using the SHELL function
(Microsoft.VisualBasic namespace). In my case I run the command in a
separate thread in the background. I also provide the user with the ability
to initiate this backup process via the menu system so that they can make a
backup at any time (e.g. thunder storm approaching...).

I timestamp the backup file name, and have the process keep only the last
three backups - deleting the oldest backup each time a backup is
successfully completed.

HTH.

Regards,
George

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-12-15 15:18:55 Re: about the RULE system
Previous Message Ron Johnson 2006-12-15 14:17:46 Re: b-tree index performance