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...