derrosenbauer
Goto Top

Share-Umstellung von 2008 auf 2012 R2 mit Robocopy

Hallo zusammen, vielleicht kann mir einer helfen.

Bei einer Share Migration vom 2008er auf den 2012er mithilfe von Robocopy, ist ein Fehler aufgetreten.

Der Command war: robocopy "D:\Gruppen\Ordner" "\\10.XXX.X.XX\F$\Group Share\Ordner /s /sec /xo /log:logfile.

Der Transfer lief laut log einwandfrei. Bis auf die Tatsache, dass im Nachhinein der Share im Ziel 0 Bytes aufweist und in den einzelnen Unterordnern jeweils im Sicherheitsreiter "The requested security information is either unavailable or can´t be displayed" steht.

Beim Öffnen der Unterordner kommt die Meldung: refers to a location that is unavailable. It could be on a hard drive on this computer, or on a network. Check to make sure that the disk is properly inserted, or that you are connected to the Internet or your network, and then try again. If it still cannot be located, the information might have been moved to a different location.

Sorry falls so etwas Ähnliches schon mal gefragt wurde.

Aber vielleicht hat einer einen Lösungsansatz für dieses Problem?
Danke im Voraus!
Gruß

Content-Key: 315515

Url: https://administrator.de/contentid/315515

Printed on: April 25, 2024 at 09:04 o'clock

Mitglied: 129813
129813 Sep 17, 2016 updated at 08:53:53 (UTC)
Goto Top
  • The two servers are in the same domain or each one in a different ? If each in a different use FSMT to migrate ACLs.
  • why did you not use the switches /mir /copyall ?
See https://technet.microsoft.com/de-de/library/cc733145(v=ws.10).aspx

Regards
Member: DerRosenbauer
DerRosenbauer Sep 17, 2016 at 08:59:20 (UTC)
Goto Top
Hi, the domain is the same.

So you are sure copyall will fix it?

Could I execute robocopy again and it´ll skip the already copied files, but add the missing security informations?

regards
Mitglied: 129813
Solution 129813 Sep 17, 2016 at 09:46:16 (UTC)
Goto Top
Zitat von @DerRosenbauer:
So you are sure copyall will fix it?
Yes, look at the reference what's the difference between /sec and /copyall
Could I execute robocopy again and it´ll skip the already copied files, but add the missing security information?
Yes.