how to mirror two directories ?

  • Thread starter Thread starter red_tea
  • Start date Start date
R

red_tea

how to mirror two directories ?
under windows xp, how to mirror one directory to another directory?

(if any change happens in the master directory, it should also happen
to the mirroring child directory)

how ?

tks for help !
 
If you just want exact copying of one file to another,
Be in the directory where the file is
Use Xcopy, Example: Xcopy (file name) target directory
You can update the copied file by using -
Xcopy /u (file name) target directory
 
You might try robocopy (from the resource kit) which can be set to resync
every n minutes or every n changes.

Mcrosoft also has a powertoy called SyncToy which will probably be easier to
set up and understand (has a GUI).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top