I don't think that tar will keep the resource forks either.
There is a modified version of tar that preserves hfs resource forks, you can find it here:
http://www.metaobject.com/Products.html
You might want to give that a try.
As for the script, here's a first shot at one, using hfstar:
cd Jobs_ToBeArchived
find . -name 03_Fonts -print0 | xargs -0 hfstar -uf foo.tar
which will find all the folders named 03_Fonts and make an hfstar archive out of them in the root level of Jobs_ToBeArchived. To recover them, just cd to Jobs_ToBeArchived again, and:
hfstar -xf foo.tar




LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks