|
From: Kenneth P. <sh...@se...> - 2005-01-24 21:54:33
|
--On Friday, January 07, 2005 3:09 PM +0100 Stelian Pop
<st...@po...> wrote:
> 4. Do not save directory entries to non-dumped inodes
> (excluded from dump). This will eliminate the 'missing
> file' warnings when doing 'restore -C'.
This doesn't seem to be working. I'm currently using 0.4b39 with the EA/ACL
patch, and I'm getting "not on tape" errors on the stuff I've excluded.
I'm using this to generate the exclude list (passed to dump with -E):
# exclude ISOs and RPM headers in local yum repository
EXCLUDE_FILE=/var/tmp/dump-inodes-to-exclude
find /opt/Fedora -type f -exec stat --format=%i {} \; > ${EXCLUDE_FILE}
I've put a test backup of /opt/Fedora here:
<http://microprecisionautomation.com/DumpScripts/test4.dump001.bz2>
The exclude list file is in the same web directory.
The command used:
./restore -C -l -L 10000 -b 64 -Mf /tmp/test4.dump
First error:
./opt/Fedora/FC2/tettnang-binary-i386-iso/MD5SUM: (inode 376989) not found
on tape
|