Q. Can Robocopy (v. 4.0.1.96) log errors only?
I'm using the /mir option, which works very well, but would like to log any errors without logging all files and directories....
I'm finding Robocopy versions differ with syntax.
One version uses: \log:backup.txt /NFL / NDL
NFL = No File Logging
NDL = No Directory Logging
— trusted by —
799
Solutions
Expert in:
16
Articles
10,377
Solutions
Expert in:
3
Articles
8,486
Solutions
Expert in:
53
Articles
713
Solutions
Expert in:
?
KCTSAccepted Solution on 2007-06-10 at 15:15:31ID: 19254711
No facility to log errors only the syntax is:
/TS : include source file Time Stamps in the output.
/FP : include Full Pathname of files in the output.
/NS : No Size - don't log file sizes.
/NC : No Class - don't log file classes.
/NFL : No File List - don't log file names.
/NDL : No Directory List - don't log directory names.
/TEE : output to console window, as well as the log file.
/NJH : No Job Header.
/NJS : No Job Summary.