因為目前使用Robocopy 在備份公司的File Server但因log檔龐大,難以觀察備份是否完全請問使用Robocopy 這個指令備份,所產生的LOG 可以只要"備份失敗"才寫進LOG嗎??成功則不要寫入...
the robocopy logging options../NFL :: No File List - don't log file names./NDL :: No Directory List - don't log directory names.try append this in your backup script.... /NFL /NDL /LOG:C:\backup.logthe backup.log should only list the file(s) that can't be copied successfully.