Zend certified PHP/Magento developer

Interpreting Robocopy logs

I’m using robocopy to copy a folder:

Robocopy "F:Users" "G:Users" /MIR /R:5 /W:15 /MT:32 /V /XA:O /XJD /LOG:G:Backup.log

What’s the meaning of these terms in the log?:

Modified
Attrib
etc.

I found some sites explaining some of these, but not all of them. Please see picture.

enter image description here