Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys,

I am using a robocopy version XP027 Version to copy one encrypted folder from (ABC-S-001) to the target server (bbc-s-002) was encounted the interface is unknown in the logfile.

as i using the server window 2008 R2 to run the robocopy version XP027 for the below scripts

as i know we only can using window 2008 R2 to using the parameted "/efsraw" to copy the encrypted file. but its seem not work as the result was only copy the folder and file with 0 size in the target direcctory.

My robocopy scripts
robocopy "\\ABC-S-001\e$\DATA\Business-001\Projects\encrypted folder" "\\bbc-s-002\F$\DATA\Business-abc\Projects\encrypted folder" /EFSRAW /E /V /SEC /PURGE /MIR /Z /NP /R:1 /W:1 /LOG+:"c:\Temp\encrypted folder.txt"


Logfile show

\\bbc-s-002\F$\DATA\Business-abc\Projects\encrypted folder\Delete_Application.htmThe interface is unknown


PS\ I would like to know is that any solution to copy the encrypted file into another location?
is that my robocopy parameter was not set appropriate?


I just need the specific encrypted file "encrypted folder" and its subfolder and file are successfully copy over with data size.

appreciated that if someone professional are able to answer my question.

Many thanks in advance. its abit urgent to get this issue resolved.
Posted
Updated 23-Oct-13 23:53pm
v2
Comments
LeeCooper2288 24-Oct-13 8:36am    
anyone could give me some advice? appreciated

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900