I work at a prepress company and I need the capability to be able to batch .tar or .gzip files from the command line.
When we archive files on Retrospect for WinDoze [can't change to Mac for this unfortunately], fonts are never archived because Retrospect for WinDoze doesn't copy the Mac resources.
When I get ready to archive jobs on our server, they're dragged to a folder called "Jobs_ToBeArchived". Inside this folder are hundreds of job folders with names like "1234_AdidasAd" or "2345_JoeBoxer". Inside these job folders contain a hierarchy of folders containing various parts of the job. "01_Layout", "02_PlacedFiles", "03_Fonts", "04_EPS" and so on.
What I need is a command line script that will find every instance of "03_Fonts" inside of "Jobs_ToBeArchived"; compress it to a .tar or .gzip file; leave the compressed file it in the same directory as the source, and if possible discard the original folder after it's compressed.
Any help would be greatly appreciated!
TIA,
Bob