The Ultimate Guide to Robocopy
https://adamtheautomator.com/robocopy19.08.2019 · The Basics: Copying Files. The most basic use of robocopy is using a source and destination directory with no options. > robocopy C:\src C:\dst. This option will copy all files (excluding subfolders) from C:\src to C:\dst. You can also copy everything including subfolders (empty or not) and NTFS permissions.
robocopy | Microsoft Docs
docs.microsoft.com › windows-commands › robocopyJun 29, 2021 · Copies files in restartable mode. In restartable mode, should a file copy be interrupted, Robocopy can pick up where it left off rather than re-copying the entire file. /b: Copies files in backup mode. Backup mode allows Robocopy to override file and folder permission settings (ACLs).