NTBackup Command Needs Both /L and /E for Exceptions Only Log

Last reviewed: May 14, 1997
Article ID: Q111843
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

To create a Backup log file from a command line with just Exceptions (using the /E switch), use both the /L and /E switches, as in the following example:

NOTE: If you have installed U.S. Service Pack 2 (or later) for Windows NT and Windows NT Advanced Server version 3.1, you cannot create a Backup log file.

   ntbackup backup c:\test /a /v /d "test" /l "c:\test.log" /e

If you format the command incorrectly, as in the following example, no Log file is created and no error messages are generated:

   ntbackup backup c:\test /a /v /d "test" /l /e "c:\test.log"

NOTE: The /E switch also lists the beginning and ending commands, plus a list of the backed-up directories. It does not list any files unless there are Exceptions.

For more information on command line switches with NTBackup, see page 490 of the Windows NT Advanced Server "System Guide" or page 392 of the Windows NT "System Guide."


Additional query words: prodnt
Keywords : kbtool ntutil
Version : 3.1
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.