Copy all files recursively from drive D to E:\WinData subfolder:
Robocopy.exe D:\ E:\WinData /e /z /dcopy:DAT /xd "System Volume Information" /xd "$RECYCLE.BIN" /A-:SH
Fix hidden directory (robocopy bug):
attrib -s -h E:\WinData
Showing posts with label rsync. Show all posts
Showing posts with label rsync. Show all posts
Friday, April 24, 2020
Subscribe to:
Posts (Atom)