Jump to content

Recommended Posts

Posted

Hi

New server going in, really big folder structure with various permissions, how would you copy ALL data from one to the other? Obvioulsy need to keep all permissions intact.

I read Robocopy can do it but I see so many differing switches to capture permissions :(

Any tools that you could recommend?

 

Ta

Posted

This has worked for me on a recent move but do test it. Someone here may be able to tweak it.

 

robocopy \\Old-Server\Share \\New-Server\Share /COPYALL /E /LOG:C:\copylog1.txt /XD “RECYCLER” “Recycled” “System Volume Information” /XF “desktop.ini” /NP /TEE

 

You can use server IP addresses instead of server names.

Posted

i always use this when doing transfers, keeps all permissions and date/time stamps between the folders,

 

robocopy \\source \\destination /FFT /MIR /SEC/ DCOPY:T

Posted
The /COPYALL flag is the same as
/COPY:DATSOU

- which is Data, Attributes, Timestamps, Security (NTFS ACLs), Owner info, Auditing info. Pretty comprehensive.

Posted
DFS does this which is how we move files from old to new... NTFS Encrypted files dont copy though. using the DFS namespace also means people dont notice when you move the files around from server to server.

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



×
×
  • Create New...