From owner-freebsd-stable Wed Aug 2 20:52:49 2000 Delivered-To: freebsd-stable@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 6443C37B72D for ; Wed, 2 Aug 2000 20:52:40 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id NAA26711; Thu, 3 Aug 2000 13:22:26 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <016001bffcfd$26af6ea0$0102a8c0@k6> Date: Thu, 03 Aug 2000 13:22:26 +0930 (CST) From: "Daniel O'Connor" To: Shawn Barnhart Subject: RE: rdump between two FreeBSD machines Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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