From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 21:14:56 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 ABDA016A41C for ; Thu, 9 Jun 2005 21:14:56 +0000 (GMT) (envelope-from cholland@redmoonbroadband.com) Received: from exchange.redmoonbroadband.com (exchange.redmoonbroadband.com [206.123.80.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E4C43D1F for ; Thu, 9 Jun 2005 21:14:56 +0000 (GMT) (envelope-from cholland@redmoonbroadband.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Thu, 9 Jun 2005 16:14:51 -0500 Message-ID: <4B3EE484EEA4F344BBB62F831648998628DA32@corpsrv.RedMoon.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Multi-Volume Backup Thread-Index: AcVtOAIURODYB/qKRJKZe3AEPD0+ug== From: "Cody Holland" To: Subject: Multi-Volume Backup 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, 09 Jun 2005 21:14:56 -0000 I'm trying to do a multi-volume backup to hard drive via gnu tar. It works with the following command: gtar -c -L 681574400 -f /usr/local/backup/dev1.tgz -f /usr/local/backup/dev2.tgz -f /usr/local/backup/dev3.tgz / But I really, really need this compressed. If I put a -z in the command it errors out stating: gtar: Cannot use multi-volume compressed archives gtar: Error is not recoverable: exiting now Is there any way to do a compressed multi-volume backup, with each volume being 650mb to hard drive? Either with gtar or any other backup method. Thanks, Cody