From owner-freebsd-questions Fri Apr 25 07:21:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA18132 for questions-outgoing; Fri, 25 Apr 1997 07:21:52 -0700 (PDT) Received: from sunsrv5.lrz-muenchen.de (sunsrv5.lrz-muenchen.de [129.187.10.15]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id HAA18127 for ; Fri, 25 Apr 1997 07:21:49 -0700 (PDT) Received: from sun1.lrz-muenchen.de by sunsrv5.lrz-muenchen.de; Fri, 25 Apr 97 16:21:47 +0200 Received: by sun1.lrz-muenchen.de (5.x/SMI-SVR4) id AA09615; Fri, 25 Apr 1997 16:21:45 +0200 From: Joachim.Wunder@lrz.tu-muenchen.de (Joachim Wunder) Message-Id: <9704251421.AA09615@sun1.lrz-muenchen.de> Subject: rdump problems To: questions@freebsd.org Date: Fri, 25 Apr 1997 16:21:44 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL25] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi! I am trying to backup a FreeBSD 2.1.7 box to a BSDi 2.2.1 box with the following command on the FreeBSD box: rdump 0fBu 194.127.175.216:/dev/nrst0 1000000 / as output I get: DUMP: Date of this level 0 dump: Fri Apr 25 16:16:59 1997 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/rwd0a (/) to /dev/nrst0 on host 194.127.175.216 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 20013 tape blocks on 0.02 tape(s). DUMP: Protocol to remote tape server botched. DUMP: (rmtgets got "Warning: exported path contai"). rdump: Lost connection to remote host. DUMP: Bad return code from dump: 1 Anyone any ideas? TIA, Achim!