Have an issue where ROBOCOPY missing files in folders and not copying all directories.. current command is this
robocopy \\server\D$ D:\ /e /b /copyall /PURGE /r:5 /w:5 /MT:64 /tee /log+:D:\log_ShareName _%date:~-10,2%"-"%date:~7,2%"-"%date:~-4,4%.txt /v
its not logging the files its copying either.. i get 2 entries, basically start and stop entries. Latest entry
------------------------------------------------------------------------------
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Tuesday, March 3, 2020 12:48:14 PM
Source : \\Server\D$\
Dest : D:\
Files : _03-03-2020.txt
Options : /V /TEE /S /E /COPYALL /PURGE /B /MT:64 /R:5 /W:5
------------------------------------------------------------------------------
*EXTRA Dir -1 D:\Logs\
*EXTRA File 1343 D:\Logs\log_ShareName
named -1 \\server\D$\System Volume Information\
------------------------------------------------------------------------------
Total Copied Skipped Mismatch FAILED Extras
Dirs : 24894 24893 24894 0 0 1
Files : 0 0 0 0 0 1
Bytes : 0 0 0 0 0 1.3 k
Times : 0:02:06 0:00:00 0:00:00 0:02:06
Ended : Tuesday, March 3, 2020 12:50:21 PM
am I missing something?