Re: [GENERAL] redirecting output of pg_dump

2007-07-18 Thread Jayakumar_Mukundaraju
Hello ALL, I need one more help also... I already connected two systems (one is server that is ip address of 172.16.84.76/32, another is like a client 172.16.85.243/32) this connection is working fine... now i want to connect one more system in to that server (172.16.84.76/32) The new

Re: [GENERAL] redirecting output of pg_dump

2007-07-18 Thread A. Kretschmer
am Wed, dem 18.07.2007, um 15:39:01 +0530 mailte Ashish Karalkar folgendes: > Hello all, > > I want to take backup from one server and save it to another machine hard > drive. > The backup will be taken through a shell script attached to a cron job. > > something like: > > pg_dump -d postgr

Re: [GENERAL] redirecting output of pg_dump

2007-07-18 Thread Joshua N Pritikin
On Wed, Jul 18, 2007 at 03:39:01PM +0530, Ashish Karalkar wrote: > I want to take backup from one server and save it to another machine hard > drive. > The backup will be taken through a shell script attached to a cron job. > > something like: > > pg_dump -d postgres -U postgres -f save the fi

[GENERAL] redirecting output of pg_dump

2007-07-18 Thread Ashish Karalkar
Hello all, I want to take backup from one server and save it to another machine hard drive. The backup will be taken through a shell script attached to a cron job. something like: pg_dump -d postgres -U postgres -f is there any way? With regards ashish...