I'm pretty sure the problem is that the new tar has a broken --no-recursion, since a simple test with tar -cvf /tmp/testball.tar --no-recursion . stores just './' in old tar and the entire current subtree with new tar. I assume that's a bug, but I haven't found the problem in the tar sources yet. Bdale