From owner-freebsd-questions Thu Aug 8 09:30:04 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA18771 for questions-outgoing; Thu, 8 Aug 1996 09:30:04 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA18765 for ; Thu, 8 Aug 1996 09:30:02 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id JAA18393; Thu, 8 Aug 1996 09:29:47 -0700 (MST) From: Don Yuniskis Message-Id: <199608081629.JAA18393@seagull.rtd.com> Subject: Re: Best remote backup method? To: brett@lariat.org (Brett Glass) Date: Thu, 8 Aug 1996 09:29:47 -0700 (MST) Cc: brett@lariat.org, dgy@rtd.com, questions@FreeBSD.org In-Reply-To: <199608081539.JAA21319@lariat.lariat.org> from "Brett Glass" at Aug 8, 96 09:39:35 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > AMANDA appears to insist on doing dumps to tape. Is there something that > will do a quick copy to a disk? I think there is a way to do this. If not, you could always *trick* AMANDA into dumping to disk: AMANDA spools all of the stuff that it is going to write into a "working disk". The ``taper'' task copies this stuff onto the actual tape. If it can't do this, it leaves the spooled dump(s) (since multiple machines can be involved) in the "working disk"... --don