Beschreibung
diese Kurzanleitung soll anhand eines Beispiels die Handhabung von Robocopy darstellen.
Senario: Anwender hat ein neues Userprofil erhalten und will ein bestimmtes Verzeichnis und dessen Inhalt auf ein neues Verzeichnis kopiert bekommen
Schritte:
Tool | | robocopy |
Parameter |
| /COPYALL | /MIR |
Protokolldatei | | /Log:C:\protokoll.log |
Alternativ:
robocopy source destination /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /LOG:Robocopy.log
Bsp.:
robocopy \\lab.int\data$\home_old\mark \\lab.int\data$\home_new\mark /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /LOG:Robocopy.log
Erklärung der Parameter > Siehe Link
Infoquelle: http://www.ncol.net/use-robocopy-to-move-shares-with-permissions
Powered by CMSimple | Template: ge-webdesign.de | Login