how to use Robocopy.exe Sync file at special security folder ?

G

Guest

Dear all :

I try Robocopy.exe Sync file, like this:
robocopy D:\data //192.168.0.5/data /s
It is working at normal.

But, when try some folder have special security, that admin can't access it.
Robocopy.exe can't work.

How I can sync file like this case ?

THX
 
R

Roger Abell

If robocopy is set to run as an account that can interactively
manipulate the data in the source and target folders then there
should be no issue.
You need to examine the NTFS permissions on the involved
storage areas and then use an account that has permission.
Note that Administrators do not automatically have permission
everywhere just by being Administrators. They must have
grants in NTFS permissions just like any other account.
 

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