redirecting output of pg_dump - Mailing list pgsql-general

From Ashish Karalkar
Subject redirecting output of pg_dump
Date
Msg-id 019201c7c923$ae761100$170211ac@LIONKING.COM
Whole thread Raw
Responses Re: redirecting output of pg_dump  (Joshua N Pritikin <jpritikin@pobox.com>)
Re: redirecting output of pg_dump  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
List 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...
 

pgsql-general by date:

Previous
From: Naz Gassiep
Date:
Subject: Re: why postgresql over other RDBMS
Next
From: Joshua N Pritikin
Date:
Subject: Re: redirecting output of pg_dump