Robocopyβ
robocopy
is amazing.
Examplesβ
robocopy "C:\bin" "C:\Users\jimmy\OneDrive\Backups\bin" /E
Note: the /E
flag is used to recursively copy directory contents from one directory to another (including file data, attributes and timestamps).
Links: [[Command Prompt - CMD]] | [[Windows]]
Sources: Robocopy - Wikipedia