From owner-freebsd-questions@FreeBSD.ORG Tue Jun 7 16:06:29 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 C669816A41C for ; Tue, 7 Jun 2005 16:06:29 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 517AF43D1F for ; Tue, 7 Jun 2005 16:06:27 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:10084 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1Dfgav-000DWJ-Rb; Tue, 07 Jun 2005 16:06:25 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id B8E70154192; Tue, 7 Jun 2005 18:13:09 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 2661258CBC5; Tue, 7 Jun 2005 18:06:28 +0200 (CEST) Date: Tue, 7 Jun 2005 18:06:24 +0200 From: "albi@scii.nl" To: "Cody Holland" Message-Id: <20050607180624.43f877c8.albi@scii.nl> In-Reply-To: <4B3EE484EEA4F344BBB62F831648998628D909@corpsrv.RedMoon.local> References: <4B3EE484EEA4F344BBB62F831648998628D909@corpsrv.RedMoon.local> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Backup Question 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: Tue, 07 Jun 2005 16:06:29 -0000 On Tue, 7 Jun 2005 11:02:28 -0500 "Cody Holland" wrote: > Ok, I'm trying to do a simple tar+gzip backup for my file system. I > can do this no problem. The backup is a little less than 2Gb. What I > would like to do is chop this up into 650Mb pieces that I can ftp over > to a server with a cd-r and burn them. Does anyone know a good > utility that can do this, or another method that will accomplish what > I'm trying to do? you can try split, see : man split