Date: Fri, 7 Jan 2000 10:29:44 -0700 From: Nate Williams <nate@mt.sri.com> To: naddy@mips.rhein-neckar.de (Christian Weisgerber) Cc: freebsd-security@FreeBSD.ORG Subject: Re: dump over ssh Message-ID: <200001071729.KAA05487@mt.sri.com> In-Reply-To: <854v9q$1gf9$1@bigeye.rhein-neckar.de> References: <854v9q$1gf9$1@bigeye.rhein-neckar.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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? Not really, when you can do it already with the 'unix way'. dump -0af - / | ssh host dd of=/dev/nrsao bs=10k Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001071729.KAA05487>