Questions on Robocopy syntax to copy changes on files and folders
Hi everyone,
Good afternoon. Hope you are all doing well.
I already copied the data from an old file server to a new one. Now I would like copy only the changes of those files and folders in order to minimize the downtime. I would like to ask if my following syntax is correct ?
robocopy \oldFileserver\e$ \10.3.0.73\e$ :\ /E /ZB /XO /COPYALL /R:2 /W:3 /log:c:\MyRobologfile.txt
I use the /XO would it be alright for this purpose?
Also, if I want to exclude appdata folders for the user profiles folder, what robocopy syntax should I use? Besides, I want to exclude copy APPLICATION FOLDER folder in each of the different user profile folder during the "sync". Can I use wild card for that? eg: e:\profiles*\application data\ ?
Thank you for your help!
Takami Chiro