Date: 17 Nov 1999 02:46:53 +0100 From: naddy@mips.rhein-neckar.de (Christian Weisgerber) To: freebsd-questions@freebsd.org Subject: Re: Backup several hosts with dump Message-ID: <80t1ed$1bvb$1@bigeye.rhein-neckar.de> References: <199911161808.MAA04655@iaces.com> <XFMail.991116145742.mark@whetstonelogic.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Hartley <mark@whetstonelogic.com> wrote:
> I guess my question then becomes: is there a way I can enable the
> computers to log on to each other as needed without sacrificing
> security?
Use ssh. I suggest rhosts-RSA authentication.
rdump uses the rcmd(3) interface which doesn't pass over ssh. You would
have to dump to stdout and forward this explicitly over ssh, e.g.
dump 0f - / | ssh tapehost buffer -o /dev/rsa0
The basic command on the tape host to write the incoming dump
archive to tape would be "dd of=/dev/rsa0 bs=10k", but I strongly
suggest using a buffering command like ports/misc/{buffer,team}.
--
Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?80t1ed$1bvb$1>
