| Author |
Message |
ping
Guest
|
Posted:
Fri Sep 16, 2005 12:52 pm Post subject:
Migrating files without losing ACL and share permission |
|
|
Hi,
I am migrating Windows 2000 to Windows 2003 soon. After the extending
the schema on Windows 2000 and replicate the AD to new server, as well
transferring roles, there is another problem I concern.
There are many individual shared folders that need to be moved/migrated
to the Windows 2003. Is there a way to keep the file permission as well
as the shared attributes when these files is moved to the windows
Server 2003?
I plan to map a drive and copy all the files, but with this way, i will
lose all my ACL, share name, etc on Win2k03.
p/s: It is a single domain environment.
Thanks. |
|
| Back to top |
|
 |
Seán
Guest
|
Posted:
Fri Sep 16, 2005 4:52 pm Post subject:
RE: Migrating files without losing ACL and share permission |
|
|
You are doing an upgrade of the domain, so you don't need to do anything: the
SIDs will be the same.
- Seán |
|
| Back to top |
|
 |
Hank Arnold
Guest
|
Posted:
Sun Sep 18, 2005 12:51 pm Post subject:
Re: Migrating files without losing ACL and share permission |
|
|
Depending on whether there are files in use or not, there are several
possibilities. XCOPY, ROBOCOPY and the old standby NTBACKUP. The newest
version of ROBOCOPY has flags to preserver security settings as well as
limiting the number of re-tries before moving on to the next file.
I ended up using NTBACKUP. If you do it manually, you can get a report that
will easily show you the files that were not backed up due to being open.
--
Regards,
Hank Arnold
"ping" <wterng@gmail.com> wrote in message
news:1126863631.541244.75660@g44g2000cwa.googlegroups.com...
| Quote: | Hi,
I am migrating Windows 2000 to Windows 2003 soon. After the extending
the schema on Windows 2000 and replicate the AD to new server, as well
transferring roles, there is another problem I concern.
There are many individual shared folders that need to be moved/migrated
to the Windows 2003. Is there a way to keep the file permission as well
as the shared attributes when these files is moved to the windows
Server 2003?
I plan to map a drive and copy all the files, but with this way, i will
lose all my ACL, share name, etc on Win2k03.
p/s: It is a single domain environment.
Thanks.
|
|
|
| Back to top |
|
 |
|
|
|
|