From owner-freebsd-questions@FreeBSD.ORG Tue Dec 7 14:59:31 2004 Return-Path: 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 7323216A4CE for ; Tue, 7 Dec 2004 14:59:31 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FCF43D4C for ; Tue, 7 Dec 2004 14:59:31 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 23235 invoked from network); 7 Dec 2004 14:59:30 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Dec 2004 14:59:30 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 832C644; Tue, 7 Dec 2004 09:59:30 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Gabrio - Team Perfecto" References: <375401c4dbad$4cf7cd30$dcaa3452@tpworkstation> From: Lowell Gilbert Date: 07 Dec 2004 09:59:30 -0500 In-Reply-To: <375401c4dbad$4cf7cd30$dcaa3452@tpworkstation> Message-ID: <44sm6inoh9.fsf@be-well.ilk.org> Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@FreeBSD.org Subject: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backups-floppybackups.html X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2004 14:59:31 -0000 "Gabrio - Team Perfecto" writes: > basically i am trying to use something like > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backups-floppybackups.html > - for splitting a bigger archive, (using the -M option) just that i > want to compress something i have already on the server so that i > can create several smaller archives that can stay on the server... Right. The -M option isn't compatible with compression. I get around that by making a backup to a staging area on disk, and then using split(1) to chop it into pieces. If you're keeping it on the server anyway, there's no reason to break it into pieces. I suspect I don't understand quite what you were trying to say; if I'm too far off, please ask a more specific question. > i was trying this script > http://www.informatik-vollmer.de/software/split-tar which looks good > but apparently does not work with BSD's tar. Just read the script; it is quite clear about needing Gnu tar. In FreeBSD 5.3, that's available as /usr/bin/gtar, but in the future you may need to install it as a port. > do you have any suggestions? thanks I described my approach earlier; for details, see "http://be-well.ilk.org/~lowell/systuff/".