Re: ssh hangs when restoring
From: Nico Kadel-Garcia (nkadel_at_verizon.net)
Date: 07/28/03
- Next message: Dennis Baker: "Re: PuTTY 0.53b slow in EDT"
- Previous message: Nicolas Ecarnot: "ssh hangs when restoring"
- In reply to: Nicolas Ecarnot: "ssh hangs when restoring"
- Next in thread: Nicolas Ecarnot: "Re: ssh hangs when restoring"
- Reply: Nicolas Ecarnot: "Re: ssh hangs when restoring"
- Reply: Richard E. Silverman: "Re: ssh hangs when restoring"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Jul 2003 12:58:30 GMT
Nicolas Ecarnot wrote:
> Hello,
>
> I'm using dump and restore to backups my systems.
> I dump a filesystem on host1 in a file /tmp/myFile.dump with the command :
> dump -af /tmp/myFile.dump /var (for example)
>
> Then, I try to restore it on another host (host2).
> From host2, I use :
>
> ssh someUser@host1 cat /tmp/myFile.dump | restore -tvf -
Can you try this?
ssh someUser@host1 "cat /tmp/myFile.dump" | restore -tvf -
ssh -n someUser@host1 "cat /tmp/myFile.dump" | restore -tvf -
And what OS are you dealing with?
- Next message: Dennis Baker: "Re: PuTTY 0.53b slow in EDT"
- Previous message: Nicolas Ecarnot: "ssh hangs when restoring"
- In reply to: Nicolas Ecarnot: "ssh hangs when restoring"
- Next in thread: Nicolas Ecarnot: "Re: ssh hangs when restoring"
- Reply: Nicolas Ecarnot: "Re: ssh hangs when restoring"
- Reply: Richard E. Silverman: "Re: ssh hangs when restoring"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|