New
#1
question about robocopy behavior...
I was trying to do a quick backup of my documents folder, so decided to use robocopy with the /MIR switch:
robocopy C:\Users\Brian\Documents D:\Backups\X390\Current\Documents /MIR
It was taking a really long time, and what I discovered is that robocopy also backed up my pictures and video folders, as "My Pictures" and "My Videos" as subfolders of "Documents."
Since the pictures folder (and all others) are separate folders at C:\Users\Brian\Pictures, etc., why is robocopy seeing them as subfolders of "Documents?"
I played around with it a little bit, but didn't come up with a way to only get "Documents"--is there a way to do this?