Poor Man's File Replication using Robocopy

Robocopy has an option to monitor a directory tree for changes – and if a change occurs robocopy will re-rerun the last copy operation. This way you can have something like a “realtime” backup of data.

Example:

robocopy c:etcsource e:source /MIR /MON:1

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s