On Tue, 30 Oct 2001 at 10:26am, Kurt Yoder wrote > root@gondwana:/tmp/amanda# cat amandad.20011026140001.debug | grep > exclude > GNUTAR /var 0 OPTIONS > |;bsd-auth;compress-fast;index;exclude-list=/usr/local/lib/amanda/exclude.gtar; > GNUTAR /usr 0 OPTIONS > |;bsd-auth;compress-fast;index;exclude-list=/usr/local/lib/amanda/exclude.gtar; > GNUTAR / 0 OPTIONS > |;bsd-auth;compress-fast;index;exclude-list=/usr/local/lib/amanda/exclude.gtar; > root@gondwana:/tmp/amanda# cat /usr/local/lib/amanda/exclude.gtar > /dev/* > /usr/home/apache/debian > > However, amanda is still backing up /usr/home/apache/debian. I'm running > amanda 2.4.2p2 client on Debian Linux 2.2.19pre17. Any ideas?
Exclude lists are relative to the point in the fs at which the backup starts. To backup /usr/home/apache/debian, you'd need an exclude list for your "/usr" disklist entry that looks like: ./home/apache/debian -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
