mrbios Posted July 16, 2012 Posted July 16, 2012 Just need some clarification... I want to move everything from G to I and have the exact same permissions, shares, time stamps etc. Is this command correct: robocopy G:\Shares I:\Shares *.* /e /zb /dcopy:T /sec /copyall Do i need all that? do i need more? do i need less?
Cache Posted July 16, 2012 Posted July 16, 2012 (edited) This is the command I used when doing the same: robocopy Z:\ "F:\staff shared" /COPYALL /E /R:0 /DCOPY:T Z being a mapped network drive to the folder on the old server. The joys of migrating files - Blogs - EduGeek.net Edited July 16, 2012 by Cache
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