Date: Sun, 18 Feb 2001 03:40:52 -0600 (CST) From: Nick Rogness <nick@rogness.net> To: cjclark@alum.mit.edu Cc: "Dan Mahoney, System Admin" <danm@prime.gushi.org>, questions@FreeBSD.ORG Subject: Re: dump and ssh Message-ID: <Pine.BSF.4.21.0102180333150.90407-100000@cody.jharris.com> In-Reply-To: <20010218010436.H62368@rfx-216-196-73-168.users.reflex>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 18 Feb 2001, Crist J. Clark wrote: > > > # ssh -luser remotehost "cat dump_file.dmp" | restore -[irRtx]f - > > > That will actually restore your dump on the machine you are > > restoring from. If you just want to grap the already dumped file > > and not restore: > > > # ssh remotehost 'cat dump_file' | cat - > local_dump_file > ^^^^^^^ > Why the gratuitous cat(1)? Easier to follow...or maybe not. It is not needed but I was going off of your post which used |restore... The extra cat(1)'s in my previous post were not needed...I apologize for the extra 7-30 characters in everyones already bloated inbox. Nick Rogness <nick@rogness.net> - Keep on routing in a Free World... "FreeBSD: The Power to Serve!" 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?Pine.BSF.4.21.0102180333150.90407-100000>