Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 2009 00:54:13 +0100
From:      Bruce Cran <bruce@cran.org.uk>
To:        John Almberg <jalmberg@identry.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How big can a tar file get?
Message-ID:  <20090407005413.4c12d2b2@gluon.draftnet>
In-Reply-To: <30D89A0A-A607-4513-AEA2-DB16A1609BDD@identry.com>
References:  <30D89A0A-A607-4513-AEA2-DB16A1609BDD@identry.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 6 Apr 2009 19:25:03 -0400
John Almberg <jalmberg@identry.com> wrote:

> Because of a big problem I had this weekend, I need to do an  
> emergency backup. I'm basically just creating a tar file of my /home  
> directory.
> 
> My question: how big can a file get on FreeBSD? This tar.gz file is  
> already 5G. Hard drive space is no problem, but as I'm watching this  
> file grow, I'm wondering if there is some file size limit that is  
> going to make this long backup abort.
> 
> Naturally, that will happen when the backup is almost complete :-)

With the default blocksize (16384) UFS2 can deal with files up to 128TB.
However traditional tar only supports up to 8GB while the newer ustar
format goes up to 64GB.  It seems that at least on 7.x tar creates
ustar archives by default.

-- 
Bruce Cran



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090407005413.4c12d2b2>