Is there already some kind of script in place created in Powershell and uses robocopy to synchronize files ?
I need to be able to do the following:
Make use of separate input files for robocopy command
- Copy directories to remote location
- Input files for script
- Included file: For included folders, sub-folders (not whole root folders should be copied) and included files
- Excluded file: For excluded sub-directories and excluded files.
If it’s not created yet, anyone got an idea on how it should look like ?