How would I go about compressing a list of directories into separate archives? I have read solutions that just archive all the directories within a given dir, but there are some I want to skip. Perhaps an easier way would be to define the directories I DO NOT want to archive.
This is for backup purposes so if incremental archiving can be easily implemented that would be a huge plus. Unfortunately rsync is not an option for me.
Alternatively a script such as AutoMySQLBackup but for directories would be a great pay dirt for me.