From: | Raymond O'Donnell <rod(at)iol(dot)ie> |
---|---|
To: | kalyan kumar <kalyansai99(at)yahoo(dot)co(dot)in> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Database backup to network folder |
Date: | 2011-08-01 14:41:24 |
Message-ID: | 4E36BB14.1050905@iol.ie |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 01/08/2011 06:35, kalyan kumar wrote:
> Hi,
>
> I am using Postgre SQL 8.3, where I want to backup my entire database.
> For the same I am using pg_dump.exe. I am able to take the backup of my
> database in to my local machine. If I want to take the backup into
> network folder, how to pass "-f" parameter to pg_dump.exe. I am using
> SMB to implement file copy to network folder.
From the above, it sounds as if you're on Windows.... if so, it might be
easiest to map a drive letter to the network share, and use that in the
-f parameter.
Ray.
--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie
From | Date | Subject | |
---|---|---|---|
Next Message | Willy-Bas Loos | 2011-08-01 14:42:23 | number of rows in analyze |
Previous Message | Simon Riggs | 2011-08-01 14:30:41 | Re: Error: operator does not exist: integer = integer |