From owner-freebsd-stable Wed Jun 20 5:11:48 2001 Delivered-To: freebsd-stable@freebsd.org Received: from cage.simianscience.com (cage.simianscience.com [64.7.134.1]) by hub.freebsd.org (Postfix) with ESMTP id 24E5037B408 for ; Wed, 20 Jun 2001 05:11:44 -0700 (PDT) (envelope-from mike@sentex.net) Received: (from root@localhost) by cage.simianscience.com (8.11.4/8.11.2) id f5KCBhT27851; Wed, 20 Jun 2001 08:11:43 -0400 (EDT) (envelope-from mike@sentex.net) Received: from chimp (fcage [192.168.0.2]) by cage.simianscience.com (8.11.4/8.11.2av) with ESMTP id f5KCBZA27843; Wed, 20 Jun 2001 08:11:36 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <4.2.2.20010620080716.02cc6060@192.168.0.12> X-Sender: mdtancsa@192.168.0.12 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Wed, 20 Jun 2001 08:11:34 -0400 To: Flemming Froekjaer , stable@freebsd.org From: Mike Tancsa Subject: Re: No rdump on stable? In-Reply-To: <3B2E8AF1.86B21BEE@froekjaer.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 04:12 PM 6/18/2001 -0700, Flemming Froekjaer wrote: >I need some advise on how to do remore dumps. One way is to use ssh and its safer. (this is in the archives of this list BTW) e.g. ssh-keygen on the machine to be dumped (this is ssh v1) scp .ssh/identity.pub targetuser@targetmachine.where.dump.file.is.example.com:/home/targetuser/.ss h/authorized_keys Then something like /sbin/dump -0uan -f - /usr/adm | gzip -3 | ssh1 -c blowfish targetuser@targetuser.example.com dd of=/home/targetuser/dump-adm-l0.gz dumps it to a file or /sbin/dump -0uan -f - /usr/adm | gzip -3 | ssh1 -c blowfish targetuser@targetuser.example.com dd of=/dev/nrsa0 should dump it to the tape if targetuser has access to the tape drive. ---Mike >rdump -0af flemming@tapebox:/dev/nsa0 >It used to work, but then i upgraded to 4.3 Stable (It worked on 4.3 >release) >Now I get this: > > rdump -0af flemming@tapeserver:/dev/nsa0 / > DUMP: Login incorrect. > DUMP: login to tapeserver as flemming failed. > >replacing the username with root gives same resoult. >I'm doing this as root. > >If I do: >rsh -l flemming tapeserver >It prompts me for a password, and let me in. > >In the /etc/hosts.equiv i have listed the server I'm trying to backup. > >What am I doing wrong? Is there another way to acomplish this? > >\Flemming > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Network Administration, mike@sentex.net Sentex Communications www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message