Thursday, January 9, 2014

backup folder mirror or network path to folder ( copy from network path to folder)

to create Mirror Folder to specific network folder path or local pc path you can easy handle it by the following steps
1 : create new file name it mirror.bat.
2- past the following line in the folder
robocopy /MIR \\your Network Path here  your Local Physical path here (c:/xxfolder)
3- you can easily create schedual task to run the batch file any time you want

exmaples .

robocopy /MIR D:\MWA_STORE\TENDERS_STORE M
break
--pause



1 comment:

  1. Well, you can use Long Path Tool as well, it works for such problems.......

    ReplyDelete