Re: [GENERAL] Database backup to network folder

2011-08-01 Thread Craig Ringer
On 1/08/2011 1:35 PM, 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" paramet

Re: [GENERAL] Database backup to network folder

2011-08-01 Thread Raymond O'Donnell
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

[GENERAL] Database backup to network folder

2011-07-31 Thread kalyan kumar
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 impl