From owner-freebsd-questions Mon Feb 1 12:38:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12951 for freebsd-questions-outgoing; Mon, 1 Feb 1999 12:38:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12943 for ; Mon, 1 Feb 1999 12:38:11 -0800 (PST) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.9.1/8.9.1) with ESMTP id MAA22025; Mon, 1 Feb 1999 12:38:04 -0800 (PST) (envelope-from ejs@bfd.com) Date: Mon, 1 Feb 1999 12:38:04 -0800 (PST) From: "Eric J. Schwertfeger" To: cjclark@home.com cc: Joe Lira , BMICK@bigpond.com, questions@FreeBSD.ORG Subject: Re: Tar Files In-Reply-To: <199902012032.PAA00478@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 1 Feb 1999, Crist J. Clark wrote: > Joe Lira wrote, > > to compress * into filename.tar: > > > > tar -cvf * filename.tar > > Two things, > > 1) The archive name/device should be the first argument, i.e. > > % tar cvf filename.tar * > > 2) tar does not do compression. If you want to do compression try, > > % tar cvf filename.tar * > % gzip filename.tar or just tar czvf filename.tar.gz * under FreeBSD, since it has that option (Is FreeBSD using gnu tar, out of curiosity?) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message