
Quote: Originally Posted by
duckson
[FONT=Arial][SIZE=2]I've had some issues with mirroring my root directory to a backup folder on my netbook in that the backup folder becomes hidden
in my opinion it is strange because you don't use
/COPY: or
/COPYALL switchers
Quote:
robocopy /MIR d:\ "//netbook\C Drive\Backup" /XA:S /A-:SH /A+:H "//netbook/C Drive/Backup/hidden_folder" /XD d:\windowsimage d:\downloads d:\bittorrents "d:\bittorrents completed"
In my opinion it won't work.You can't use
/A+:,/A-: switchers for only particular objects.You can use it only for all copied objects.
In my opinion it will be appriopriate -unfortunatelly it require two commands:
robocopy /MIR d:\ "//netbook\C Drive\Backup" /XA:S /A-:SH /XD d:\windowsimage d:\downloads d:\bittorrents "d:\bittorrents completed"
attrib +h "//netbook/C Drive/Backup/hidden_folder"
MS Technet about robocopy
Robocopy
other
Robocopy Robocopy - Wikipedia, the free encyclopedia