Checking the Archive Attribute with Robocopy

Written by Barry Dysert (last updated October 16, 2017)

Robocopy can check and set file attributes as part of its copying procedure. (Understanding and Using File Attributes is covered under another tip.) If you want Robocopy to only copy those files that have the Archive attribute set it's a simple matter of specifying the /A switch. So let's say you want to copy the files from C:\Temp1 to C:\Temp3, but you only want to copy those files whose Archive attribute is set. The command to use would be:

C:\> ROBOCOPY C:\Temp1 C:\Temp3 /A

If you want the Archive attribute to be reset after the file is copied, use the /M switch. This will copy only the files with the Archive attribute set and then reset the attribute after the copy is performed:

C:\> ROBOCOPY C:\Temp1 C:\Temp3 /M

 This tip (13199) applies to Windows 7 and 8.

Author Bio

Barry Dysert

Barry has been a computer professional for over 35 years, working in different positions such as technical team leader, project manager, and software developer. He is currently a software engineer with an emphasis on developing custom applications under Microsoft Windows. When not working with Windows or writing Tips, Barry is an amateur writer. His first non-fiction book is titled "A Chronological Commentary of Revelation." ...

MORE FROM BARRY

Understanding Regional Settings

Microsoft Windows is "globally friendly." By this I mean that regardless of where you are in the world, you can easily ...

Discover More

Configuring Windows to Do Backups on a Schedule

Performing regular backups of your system offers you peace of mind because you don't have to worry about data loss in the ...

Discover More

Searching From within File Explorer

Searching from within File Explorer is a quick and easy way to find files and even content within files. This tip shows ...

Discover More
More WindowsTips

Creating a System Repair Disk on a USB Flash Drive

Having a system repair disk is almost as important as doing regular backups. CDs and DVDs, though, tend to get scratched ...

Discover More

Working with Compressed Files and Folders via Zip

Windows 10 provides multiple ways to work with compressed files and folders. One great way is to use the Zip utility, ...

Discover More

Creating a Hierarchy Map of Your Hard Drive

Want to see how the directories and subdirectories in your hard drive are organized? It's easy to do using the directions ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 7 - 2?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


Newest Tips