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

  • Replies 0
  • Created
  • Last Reply

Popular Days

Popular Days


×
×
  • Create New...