>? gtar: Cannot stat ./mnt/BORA: Permission denied
>...
>we woud know if there is
>something to to (other than an exclude-list, which we intend look for) to
>avoid errors from amanda when NFS mounts go into troubles.

Which is the mount point, /mnt or /mnt/BORA?

If it's /mnt, then I don't know why GNU tar tried to go any further.

If it's BORA, then there probably isn't anything you can do other than
set up an exclude list.  GNU tar has to stat() the directory/mount point
to notice that it is on a different file system and thus should stop
descent, and the stat() operation is probably the one throwing the error.

I'm not even sure an exclude list will work.  It depends on how GNU tar
decides to not keep descending into a directory tree.  You may need to
talk to those folks rather than the Amanda group about this.

>Alessio.

John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]

Reply via email to