------------------------------------------------------------------------------- ROBOCOPY :: Robust File Copy for Windows ------------------------------------------------------------------------------- Started : 202563 18:34:39 Source : C:\Users\Yoshiki\Downloads" H:\buckup\data"\ Dest - Files : *.* Options : *.* /TEE /S /E /DCOPY:AT /COPY:DAT /NP /XO /R:3 /W:5 ------------------------------------------------------------------------------ ERROR : No Destination Directory Specified. Simple Usage :: ROBOCOPY source destination /MIR source :: Source Directory (drive:\path or \\server\share\path). destination :: Destination Dir (drive:\path or \\server\share\path). /MIR :: Mirror a complete directory tree. For more usage information run ROBOCOPY /? **** /MIR can DELETE files as well as copy them !