Robocopy error copying data
we copying data server in 1 domain new hardware in different domain. there 2 way trust between domains - destination domain (domain2) forest root of source (domain1).
when copy data using robocopy when looged on administrator of the forest root domain (domain2) using command below copies ok few access denied errors.
robocopy.exe e:\data i:\ /s /b /r:0 /mir /nfl /ndl /tee /copyall /w:1 /log+:c:\san\08718dc-data.txt
to try around of permissions errors try logging in domain admin on source domain (domain1) - i.e. domain source server currently. when run above start getting following errors:
error 1314 (0x00000522) copying ntfs security destination directory e:\data\folder\filename
a required privilege not held client.
the account log in has full permissions on source , target.
my questions are, error suggest wrong ? also, why destination showing e:\data... when source ?
thanks
/b requires backup , restore privileges. make sure add user to backup operators group on source , target server.
santhosh sivarajan | mcts, mcse (w2k3/w2k/nt4), mcsa (w2k3/w2k/msg), ccna, network+ houston, tx http://blogs.sivarajan.com/ http://publications.sivarajan.com/ posting provided "as is" no warranties, , confers no rights.
Windows Server > Security
Comments
Post a Comment