Dynamic Task Folder
Except normal static task folder, Beyond Sync allows you specify dynamic folder which is very flexible.
- Wildcard ( * and ? )
You can use wildcard in Task Folder settings when the folders have similar patterns. For example:
c:\source\abc* selects all folders start with abc under c:\source . If your task's Source Folder is this one and Target Folder is c:\target. Then, Beyond Sync will process folders like c:\source\abc1 and c:\target\abc1, c:\source\abc2 and c:\target\abc2 ...etc
c:\source\*\images* selects all second-level sub folders under c:\source if they start with images. If your task's Source Folder is this one and Target Folder is c:\target. Then, Beyond Sync will process folders like c:\source\abc\images1 and c:\target\abc\images1, c:\source\def\image2s and c:\target\def\images2 ...etc
- A range of numbers
You can use <N1-N2> to specify a range of numbers. For example:
c:\source\abc<100-200> selects all folders start with abc and end with numbers in this range under c:\source. If your task's Source Folder is this one and Target Folder is c:\target. Then, Beyond Sync will process folders like c:\source\abc100 and c:\target\abc100, c:\source\abc123 and c:\target\abc123 ...etc
Notes:
- You only need to put the dynamic tags to path of Source Folder.
|
|