From owner-freebsd-questions Sat Jan 12 21:50:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by hub.freebsd.org (Postfix) with ESMTP id 5D8C937B417 for ; Sat, 12 Jan 2002 21:50:09 -0800 (PST) Received: from blackbox.pacbell.net ([64.166.86.21]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GPV00IBL47K2H@mta7.pltn13.pbi.net> for questions@FreeBSD.ORG; Sat, 12 Jan 2002 21:50:09 -0800 (PST) Received: (from mikem@localhost) by blackbox.pacbell.net (8.11.6/8.11.6) id g0D5oXA44523; Sat, 12 Jan 2002 21:50:33 -0800 (PST envelope-from mikem) Date: Sat, 12 Jan 2002 21:50:33 -0800 From: Mike Makonnen Subject: Re: HOWTO -- backup onto CDRs? In-reply-to: <20020113042510.87902.qmail@web10402.mail.yahoo.com> To: Kevin Brunelle Cc: questions@FreeBSD.ORG Message-id: <200201130550.g0D5oXA44523@blackbox.pacbell.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd5.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20020113042510.87902.qmail@web10402.mail.yahoo.com> 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 On Sat, 12 Jan 2002 20:25:10 -0800 (PST) Kevin Brunelle wrote: > try. My problem is that I cannot figure out how to > break up a tar > archive on a size boundary ... aka backup0.tar, > backup1.tar, etc. All > broken at the 700MB boundary so I can make iso images > out of them and > then burn them to disk. I could do this by hand by split(1) is what you want. I haven't tried this, but you probably want to do something like this: % tar -cf - /dir | gzip -c | split -b650m cheers, mike makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message