Debian Lenny amanda.conf

Discussion in 'HOWTO-Related Questions' started by unclecameron, May 26, 2009.

  1. unclecameron

    unclecameron New Member

    There is no amanda.conf in the usual places on Lenny, so here's how you get an example amanda.conf that you can edit and put it in the right location and change its ownership so you can follow the how-to:
    Code:
    mkdir /etc/amanda/DailySet1
    gunzip /usr/share/doc/amanda-common/examples/amanda.conf.gz
    cp /usr/share/doc/amanda-common/examples/amanda.conf /etc/amanda/DailySet1/
    chown -R backup.backup /etc/amanda/*
    
    took me awhile to find for some reason, hope it helps someone else.
     
  2. doc_symbiosis

    doc_symbiosis New Member

    Thanks for posting.
     
  3. PolrBear

    PolrBear New Member

    I registered for an account here so that I could thank you for providing this useful information. It is really commendable when someone takes the time to post back a solution after they have solved their own problem. Keep up the good work! :)
     

Share This Page