From owner-freebsd-questions@FreeBSD.ORG Tue Jun 7 20:03:33 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 1D6C216A41C for ; Tue, 7 Jun 2005 20:03:33 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5762543D1F for ; Tue, 7 Jun 2005 20:03:32 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.3/8.13.3) with ESMTP id j57K3R8h072235; Tue, 7 Jun 2005 22:03:27 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 04BD9614A; Tue, 7 Jun 2005 22:03:27 +0200 (CEST) Date: Tue, 7 Jun 2005 22:03:27 +0200 From: Roland Smith To: Cody Holland Message-ID: <20050607200326.GA18501@slackbox.xs4all.nl> Mail-Followup-To: Cody Holland , freebsd-questions@freebsd.org References: <4B3EE484EEA4F344BBB62F831648998628D909@corpsrv.RedMoon.local> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <4B3EE484EEA4F344BBB62F831648998628D909@corpsrv.RedMoon.local> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner 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 20:03:33 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 07, 2005 at 11:02:28AM -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 could use split(1) as others have suggested. But that means you have to concatenate the parts on disk before you can restore the backup. Another option is to use gnu tar (gtar) with the -F and -L options. This will create a multi-volume tar file, that might be easier to restore. Making incremental backups (with the -N or --newer-mtime options of gtar) will also reduce the space needed by subsequent backups. Yet another option would be to replace your CD writer with a DVD writer and write it all in one go, with room to spare. :-) Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCpf2OEnfvsMMhpyURAmvJAJ9Z0C74JROk6gD6fAvFsBYeAb9nCwCfQ9sf wl/P4l2bOmF86Kb7pnoztAU= =1Pwc -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6--