Is There a Way to Migrate Permissions to a New Server?

  • Thread starter Thread starter razor
  • Start date Start date
R

razor

Hello--

I may be way off base here, but we are migrating our web server to a new box
and wondered if there are any utilities to take the folder permissions from
one server and copy them to the new server?

Thanks,

sd
 
"razor" <razor@discussions.microsoft.com> wrote in message
news:8210567B-7D7C-4412-BF0F-832559AD090B@microsoft.com...
> Hello--
>
> I may be way off base here, but we are migrating our web server to a new
> box
> and wondered if there are any utilities to take the folder permissions
> from
> one server and copy them to the new server?
>
> Thanks,
>
> sd


Both xcopy.exe and robocopy.exe have appropriate
switches to handle permissions.
 
permcopy is what I was looking for. Thanks anyway.

sd

"Pegasus (MVP)" wrote:

>
> "razor" <razor@discussions.microsoft.com> wrote in message
> news:8210567B-7D7C-4412-BF0F-832559AD090B@microsoft.com...
> > Hello--
> >
> > I may be way off base here, but we are migrating our web server to a new
> > box
> > and wondered if there are any utilities to take the folder permissions
> > from
> > one server and copy them to the new server?
> >
> > Thanks,
> >
> > sd

>
> Both xcopy.exe and robocopy.exe have appropriate
> switches to handle permissions.
>
>
>
 
I used ntbackup once to migrate a file server with all the permissions and
it worked fine.


"razor" wrote:

> Hello--
>
> I may be way off base here, but we are migrating our web server to a new box
> and wondered if there are any utilities to take the folder permissions from
> one server and copy them to the new server?
>
> Thanks,
>
> sd
 
Yes, I saw how that can be done in a MS KB article #141589.

Thanks,

sd

"shimoni" wrote:

>
> I used ntbackup once to migrate a file server with all the permissions and
> it worked fine.
>
>
> "razor" wrote:
>
> > Hello--
> >
> > I may be way off base here, but we are migrating our web server to a new box
> > and wondered if there are any utilities to take the folder permissions from
> > one server and copy them to the new server?
> >
> > Thanks,
> >
> > sd
 
Back
Top