File Server :: Transfer to new server with permission

Use robocopy.exe (if less than windows7 then copy robocopy.exe to c:\windows\system32)

# Folder and Structure

robocopy "\\server\path" "d:\path" /E /lev:2 /E /SEC /XF *

# Copy all data in folder

robocopy "\\server\path" "d:\path" /E /COPYALL /SEC /PURGE

Comments

Popular posts from this blog

การตั้งเวลาระหว่าง Server และ Client

วิธีตั้งค่า NTP บน Primary Domain Controller

Installation and Run Node.JS on IIS