graysky Posted October 22, 2008 Posted October 22, 2008 (edited) 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 October 22, 2008 by graysky
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now