We ahve a nested folder structure, and (for some reasons that would lead to much into detail) we want to back-up some of these folders in a seperate job.
Root Folder
+--FolderA
+--FolderA1
+--FolderA2
+--FolderB
+--FolderB1
+--FolderB2
+--FolderC
We need to save some of the directories separately, in detail:
-) A Backup job that saves everything in Root Folder, but excludes FolderA and FolderB
-) Another Backup job that saves everything in FolderA.
-) A third job that saves everything in FolderB, but excludes Folder B1 (and of course saves Folder B2 as well).
Is this possible in an Windows environment using directives? How do I have to design these directives?
Root Folder
+--FolderA
+--FolderA1
+--FolderA2
+--FolderB
+--FolderB1
+--FolderB2
+--FolderC
We need to save some of the directories separately, in detail:
-) A Backup job that saves everything in Root Folder, but excludes FolderA and FolderB
-) Another Backup job that saves everything in FolderA.
-) A third job that saves everything in FolderB, but excludes Folder B1 (and of course saves Folder B2 as well).
Is this possible in an Windows environment using directives? How do I have to design these directives?