The network shared folder where the computer backup is stored. If the target folder does not already exist, it is automatically created.

Caution   This property value must be specified in uppercase so that the deployment scripts can read it properly.

 

Property configured by

 

 

Property applies to

 

BootStrap.ini

 

 

LTI

˜

CustomSettings.ini

˜

 

 

 

MDT DB

˜

 

ZTI

˜

 

Value

Description

blank

Same as AUTO.

UNC_path

The UNC path to the network shared folder where the backup is stored.

AUTO

Creates a backup on a local hard disk if space is available. Otherwise, the backup is saved to a network location specified in the BackupShare and BackupDir properties.

NETWORK

Creates a backup on a network location specified in BackupShare and BackupDir.

NONE

No backup will be performed.

 

Example

[Settings]

Priority=Default

 

[Default]

DeployRoot=\\NYC-AM-FIL-01\Distribution$

ResourceRoot=\\NYC-AM-FIL-01\Resource$

UDShare=\\NYC-AM-FIL-01\MigData$

ComputerBackupLocation=NETWORK

BackupShare=\\NYC-AM-FIL-01\Backup$

BackupDir=%OSDComputerName%

UDDir=%OSDComputerName%

SLShare=\\NYC-AM-FIL-01\Logs$

UDProfiles=Administrator, User-01, ExtranetUser

UserDataLocation=NONE

 

Related Topics

Property Definition