From owner-freebsd-questions@FreeBSD.ORG Tue Oct 19 13:01:13 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 D5D8A16A4CF for ; Tue, 19 Oct 2004 13:01:13 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB2E43D31 for ; Tue, 19 Oct 2004 13:01:13 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CJtbz-0004wL-00 for ; Tue, 19 Oct 2004 15:01:11 +0200 Received: from h92n2c1o1124.bredband.skanova.com ([81.228.153.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Oct 2004 15:01:11 +0200 Received: from bkhl by h92n2c1o1124.bredband.skanova.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Oct 2004 15:01:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: freebsd-questions@freebsd.org To: freebsd-questions@freebsd.org From: bkhl@elektrubadur.se (=?iso-8859-1?q?Bj=F6rn_Lindstr=F6m?=) Date: Tue, 19 Oct 2004 15:00:57 +0200 Lines: 9 Message-ID: <87u0sqkgl2.fsf@lucien.dreaming> References: <20041019112805.GB7013@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h92n2c1o1124.bredband.skanova.com Mail-Copies-To: never X-Home-Page: http://bkhl.elektrubadur.se/ User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) Cancel-Lock: sha1:cQJvVEayxwaBFTKXJVew+hrarkU= Sender: news Subject: Re: tar vs rar X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 13:01:14 -0000 dick hoogendijk writes: > I like rar for freebsd for the possibility to make predefined archive > sizes. If I tar a directory and want to burn it (later) to a cdr is it > possible with (free/OSS) tar to predefine such chunks? Or is there some > other utility to do this for me? You can use split (man split) to split any kind of file, including tar files, up in pieces.