Hello,
I have an archive of a directory WORK where I only include the PDF files (call it PDF.zip) and another archive of the same directory (WORK) where I exclude the PDF files (call it NOPDF.zip). The pdf files do not change much but the non-PDF files do. Since there are a lot of PDF files, zipping all files takes time while zipping non-PDF files does not take much time. My problem is, I cannot extract the two archives (PDF.zip and NOPDF.zip) to regenerate/restore (when needed) the WORK directory as the files get mixed up and do not maintain the original file structure (I mean subdirectories). Am I trying to do something that is not possible? If not, can you suggest a way out please. Thanks in advance. lintu19