From owner-freebsd-security Fri Jan 7 11:39:53 2000 Delivered-To: freebsd-security@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 55F82157AA for ; Fri, 7 Jan 2000 11:39:51 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id LAA88746; Fri, 7 Jan 2000 11:39:47 -0800 (PST) (envelope-from dillon) Date: Fri, 7 Jan 2000 11:39:47 -0800 (PST) From: Matthew Dillon Message-Id: <200001071939.LAA88746@apollo.backplane.com> To: naddy@mips.rhein-neckar.de (Christian Weisgerber) Cc: freebsd-security@FreeBSD.ORG Subject: Re: dump over ssh References: <854v9q$1gf9$1@bigeye.rhein-neckar.de> Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org :So far I have received *zero* reactions to my proposal in PR #15830. : :I suggest to add to dump/restore the capability to access remote :tapes over arbitrary rsh(1)-like commands, which would in particular :allow to run dump over ssh, say : :# dump -0aP ssh -f host:/dev/nrsa0 / : :(The PR includes a proof of concept patch to implement this.) : :No interest? :-- :Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de You can do this already. ssh remotehost "dump 0auf -" > dumpfile. ssh remotehost "restore tvf -" < dumpfile Am I missing something here? -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message