Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2000 11:39:47 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        naddy@mips.rhein-neckar.de (Christian Weisgerber)
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: dump over ssh
Message-ID:  <200001071939.LAA88746@apollo.backplane.com>
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?
:-- 
: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 
					<dillon@backplane.com>


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?200001071939.LAA88746>