Create dynamic jobs via job data import
PeerSync contains tools for importing data from files to dynamically create jobs.
One generic job can be created within a Profile to contain specific information. This job would utilize text files with the desired folder paths to be monitored and synchronized.
This would be a useful feature if you need to synchronize data to multiple machines from one source to multiple destinations or multiple sources to multiple destinations
Lists can be used in Source and Target path names as such:
Source: <<$FileNameSources.txt$>>
Target: <<$FileNameTargets.txt$>>
Example Source File "FileNameSources.txt"
C:\Source1
C:\Source2
Example Target File "FileNameTargets.txt"
C:\Target1
C:\Target2