Last active
March 15, 2024 00:12
-
-
Save Rican7/56c310016725029d57c8fffcd63512a1 to your computer and use it in GitHub Desktop.
Windows built-in volume "clone"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robocopy <source> <destination> /E /COPYALL /DCOPY:DATE /SL /SJ /ZB /V |
(There's also a flag to enable multi-threaded transfers: /MT
, which can also be given a number to indicate the number of threads: /MT:4
)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or "mirror" to an external, incompatible file system (like copying from a drive to an SD card):