On Fri, 26 Oct 2001 at 11:26am, Dengfeng Liu wrote > I use amanda server on a solaris 8, when I backup the local machine, > but I noticed that the full backup do not include the /usr/lib/ and > some other file. > > My configuration file is: > > machineName / machineName-comp-root-tar -1 local > amanda calls tar with the --one-file-system flag, so that tar behaves like a "normal" *nix dump program and stays within a partition. Look at the output of 'df -k', e.g.:
[jlb@chaos jlb]$ df -k Filesystem 1k-blocks Used Available Use% Mounted on /dev/sda1 248895 137984 98061 59% / /dev/sdb1 8262036 7256560 585780 93% /home /dev/sda5 12460452 3310400 8517096 28% /scratch /dev/sdb2 9384708 8177820 730160 92% /spare /dev/sda10 101089 13193 82677 14% /tmp /dev/sda6 1770920 1201892 479068 72% /usr /dev/sda7 1770920 1442912 238048 86% /usr/local /dev/sda9 101089 35099 60771 37% /var Using your disklist entry, I'd only backup the first 250MB partition. If this isn't the issue, then it's probably permissions. Make sure that you did 'make install' as root, as some binaries need to be setuid. -- Joshua Baker-LePain Department of Biomedical Engineering Duke University
