On Fri, 9 Mar 2001 at 8:10pm, Shreedeep Bhachech wrote

> --------------
> amanda.conf
> --------------
> ...
> tapedev "/dev/doesntexist"    # the no-rewind tape device to be used; for
>                         # TAPELESS config - using a nonexistant tape drive.
> ...
> holdingdisk hd1 {
>     comment "main holding disk"
>     directory "/opt"    # where the holding disk is
>     use 35 Gb           # how much space can we use on it
>                         # a non-positive value means:
>                         #        use all space but that value
>     chunksize 0         # 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
>     }

You also need to set the "reserve" parameter, which tells amanda how much
of the holding disk space (in %) to reserve for "degraded mode", i.e.
non-level-0 dumps.  The default is 100, meaning it can't do full dumps to
holding disk.  And, since this is your first run, you can't do incremental
dumps.  Thus the error.  I guess, in your situation, that you want reserve
to be 0.

-- 
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University

Reply via email to