From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 15:21:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5B75616A41F for ; Thu, 8 Sep 2005 15:21:44 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A6943D45 for ; Thu, 8 Sep 2005 15:21:43 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id j88FLhBn016291; Thu, 8 Sep 2005 11:21:43 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j88FLglp016290; Thu, 8 Sep 2005 11:21:42 -0400 (EDT) From: Jerry McAllister Message-Id: <200509081521.j88FLglp016290@clunix.cl.msu.edu> To: vdemart1@tin.it Date: Thu, 8 Sep 2005 11:21:42 -0400 (EDT) In-Reply-To: <20716527.1126191423267.JavaMail.root@pswm11.cp.tin.it> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: tarring a dump. Problems with a pipe X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 15:21:44 -0000 > > I'm getting accostumed to dump my fbsd 5.4 filesystems with "dump" on > files in a samba share. Now, I'd like to compress the dumped files "in > the making" (for instance piping it via tar) but I don't know how to do > it. > Could you please help me? Use gzip(1) or compress(1) if it is already a dump file. It is a simple as 'compress dumpfilename' and it will make a compressed file called 'dumpfilename.Z' ////jerry > Ciao > Vittorio > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >