From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 18:26:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A735416A4CE for ; Fri, 6 Aug 2004 18:26:44 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C6443D49 for ; Fri, 6 Aug 2004 18:26:44 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bt9QR-0004XS-00 for ; Fri, 06 Aug 2004 20:26:43 +0200 Received: from 208-186-54-187.nrp3feld.roc.ny.frontiernet.net ([208.186.54.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Aug 2004 20:26:43 +0200 Received: from missive by 208-186-54-187.nrp3feld.roc.ny.frontiernet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Aug 2004 20:26:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Lee Harr Date: Fri, 6 Aug 2004 18:26:39 +0000 (UTC) Lines: 24 Message-ID: References: <20040803171006.GB26333@troutmask.apl.washington.edu> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 208-186-54-187.nrp3feld.roc.ny.frontiernet.net User-Agent: slrn/0.9.8.0 (FreeBSD) Sender: news Subject: Re: Using rrestore with ssh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: missive@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 18:26:45 -0000 On 2004-08-03, Steve Kargl wrote: > Anyone have a tip on using rrestore with ssh instead > of the rexecd and rcmd facility? My attempts at using > rrestore result in > > dhcp-78-74:kargl[207] rrestore -x -b 64 -f troutmask:/dev/nsa0 > Connection to troutmask.apl.washington.edu established. > IP_TOS:IPTOS_THROUGHPUT setsockopt: Operation not supported > TCP_NODELAY setsockopt: Operation not supported > rshd: Login incorrect. > Lost connection to remote host. > dhcp-78-74:kargl[208] > > On troutmask, I have uncommented the appropriate inetd.conf > lines that should allow rmt, rdump, and rrestore to work. > Have you read the handbook section on backups? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backup-basics.html My take is that it may be easier to just use restore instead of rrestore.