Table of Contents

Class BackupExecFileSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Backup Exec file backup settings to use.

public class BackupExecFileSettings : GlobalSerializableClassicBase
Inheritance
BackupExecFileSettings

Constructors

BackupExecFileSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecFileSettings class.

public BackupExecFileSettings()

Properties

BackupMethod

Gets or sets the backup method to use for files and folders.

public BackupExecFileSystemBackupMethod BackupMethod { get; set; }

Property Value

BackupExecFileSystemBackupMethod

BackupMethodString

Gets the backup method to use for files and folders as a human readable string.

public string BackupMethodString { get; set; }

Property Value

string

BackupRemoteStorage

Gets or sets whether to back up data in Remote Storage.

public BooleanOption BackupRemoteStorage { get; set; }

Property Value

BooleanOption

EnableNtfsSingleInstanceBackup

Gets or sets whether to enable single instance backup for NTFS volumes.

public BooleanOption EnableNtfsSingleInstanceBackup { get; set; }

Property Value

BooleanOption

FollowJunctionPoints

Gets or sets whether to back up files and directories by following junction points and mount points.

public BooleanOption FollowJunctionPoints { get; set; }

Property Value

BooleanOption

Gets or sets whether to back up files and directories by following symbolic links.

public BooleanOption FollowSymbolicLinks { get; set; }

Property Value

BooleanOption

OpenFileBackupMethod

Gets or sets the method to use for backing up open files on non-snapshot backups.

public BackupExecFileSystemOpenFileBackupMethod OpenFileBackupMethod { get; set; }

Property Value

BackupExecFileSystemOpenFileBackupMethod

OpenFileBackupMethodString

Gets the method to use for backing up open files on non-snapshot backups as a human readable string.

public string OpenFileBackupMethodString { get; set; }

Property Value

string

OpenFileBackupTime

Gets or sets the time in seconds in which an open file can be closed and then backed up.

public int OpenFileBackupTime { get; set; }

Property Value

int

Methods

ToString()

Returns the backup method to use as a human readable string.

public override string ToString()

Returns

string

The backup method to use as a human readable string.