I am using pgAdminIII 1.4.6. But I want to automate the backup procedure from within my VB.NET 2003 application. I want to run the script after n minutes.
the database is backed up with the pg_dump utility. make a batch file which has the line: pg_dump my_database and automate it with the windows task scheduler. merlin