Copying large Windows directory structure to new server with permissions intact
Posted
by
Chris
on Server Fault
See other posts from Server Fault
or by Chris
Published on 2011-11-15T16:30:17Z
Indexed on
2011/11/15
17:55 UTC
Read the original article
Hit count: 201
Windows
I'm soon going to be doing a large migration of an old-school web server that serves mostly ASP pages (currently on a Windows 2003 server) to a newer, virtualized Windows 2008 server. This new server is going to be in a different domain, as well.
So I'm copying the root web folder, and all its subfolders and files, to this new server. I'd like to keep permissions intact. It's also pretty massive - I'd like to be able to compress it before transferring to the new server with permissions intact. Any way to do that? And will the new server being in a different AD domain screw with my plans?
© Server Fault or respective owner