This is a simple file Sync tool available in windows which is easy to use, it called robocopy.
Below are the options
Options | Description |
---|---|
/l | Test |
/s | Sub directories |
/e | Copy including empty subdirectories |
/copyall | Copy all file properties |
/mir | mirror source and destination directories |
/purge | if you have deleted some files and directories in source and want to remove from destination |
/log:d:\tmp\robocopy-logs.txt | Saving output to log file |
/mt:32 | multi threaded copy to increase speed |
/v | Verbose logging will show skipped files |
Examples
Thanks for reading