From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 15:59:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C74AE16A4CE for ; Thu, 11 Mar 2004 15:59:17 -0800 (PST) Received: from gateway.home.ricin.net (cp464173-a.dbsch1.nb.home.nl [212.204.145.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0491743D31 for ; Thu, 11 Mar 2004 15:59:17 -0800 (PST) (envelope-from danny@ricin.com) Received: from workstation.home.ricin.net (workstation.home.ricin.net [172.16.32.66]) by gateway.home.ricin.net (Postfix) with ESMTP id 9AD8124D09; Fri, 12 Mar 2004 00:59:15 +0100 (CET) From: Danny Pansters To: lee@slaughters.com Date: Fri, 12 Mar 2004 00:59:14 +0100 User-Agent: KMail/1.6 References: <4050F072.1050707@slaughters.com> In-Reply-To: <4050F072.1050707@slaughters.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403120059.15053.danny@ricin.com> cc: FreeBSD Questions Mailing List Subject: Re: burncd args X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 23:59:17 -0000 On Friday 12 March 2004 00:04, lee slaughter wrote: > hi..... > i make a tar.gz backup file. > is burncd -f /dev/acd1 data fixate > the right syntax? is "data" the correct type? i cannot tell > from burncd manpage. What you called should be the ISO (top of my head, I think the only exception is if you're creating an audio CD with only WAV/AIFF files that go into tracks). So use mkisofs first, then burncd. HTH, Dan