Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Aug 2000 13:22:26 +0930 (CST)
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        Shawn Barnhart <swb@grasslake.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   RE: rdump between two FreeBSD machines
Message-ID:  <XFMail.000803132226.doconnor@gsoft.com.au>
In-Reply-To: <016001bffcfd$26af6ea0$0102a8c0@k6>

next in thread | previous in thread | raw e-mail | index | archive | help

On 03-Aug-00 Shawn Barnhart wrote:
>  Even better, is there a recipe for doing it with ssh?  Would love that.
>  But I'd like to know how to do it the simple (if insecure) way, too.

Try..
ssh -enone root@remote.host.to.dump "dump -0af - /" | dd of=/dev/nrsa0 bs=16k

Or
dump -0af - | ssh -enone root@remote.host.with.tape "dd of=/dev/nrsa0 bs=16k"

---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000803132226.doconnor>