Thread: Tool for BackUp

Tool for BackUp

From
"Pedro C. Arias"
Date:
Hello, anybody know a tool to backup/restore remotely a Postgres database
like SQL Server.

Saludos
Pedro.



Re: Tool for BackUp

From
Bruno Wolff III
Date:
On Fri, May 16, 2003 at 10:10:06 -0300,
  "Pedro C. Arias" <parias@sede.unr.edu.ar> wrote:
> Hello, anybody know a tool to backup/restore remotely a Postgres database
> like SQL Server.

I think normally you would want to use a combination of pgdump and ssh.

Re: Tool for BackUp

From
Bruno Wolff III
Date:
On Fri, May 16, 2003 at 10:10:06 -0300,
  "Pedro C. Arias" <parias@sede.unr.edu.ar> wrote:
> Hello, anybody know a tool to backup/restore remotely a Postgres database
> like SQL Server.

I responded too quickly.
The command is spelled pg_dump .
You don't need ssh since pg_dump can connect to remote databases and will
use ssl if available.