J
Jake R
Guest
I have a server with a fairly complex folder structure that needs
certain folders copied to another location.
Essentially, there are many folders and subfolders all over the D:
drive. In most of the subfolders there is a folder called "Archive".
Inside these Archive folders is the data that I need to move to
another server.
Does ROBOCOPY have a way of copying only folders with certain names? I
know how to copy files using wildcards to only copy certain filenames.
I am hoping that the same folder structure would be duplicated on the
destination server.
I have tried the following command, but of course it did not work (I
do not think that wildcards are allowed in folder names):
c:>robocopy \\source\d$\apps\arch*\ \\destination\d$\apps /s /e /z /
ipg:100 /r:1 /w:2
Any help would be greatly appreciated.
Thank you.
certain folders copied to another location.
Essentially, there are many folders and subfolders all over the D:
drive. In most of the subfolders there is a folder called "Archive".
Inside these Archive folders is the data that I need to move to
another server.
Does ROBOCOPY have a way of copying only folders with certain names? I
know how to copy files using wildcards to only copy certain filenames.
I am hoping that the same folder structure would be duplicated on the
destination server.
I have tried the following command, but of course it did not work (I
do not think that wildcards are allowed in folder names):
c:>robocopy \\source\d$\apps\arch*\ \\destination\d$\apps /s /e /z /
ipg:100 /r:1 /w:2
Any help would be greatly appreciated.
Thank you.