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
r...@iol.ie

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to