>Is there a tool out there that can take the output from 'vos dump'
>(stdout) and either convert it to unix dump or restore the contents to
>a non-AFS directory structure. I don't really care preserving the
>ACLs. I can change the unix perms after the conversion.
I doubt it but I would love to be wrong.
>We're planning on migrating some volumes from AFS to a couple of NFS
>servers and this seemed the easiest way.
Only easy if it exists...
>Barring that, is there a better way than just mounting the AFS volumes
>with the NFS translator, and copying (tar) them over manually?
Well yes. When I did this I mounted the NFS filesystem on a machine
with a real AFS client and did the 'tar | tar' there. At first glance
that probably looks more or less the same. It is, but the difference
is that if you do it through the translator all your unix perms end up
777 or 666. You'll still probably end up fiddling with them afterwards
anyway, but for me this meant a lot less fiddling.
I have no doubt there are yet other ways, none perfect.
-Mitch