Command option Sample:robocopy /TBD

Search command sample in the internet.It is the result.


robocopy /TBD option

ROBOCOPY "Y:" "Z:" /Z /MIR /TBD /FFT <------ The '/TBD/' waits for sharenames 'To Be Defined' and the '/FFT' assumes 'FAT File Times' (2-second granularity)     Alternate ways to backup Cloud Server data - Public Cloud Forum - Solutions & Questions - The Rackspace Community : http://community.rackspace.com/products/f/25/t/1697
robocopy C:\source\folder\path\ D:\destination\folder\path\ /S /E /Z /ZB /R:5 /W:5 /TBD /NP /V /MT:32    How to use Robocopy multi-threaded feature to speed up file copy on Windows 10 • Pureinfotech : http://pureinfotech.com/robocopy-multithreaded-file-copy-windows-10/
robocopy.exe /E /ZB /COPY:DAT /R:5 /W:7 /TBD /NP /TEE /LOG:    Robocopy log file: Extra dir and an improbable match - Stack Overflow : http://stackoverflow.com/questions/25768925/robocopy-log-file-extra-dir-and-an-improbable-match
robocopy.exe \\server\directory c:\temp\test /tbd /eta /log+:%LOG_FILE%    windows command prompt - net use mapping not working in batch files but works in cmd - Server Fault : http://serverfault.com/questions/255493/net-use-mapping-not-working-in-batch-files-but-works-in-cmd