Subscribe via RSS

Social

www.flickr.com
This is a Flickr badge showing public photos and videos from kalel71. Make your own badge here.
Clicking on these helps me out

Search Site
Hobby Photography
Twitter
Amazon Stuff

« Paramount's new Transformers: Revenge of the Fallen Trailer | Main | Cooliris for viewing images Online and Offline »
Wednesday
Apr292009

Robocopy & Richcopy Utilities

I'm a huge fan of Robocopy, a command-line directory replication command originally available with the Windows Resource Kit, and more recently with Vista and Windows Server 2008. Unlike Copy and XCopy, Robocopy implements reliable copy or mirroring of entire folders of any size.

During the copying process, it ensures that all NTFS ACLS, attributes, owner information, alternate data streams, auditing information, timestamps and properties are copied. Even security information will copy if you explicitly request it using the /COPYALL switch. Additionally if there's a disruption or outage during the process, there's a resume copying feature that works locally and over network connections.

That said, recently I've been using the new Richcopy which is basically RoboCopy with a nice Windows interface on it. If you're not a fan of the command line, or would just rather use something more visual, then you might want to try out Richcopy. It can copy files from multiple locations or folders into one location, as well as copy multiple files in parallel since it has multi-threaded support.

Robocopy - Command-line
Richcopy - GUI

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>