Sys Buddies (I.T. Folks — Helping Each Other)
September 10, 2010, 01:37:24 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Contact Login Register  

Download standards for software
Del.icio.us Digg FURL FaceBook Stumble Upon Reddit SlashDot

Pages: [1]
  Print  
Author Topic: Mirror data from one computer to another  (Read 2209 times)
Dave Bauer
Custom Title
Administrator
Newbie
*****
Posts: 26



View Profile
« on: January 06, 2008, 03:51:26 AM »

Here is  quick easy FREE way to mirror data from one computer to another. This uses a free Resource Kit tool, called Robocopy.

It is available from Microsoft at
http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en

The syntax is robocopy SOURCE DESTINATION [Switches]

The syntax that I use is as follows:

robocopy.exe \\Computer1\Share \\Computer2\Share /MIR /COPYALL /ETA /R:1 /NFL /NDL /TEE /LOG+:RoboCopy.log

The switches I use perform the following actions:

/MIR  Mirrors a directory tree
/COPYALL Copy data, attributes, datestamp, ACL, ownership, and auditing info
/ETA  Estimated Time of Arrival (in case your watching it)
/R:1  Specifies the number of retries on failed copies. (The default is 1 million [which is insane].)
/NFL  Turns off logging of file names. File names are still shown, however, if file copy errors occur.
/NDL  Suppresses output of the directory list
/TEE  Simultaneous output to both the screen and also a log file (log file is next)
/LOG+:file Redirects output to the specified file, appending it to the file if it already exists.

This executes once. You can set it up in Task Manager or you could also use one of the following switches to monitor for changes and propagate those changes per you specifications.

/MON:n :: MONitor source; run again when more than n changes seen.
/MOT:m :: MOnitor source; run again in m minutes Time, if changed.


« Last Edit: February 11, 2008, 08:52:15 PM by Dave Bauer » Logged

Some days your the bug -- Some days your the windshield
Sys Buddies (I.T. Folks — Helping Each Other)
« on: January 06, 2008, 03:51:26 AM »

 Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
| Sitemap | Privacy Policy
Valid XHTML 1.0! Valid CSS!