How to use dump for remote backups

JB mmyymm at hotmail.com
Fri Nov 24 15:43:03 UTC 2006


Hi,
Depending if you want to make it an automated process or not you might look
at installing ssh key:
http://pkeck.myweb.uga.edu/ssh/
I use rsynk for backups cause it takes way less bandwidth and resources.
There is an incremental backup version using rsynk:
http://www.mikerubel.org/computers/rsync_snapshots/

Regards,
JB



-----Original Message-----
From: redhat-sysadmin-list-bounces at redhat.com
[mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Moti Levy
Sent: Saturday, November 25, 2006 6:49 AM
To: redhat-sysadmin-list at redhat.com
Subject: Re: How to use dump for remote backups

if you want to dump to file try :

dump -0uanf - /boot | ssh 192.168.0.169  dd of=/dir/filename

if you want to restore try :

dump -0uf - /boot | ssh 192.168.0.169  restore -rf -
Raghu Ni wrote:
> Hi,
> # RSH=ssh
> # echo $RSH
> ssh
> # dump -0uf 192.168.0.169:/dev/hda8 /boot
>   DUMP: 192.168.0.169 <http://192.168.0.169>: Connection refused
>   DUMP: login to 192.168.0.169 <http://192.168.0.169> as root failed.
> 
> I think i need to setup some more settings for this. Can any one can 
> help me on this.
> 
> Thank you,
> Raghu Ni.
> 
> 
> ------------------------------------------------------------------------
> 
> --
> redhat-sysadmin-list mailing list
> redhat-sysadmin-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list


--
redhat-sysadmin-list mailing list
redhat-sysadmin-list at redhat.com
https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list




More information about the redhat-sysadmin-list mailing list