home github twitter linkedin inbox [edit page]

robocopy

robocopy is a Windows command line utility to copy files and folders. I use it to backup my Windows profile using the following command. Run this command within an Administrator prompt since it requires an account with SeBackupPrivilege.

robocopy %HOMEPATH% %BACKUPROOT%%HOMEPATH% /E /S /XJ /ZB /MT:16