From owner-freebsd-stable Mon Sep 20 16:44: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id D6A7E14F22 for ; Mon, 20 Sep 1999 16:44:03 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id QAA05190; Mon, 20 Sep 1999 16:43:45 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: gawel Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Does rdump write the backup to an ordinary file? In-reply-to: Your message of "Mon, 20 Sep 1999 13:24:13 +0200." <37E6195D.5987C619@free.polbox.pl> Date: Mon, 20 Sep 1999 16:43:45 -0700 Message-ID: <5186.937871025@localhost> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No, it uses the rmt(8) interface. You can't do what you're trying to do in the way you're trying to do it. :-) If I were trying to do that, I'd either NFS mount the dump directory off of backup or I'd do something like: dump 0af - | ssh backup dd of=/tmp/var.dump - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message