Create your own sync script with Powershell
You may be searching for your own script for synchronizing your files. Specially if you are backing up big data and big amount of files, that you may need to just sync the updated or new files. In order to achieve your goal, you need a software or you can use freeware, or you need tiny small script for just do the needed job. So powershell is your tool. let’s assume Source folder is c:\source and and Target folder is D:\target open powershell ISE (in order to save the file for later use) and write: Continue Reading