H13-629_V3.0 · Question #191
Which file attributes can be migrated during roBocopy migration? (Multiple choice)
The correct answer is A. Data B. Time attributes C. ACL. RoboCopy (Robust File Copy) is designed specifically to preserve critical file properties during migrations, making it reliable for enterprise data moves. It faithfully copies file data (A), time attributes (B) - including creation, modification, and last-access timestamps…
Question
Which file attributes can be migrated during roBocopy migration? (Multiple choice)
Options
- AData
- BTime attributes
- CACL
- DADS stream file
How the community answered
(17 responses)- A76% (13)
- D24% (4)
Explanation
RoboCopy (Robust File Copy) is designed specifically to preserve critical file properties during migrations, making it reliable for enterprise data moves. It faithfully copies file data (A), time attributes (B) - including creation, modification, and last-access timestamps - and ACLs (C), which are the NTFS permission entries that control who can access a file. These three form the core of what RoboCopy guarantees to preserve by default with flags like /COPYALL or /SEC.
Why D is wrong: Alternate Data Streams (ADS) are a special NTFS feature that attaches hidden metadata streams to files. While RoboCopy has some ADS support, ADS migration is not reliably guaranteed across all versions and configurations - it is not considered one of the standard, reliable attributes migrated in the context of this exam topic.
Memory tip: Think "DAT" - Data, ACL, Time. RoboCopy keeps your DAT intact. If you can remember that acronym, you can eliminate ADS (D) as the odd one out since it isn't part of the core guaranteed migration set.
Topics
Community Discussion
No community discussion yet for this question.