OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
FreeBSD Security Archives: Re: dump over ssh

Re: dump over ssh


Subject: Re: dump over ssh
From: Matthew Dillon (dillonapollo.backplane.com)
Date: Fri Jan 07 2000 - 13:39:47 CST


: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 naddymips.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
                                        <dillonbackplane.com>

To Unsubscribe: send mail to majordomoFreeBSD.org
with "unsubscribe freebsd-security" in the body of the message



This archive was generated by hypermail 2b27 : Fri Jan 07 2000 - 13:42:16 CST