Jump to content

robocopy to backup (mirror) dirs under xp


graysky

Recommended Posts

I read the robocopy manual and wrote a batch file to mirror selected dirs on my HD to a backup HD. Here is the commandline I've been using:

robocopy "d:\dir1" "E:\Backup\dir1" /s /mir /dcopy:t /z /sec /r:2 /w:2 /np /ndl /tee /log:"d:\Backup\dir1.log"

Are there any hardcore users of robocopy that can provide comment? Is there a more efficient way to do this or is what I have good?

Thanks!

Edited by graysky
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...