Table of Contents

Class BackupExecLinuxSettings

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

Represents the Backup Exec Linux backup settings to use.

public class BackupExecLinuxSettings : GlobalSerializableClassicBase
Inheritance
BackupExecLinuxSettings

Constructors

BackupExecLinuxSettings()

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

public BackupExecLinuxSettings()

Properties

FollowLocalMountPoints

Gets or sets whether to follow local mount points when performing the backup.

public BooleanOption FollowLocalMountPoints { get; set; }

Property Value

BooleanOption

FollowRemoteMountPoints

Gets or sets whether to follow remote mount points when performing the backup.

public BooleanOption FollowRemoteMountPoints { get; set; }

Property Value

BooleanOption

LockRemoteFile

Gets or sets whether to lock remote files to prevent applications from modifying them during backups.

public BooleanOption LockRemoteFile { get; set; }

Property Value

BooleanOption

PreserveChangeTime

Gets or sets whether to preserve file and directory timestamps during backups.

public BooleanOption PreserveChangeTime { get; set; }

Property Value

BooleanOption