redirecting output of pg_dump

From: "Ashish Karalkar" <ashish(dot)karalkar(at)info-spectrum(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <Jayakumar_Mukundaraju(at)satyam(dot)com>, <aroravishal22(at)hotmail(dot)com>
Subject: redirecting output of pg_dump
Date: 2007-07-18 10:09:01
Message-ID: 019201c7c923$ae761100$170211ac@LIONKING.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 <IP address of other machine and path to save the file on that machine >

is there any way?

With regards
ashish...

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua N Pritikin 2007-07-18 10:18:56 Re: redirecting output of pg_dump
Previous Message Naz Gassiep 2007-07-18 08:58:44 Re: why postgresql over other RDBMS