Chunk: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
m (Fixed the link from Spanning to Span)
(chunks are on holding disk; parts are on volumes.)
Line 1: Line 1:
{{Glossary Entry}}
{{Glossary Entry}}


A portion of a [[Dump|dump]] either on tape or in the holding disk. Use chunks to make more efficient use of the tape or holding disk. For example, if you have a tape size of 10 GB, the only way to get a dump of 12 GB onto tape is to split it up into chunks and use [[Span|spanning]]. Control with <tt>chunksize</tt> (per [[Holding disk|holding disk]]) or <tt>tape_splitsize</tt>, <tt>split_diskbuffer</tt> and <tt>fallback_splitsize</tt> (per [[Dumptype|dumptype]]) in {{man|5|amanda.conf}}.
A portion of a [[Dump|dump]] on [[holding disk]]. Dumps are broken into chunks automatically by the chunker, allowing dumps to be written to multiple holding disks and maintaining compatibility with 32-bit filesystems, where files cannot be larger than 2GB.


See also [[How To:Split Dumps Across Tapes]].
Do not confuse chunks with [[part|parts]], which are a portion of a dump on a storage volume. 
 
The chunk size is set by the <tt>chunksize</tt> parameter in the <tt>holdingdisk</tt> section - see {{man|5|amanda.conf}}.  There is rarely any reason to change this value from its default.

Revision as of 18:41, 18 July 2010


A portion of a dump on holding disk. Dumps are broken into chunks automatically by the chunker, allowing dumps to be written to multiple holding disks and maintaining compatibility with 32-bit filesystems, where files cannot be larger than 2GB.

Do not confuse chunks with parts, which are a portion of a dump on a storage volume.

The chunk size is set by the chunksize parameter in the holdingdisk section - see amanda.conf(5). There is rarely any reason to change this value from its default.