Hello Guys,
I have one situation to make back up with Robocopy.
Source Folder
destination folder
I want to make robocopy script here is my Condition.
* make backup from source to destination folder.
* Run this command every day with windows Schedular..(Think this i can do.).
* After First time of back, whenever Robocopy scripts run only copy changes to Destination folder.
* Main Problem which i have: If file is deleted at source folder then this file should not be deleted at the destination.
but if there is any new file which is created at Source folder then it should be updated at destination folder.
thanks