
UNSOLVED
Robocopy'ing from the Isilon
Has anyone used robocopy to copy permissions from the Isilon? If I user the following command using the "U" I get the following errors
robocopy /E /COPY:DATSOU /DCOPY:T y:\ E:\Test-Mirror-RoboCopy /LOG:"C:\robocopy-TestRobocopy-2014-02-19-0952.txt" /tee
"ERROR 5 (0x00000005) Copying NTFS Security to Destination File"
Would anyone be able to explain why?
If I run it without the "U" the file appear to copy over fine with the ownership, but it does not copy over the NTFS permissions :/
-------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Mon Feb 24 08:24:10 2014
Usage :: ROBOCOPY source destination [file [file]...] [options]
source :: Source Directory (drive:\path or \\server\share\path).
destination :: Destination Dir (drive:\path or \\server\share\path).
file :: File(s) to copy (names/wildcards: default is "*.*").
::
:: Copy options :
::
/S :: copy Subdirectories, but not empty ones.
/E :: copy subdirectories, including Empty ones.
/LEV:n :: only copy the top n LEVels of the source directory tree.
/Z :: copy files in restartable mode.
/B :: copy files in Backup mode.
/ZB :: use restartable mode; if access denied use Backup mode.
/EFSRAW :: copy all encrypted files in EFS RAW mode.
/COPY:copyflag :: what to COPY for files (default is /COPY:DAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
Thank you,
Responses (12)
Solutions (0)
Dynamox,
I ran this command using my admin account which I gave Full Control (NTFS), Full Control (SMB Share)/Run as Root. I still could not run that command with the "U" without receiving those errors. Any chance there is another work around?
Thank you,
Reply Yikes, I don't have permissions to view or edit, and I am an admin on on this folder. Does the Isilon even support this feature? No matter where I go I don't seem to have permissions view or edit this. Should I be concerned?
Thank you,
Reply

dynamox
11 Legend
•
20419 Posts
•
87439 Points
3212
0
Posted February 24th, 2014 06:00
account that you use for robocopy, give it "root" rights on the share.