PDA

View Full Version : Debian Lenny amanda.conf


unclecameron
27th May 2009, 00:20
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:

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.

doc_symbiosis
3rd August 2009, 15:21
Thanks for posting.