If you do NOT use the "Delete Missing Files" option then each job will update only old files and copy new files to the target directory. That's it. If you really want to delete files from the target dir that do not exist in any of the source directries you can write a simple job that will loop through all files in the target directory and for each file check if it exists in any of the source directories, if not the file will be deleted from the target dir. : I need to synchronize two source directories to a single target directoriy : from within two separate jobs. : Is there a way to exclude directories from a synchronisation (using SyncLocal : or SynchRemote)?
|