Tool for BackUp

Started by Pedro C. Ariasalmost 23 years ago3 messagesgeneral
Jump to latest
#1Pedro C. Arias
parias@sede.unr.edu.ar

Hello, anybody know a tool to backup/restore remotely a Postgres database
like SQL Server.

Saludos
Pedro.

#2Bruno Wolff III
bruno@wolff.to
In reply to: Pedro C. Arias (#1)
Re: Tool for BackUp

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.

#3Bruno Wolff III
bruno@wolff.to
In reply to: Pedro C. Arias (#1)
Re: Tool for BackUp

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.