How to use dump for remote backups

Moti Levy moti at 101tech.net
Sat Nov 25 14:48:36 UTC 2006


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





More information about the redhat-sysadmin-list mailing list