On 08/17/2011 03:35 PM, Jean-Francois Malouin wrote:
I think I got it now.

The amanda.conf used the following holding disk definition:

define holdingdisk "holddisk" {
    directory "/holddisk/charm"
    use -50Gb
    chunksize 0
}

So I changed it to:

holdingdisk "holddisk" {
    directory "/holddisk/charm"
    use -50Gb
    chunksize 0
}
'define holdingdisk' define it, but it is not used, you could have added a simple line:

holdingdisk "holddisk"

to tell amanda to use the defined holdingdisk, or using the older syntax like you did.

Jean-Louis

Reply via email to