From owner-freebsd-questions Sat Jan 12 14:47:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-201-166.mmcable.com [65.31.201.166]) by hub.freebsd.org (Postfix) with SMTP id B597B37B41C for ; Sat, 12 Jan 2002 14:47:55 -0800 (PST) Received: (qmail 69014 invoked by uid 100); 12 Jan 2002 22:47:55 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15424.48410.693069.562646@guru.mired.org> Date: Sat, 12 Jan 2002 16:47:54 -0600 To: "Scott Gerhardt" Cc: Subject: RE: Backup using TAR In-Reply-To: References: <15424.16055.50801.150619@guru.mired.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.43 (Python 2.2; freebsd-4.4-STABLE-i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Scott Gerhardt types: > > Yeah - replace "tar" with "dump". Tar was designed to be a tool > > archiving and sharing data in unixoid file trees. Dump was designed to > > back up and restore FreeBSD's file systems. The similarity in the > > requirements for the two tasks ends not far past "copy the data in the > > files to the media". > > > > Even if you don't do that, you might consider adding --compress and > > changing the file extension to .tar.gz. > > Can dump be used to write to a file which can then be written to CD-ROM? Well, I've never tried writing the file directly to the CD-ROM, but always put them in ISO file systems, which works just fine. I'd recommend doing the same for files from tar as well. dump helps with that by having options to automatically create multiple output files of a fixed size, which I use for full backups of files systems that have more than one CD's worth of data. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message