On Tue, 9 Oct 2001, Stan Brown wrote:
> I tried hat I put in "chunksize -2GB" and got a message about negative
> chunksize not being suported any more.
Sheesh. Sorry! My mistake. I was looking at an old version.
A more current example/amanda.conf has this comment:
holdingdisk hd1 {
comment "main holding disk"
directory "/dumps/amanda" # where the holding disk is
use 290 Mb # how much space can we use on it
# a non-positive value means:
# use all space but that value
chunksize 1Gb # size of chunk if you want big dump to be
# dumped on multiple files on holding disks
# N Kb/Mb/Gb split images in chunks of size N
# The maximum value should be
# (MAX_FILE_SIZE - 1Mb)
# 0 same as INT_MAX bytes
}
So just use chunksize 0 for no chunking.
-Mitch