Jump to content

Recommended Posts

Posted

Hi,

 

Using Robocopy to copy files/folders between two servers.

One server is located on a Windows domain and the other one

in a workgroup.

 

From the server located in a Windows domain, created a network drive to

connect

to the server located in a workgroup.

 

Everything is copied successfully without ACL while executing the following

command

 

robocopy source:\folder\subfolder\ destination:\folder\subfolder\ /e /r:1

/w:1

 

The problem appear when trying to run the same command with /sec at the end

 

robocopy source:\folder\subfolder\ destination:\folder\subfolder\ /e /r:1

/w:1 /sec

 

I get this message:

 

Error 5 copying NTFS Security to Destination Directory

 

It is important to us to copy acl to, how can we avoid access denied when

using /sec?

 

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...