On Sat, Feb 03, 2007 at 12:21:56PM -0400, Adriana Liendo wrote:
> Hello,
> 
> Sorry, some message coming from the list were marked as spam, probably I 
> got your message before I release  it.
> Thanks for your help, but I don't understand everything. When you say I 
> was not using a holding disk,....You I use one? How do I use it?
> In the system log there are a lot of message related to amanda, but all 
> of them have to do with sendmail, I guest it has to do with the message 
> I receive, but I don't know what else I should look at.
> Best Regrads
> 

Check man amanda.conf for several options dealing with holding disks.

Designate an area (or several areas) that can be used for temporary storage
of a large amount of data, for now I pretend that is /opt/foo

In your holding disk add lines like :

  holdingdisk Area_One {
        comment         possibly first of several holding disks
        directory       /opt/foo
        use             -1 GB   # let amanda use all but 1GB (adjust for your 
needs)
        chunksize       1 GB    # may not be needed
  }

The above can be repeated with different values for multiple areas.

In other parts of amanda.conf set some of the global holding disk properties.

  reserve       30      # do not leave at default 100 percent
  autoflush     on      # to automatically flush anything left behind
  holdingdisk   yes     # to use the holding disk areas (this is the default)

-- 
Jon H. LaBadie                  [EMAIL PROTECTED]
 JG Computing
 4455 Province Line Road        (609) 252-0159
 Princeton, NJ  08540-4322      (609) 683-7220 (fax)

Reply via email to