Robocopy command in a script
Robocopy command in a script http://www.r71.nl/wp-content/themes/blade/images/empty/thumbnail.jpg 150 150 Roderick Derks https://secure.gravatar.com/avatar/3959ba05a8e569b2d8ca79bdd57021e5?s=96&d=mm&r=gJust a few notes for myself here today. about the robocopy command: Command that makes sure all rights are preserved and changed/new data is monitored and copied every 10 minutes: robocopy "\\source_servername\d$" "\\destination_servername\d$" /COPYALL /E /V /NP /ETA /XO /MON:10 /MOT:5 /LOG:logfile.txt another command I used once, forgot what is special about this one: robocopy…
read more