SUMMARY
How to perform a Hot Bare Metal backup of an entire disk on a Windows client
ISSUE
Purpose
This article addresses how to configure the Unitrends agent for Windows to protect the entire disk rather than only the root (C:) volume during a hot Bare Metal backup.
Applies To
Windows Servers and Desktops
Description
By default, a Windows hot Bare Metal backup protects the partition table and the root volume. The Unitrends agent for Windows can be configured the entire disk.
Execution
Locate the volume on which the Unitrends Agent is installed, this is the C: volume by default. The Unitrends Agent software is installed in the \PCBP\ directory. Within the \PCBP\ directory, the primary configuration file is the MASTER.ini.
- Open the MASTER.ini configuration file using a text editor such as Notepad.
- In the BProfessional section (denoted by brackets), add the entry “autoconfigureincludes=false” as indicated below:
[BProfessional]
Title=MicroSoft NT ; Do not edit
TestTries=1 ; Do not edit
CatalogLines=66 ; Number of lines in the catalog file per page
IsClient=1 ; Do not edit
Color=13743257
Netpacket=8192 ; Packet size to be used.
Inettime=1500 ; Do not edit
RewindDelay=30 ; Wait for 30 seconds for rewinding
ResetArchiveBit=True ; Is Archive bit reset after Mast/Incr backup
BackupProperties=True ; Backup properties, ownership rights, for
; files/folders
BackupRegSec=True ; Backup the properties, ownership rights for ; registry keys
EnableAutomaticRestart=False ; Disable auto Shutdown after restoring system files
DetectHungFiles=False ; Synchronous logging capability. Use after
; consulting Unitrends support
BeforeCmdWaitTime=36000
AfterCmdWaitTime=1800 ; # of seconds to wait for after commmand.
SystemStateBackup=True ; Backup system state
SystemStateUsingNtBackup=False
NtBackupKeepAlive=600 ; # of seconds to wait for NtBackup to finish.
NTBackupLocation= ; Where (directory) to dump the system state backup.
; default is C:
;Debugging levels for the processes on a scale from 0 - 5
DefProfile=C:\PCBP\Profiles.dir\master.spr
Logname=C:\PCBP\Logs.dir\pcbp.log
UseChangeJournal=True
SkipOSArchiveFiles=True
data=1745
ChangeJournalSizeMB=500
autoconfigureincludes=false