Another tip with Amanda. If you get the following error when
using amrecoveron a tapeless backup:
EOF, check amidxtaped.debug file on server.
You need to add the following line in your amanda.conf:
amrecover_changer = "change"
Next time you run amrecover do the following so that amanda will
switch tapes for you:
settape change
apt-get source java-common
cd java-common-022/dummy
for i in .control; do equivs-build $i; done
dpkg -i .deb
</example>