Robocopy - Help

Soldato
Joined
5 Jun 2005
Posts
20,890
Location
Southampton
Hello all,

i would like to copy local video to my NAS box and keep them in sync, however my current robo setup below is set to mirror which is fine, but the NAS box software adds info to the files so everytime i run the script it will copy the whole folder over. I want the script to run and only add new files

robocopy /e "D:\Video\Created Video" "\\SYNOLOGY\video\home video" /MIR /R:50
 
Back
Top Bottom