From owner-freebsd-questions Thu Aug 30 13:45:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 4ECAC37B407 for ; Thu, 30 Aug 2001 13:45:38 -0700 (PDT) (envelope-from kory@avatar.com) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (8.12.0.Beta8/8.12.0.Beta8) with SMTP id f7UKeFUM008129; Thu, 30 Aug 2001 13:40:15 -0700 (PDT) From: "Kory Hamzeh" To: "Mario Doria" , Subject: RE: Remote dumps Date: Thu, 30 Aug 2001 13:42:30 -0700 Message-ID: <005101c13194$49b1e280$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <20010830195453.47789.qmail@web14201.mail.yahoo.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It works very much like dump does, you just include the remote hostname before the tape device. For example: rdump dumpoptions remotename:remotetapedevicename localfilesystemname To make sure you are networking is configured to do this, login to you local machine as the user that is going to be doing the dumps (usually root). Then type "rsh remotename ls". If you get any errors, such as permission denied, etc., you need to solve that first before you do the rdump. By default, the rsh command will fail. What I normally do is the put the name of the local machine in the /root/.rhosts file on the remote machine. Make sure that the permission of the .rhosts file is 600 and its owned by root (assuming that it how you want to do it). Note that by doing this, you're allowing the local root user to login to the remote machine as root with root privileges. Make sure you can live with that. Their may be safer ways of doing this, but this is the only way I know. Use with caution. Kory > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mario Doria > Sent: Thursday, August 30, 2001 12:55 PM > To: questions@FreeBSD.ORG > Subject: Remote dumps > > > Hi, > > Can anyone point me to some information regarding doing remote > dumps? I want to > dump my entire filesystem to another machine. What is necessary > in order to do > that? > > Thanks > > > Mario Doria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message