Registry Tip #25: Windows NT Backup Control Skip Wait or Skip Open Files

Hits: Failed to execute CGI : Win32 Error Code = 3


You can use the following to speed up tape backups. To control how long Windows NT's NTBackup program waits on an open file or skips open files, set the following Windows NT registry hacks: Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Ntbackup\User Interface
Name: Wait time
Type: REG_SZ
Value: 30sec=default range=1-65535sec

Files That Are Skipped by Default by Windows NT Backup:

The above parameter controls how long to wait. The following key determines whether to skip the above files or wait.

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Ntbackup\User Interface
Name: Skip open files
Type: REG_SZ
Value: 0 do not skip files, wait
Value: 1 skip files that are opened
Value: 2 wait on open files for "wait time"



Table of Contents