HELP: Copying directory share names.

T

Troy

I'm trying to copy accross a bulk amount of directories and data, keeping
the directory structure, ACL's and share names intact replicating that of
the source.

Unfortunatley xcopy and robocopy doesn't facilitate copying accross the
share names on shared directories. Does anyone know of a utility I can use
to come along after the above file copy and update the directories with the
matching share names, or if there isn't one suggest a better utility to copy
directories, files, ACL's and share names in the one process?

Thanks, Troy.
 
J

Jerold Schulman

I'm trying to copy accross a bulk amount of directories and data, keeping
the directory structure, ACL's and share names intact replicating that of
the source.

Unfortunatley xcopy and robocopy doesn't facilitate copying accross the
share names on shared directories. Does anyone know of a utility I can use
to come along after the above file copy and update the directories with the
matching share names, or if there isn't one suggest a better utility to copy
directories, files, ACL's and share names in the one process?

Thanks, Troy.
After the copy, you can run RMTSHARE \\SourceServer and RMTSHARE\DestServer in a script and copy missing share info.
RMTShare is from Micorosoft and is available at tip 6353 in the 'Tips & Tricks' at http://www.jsifaq.com

You can also use the export function of subInACL, tip 8530.

See tip 8587» How can I transfer a folder structure, shares, and permissions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top