Robocopy permissions problem...?

Soldato
Joined
4 Nov 2003
Posts
5,738
Location
Edinburgh
Below is the robocopy code and the errors i'm recieving on every file, but i've no idea why. It used to work fine, in fact it worked fine once and copied stuff over i just had to quit it whilst i fiddled a little more, now i've broken it! ;D :(

Help?

Code:
robocopy.exe "D:\Pictures" "\\Server\Users\Alex\Pictures" /S /ZB /COPYALL /LOG:\\Server\users\Alex\Robocopy_Logs\Pictures_Log.txt /DCOPY:T /R:10 /W:1 /TEE
PAUSE
EXIT

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows

-------------------------------------------------------------------------------

  Started : Tue Sep 02 18:04:11 2008

   Source : D:\Documents\
     Dest : \\SERVER\Users\Alex\Documents\

    Files : *.*

  Options : *.* /TEE /S /COPYALL /DCOPY:T /ZB /R:10 /W:1

------------------------------------------------------------------------------

                          55    D:\Documents\
            New File                 162        ~$am Timetable.docx
2008/09/02 18:04:16 ERROR 1307 (0x0000051B) Copying NTFS Security to Destination
 Directory D:\Documents\
This security ID may not be assigned as the owner of this object.

            New File               18356        Adele_Avatar.jpg
2008/09/02 18:04:38 ERROR 1307 (0x0000051B) Copying NTFS Security to Destination
 Directory D:\Documents\
This security ID may not be assigned as the owner of this object.

            New File               43520        Alex Dodd CV.doc
2008/09/02 18:04:45 ERROR 1307 (0x0000051B) Copying NTFS Security to Destination
 Directory D:\Documents\
This security ID may not be assigned as the owner of this object.

            New File              508423        BT equinox 1200 user manual.pdf
2008/09/02 18:05:13 ERROR 1307 (0x0000051B) Copying NTFS Security to Destination
 Directory D:\Documents\
This security ID may not be assigned as the owner of this object.

            New File               60758        cc_20080513_1529.reg
2008/09/02 18:05:18 ERROR 1307 (0x0000051B) Copying NTFS Security to Destination
 Directory D:\Documents\
This security ID may not be assigned as the owner of this object.

            New File                1802        Default.rdp
 
does it work with just /E and /LOG

that's all i ever use tbh.. doesn't try and copy ntfs security info then
 
Yeah ended up messing around last night, works with /COPY:DAT instead of /COPY:DATSOU (equivelnt to /COPYALL), so it is something to do with the security at both ends. But i obviously own the local folder, and i took owndership for the hell of it, of the remote server one i'll be using and it's still not play game....

Hmmm checking again it would seem my security setting on the server folder didn't stick? I'm not sure how WHS server differs here, i assumed once you installed the connector sotware (for backups an the like) it added you to the server users and gave you express permission to your locked folder? (Maybe not :p)
 
Last edited:
Back
Top Bottom