From owner-freebsd-questions Mon Jan 13 03:53:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA07843 for questions-outgoing; Mon, 13 Jan 1997 03:53:47 -0800 (PST) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id DAA07833 for ; Mon, 13 Jan 1997 03:53:32 -0800 (PST) Received: from sol1.gud.siemens.co.at (root@[10.1.143.100]) by zwei.siemens.at (8.7.5/8.7.3) with SMTP id MAA02454 for ; Mon, 13 Jan 1997 12:53:50 +0100 (MET) Received: from ws2301.gud.siemens.co.at by sol1.gud.siemens.co.at with smtp (Smail3.1.28.1 #7 for ) id m0vjkwd-00020QC; Mon, 13 Jan 97 12:52 MET Received: by ws2301.gud.siemens.co.at (1.37.109.16/1.37) id AA094066248; Mon, 13 Jan 1997 12:50:48 +0100 From: "Hr.Ladavac" Message-Id: <199701131150.AA094066248@ws2301.gud.siemens.co.at> Subject: Re: setting up backups (incremental)--what to use? To: brandon@cold.org (Brandon Gillespie) Date: Mon, 13 Jan 1997 12:50:47 +0100 (MEZ) Cc: freebsd-questions@freebsd.org In-Reply-To: from "Brandon Gillespie" at Jan 10, 97 02:55:47 pm X-Mailer: ELM [version 2.4 PL24 ME8a] 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 E-mail message from Brandon Gillespie contained: > I have a tape drive setup off my system, and functioning (I can tar to it > and read from the tar without problem). I do not want an absolute tar > file every day, I want an incremental backup based off the previous day, > or something similar. How do I go about doing this? I noticed the > incremental option in the tar manual, but there is no explanation as to > what to do.. Help? man 8 dump man 8 restore much better than tar; it stores the filesystem extended metadata as well. /Marino > > Also... I need to figure out how large of a tar file my drive can > handle--it uses 8MM DAT tapes, but its an older drive, reporting as: > > ahc0:A:5: refuses syncronous negotiation. Using asyncronous transfers > (ahc0:5:0): "EXABYTE EXB-8200 2687" type 1 removable SCSI 1 > st0(ahc0:5:0): Sequential-Access density code 0x0, variable blocks, > write-enabled > > Anybody? > > -Brandon Gillespie > >