From owner-freebsd-questions@FreeBSD.ORG Thu Aug 16 12:50:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE61516A417 for ; Thu, 16 Aug 2007 12:50:11 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id 9EB6B13C45A for ; Thu, 16 Aug 2007 12:50:11 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1ILeni-000KSi-Lm for freebsd-questions@freebsd.org; Thu, 16 Aug 2007 08:50:10 -0400 Message-ID: <00b601c7e003$fb1e0200$6501a8c0@GRANT> From: "Grant Peel" To: Date: Thu, 16 Aug 2007 08:50:10 -0400 Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Dump + GZIP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 12:50:11 -0000 Hi all, Can I safely pump a filesystem dump through gzip during the dumping = process?, or di I need to create the dump first then gzip it after? Does zipping the dumps cause any headaches at restore time? (I currently dump 5 servers worth of data to a raid 5 array, and am = about 20% away from running out of disk space). Does gzipping a file give a decent compression ratio? -Grant