Link to home
Start Free TrialLog in
Avatar of CTCRM
CTCRMFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Robocopy ERROR 1920

I run a Robocopy every evening from server A to Server B and receive thousands of ERROR 1920 against all kinds of files.

Does anyone know what the following errors mean and how I can prevent them.

ERROR 1920 (0x00000780) .xls, Thumbs.db (not concerned with Thumbs.db), and .doc files
Avatar of CTCRM
CTCRM
Flag of United Kingdom of Great Britain and Northern Ireland image

ASKER

If I include the /SEC switch in my roboycopy script will this eliminate some of these errors?
SOLUTION
Avatar of Thommy
Thommy
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of arnold
arnold
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CTCRM

ASKER

Thanks Guys
My script syntax wasn't quite right, I added the \COPYALL switch and the RB runs perfectly now.
/COPYALL is equivalent to /COPY:DATSOU ref the robocopy link above
This option deals with copying of attribute data and not specifically to the underlying Files.
D Date
A Attribute
T Time stamp
S NTFS ACL
O Ownership
U Auditing information

The 1920 deals with robocopy not being able to access the underlying files.