XCopy files keeping NTFS permissions and ignoring errors

XCopy is a very useful tool included in all versions of Windows. With XCopy you can copy large amounts of data with ease. Plus it has a switch that lets you copy over the NTFS permissions. Creating an initial full copy with XCopy 1 xcopy "C:\Source Folder" "F:\Destination Folder" /X /H /E /V /C Copy files and folders that changed since initial copy 1 xcopy "C:\Source Folder" "F:\Destination Folder" /X /H /E /V /D /Y /C Explanation of XCopy switches Parameter Description /?...

February 28, 2018 · 1 min · Silthus