x: cd\ robocopy c:\ x:\c /TEE /v /e /w:0 /r:0 /XJD /XD Windows /XD "Program Files" /XD "Program Files (x86)" /XD "Windows" /XD "$Recycle.Bin" /XD Temp /XD "Cache_Data" /XD cache /XD cache2 /XD OneDrive /XD Dropbox /XD "c:\drivers" /XD ProgramData /XD C:\Recovery /log:c.txt pause pause pause rem net use \\x.x.x.x\shared /user:administrator password rem robocopy \\x.x.x.x\shared k:\austinbackups /TEE /MIR /v /e /w:0 /r:0 /log:austin.txt REM /MIR is to remove deleted files and mirror from the source REM robocopy \\x.x.x.x\shared k:\austinbackups /TEE /MIR /v /e /w:0 /r:0 /log:austin.txt REM missing the /MIR is to copy the source to destination and not remove deleted files REM robocopy \\x.x.x.x\shared k:\austinbackups /TEE /v /e /w:0 /r:0 /log:austin.txt