Backup Exec Management Command Line Interface Help
Set-BELegacyBackupToDiskFolderDevice Cmdlet
Synopsis

Sets the properties for a legacy backup-to-disk folder device in Backup Exec.

Syntax
Set-BELegacyBackupToDiskFolderDevice -InputObject [<BELegacyBackupToDiskFolderDevice[]>] [[-BackupExecServer] [<BEBackupExecServer>]] [-BufferedReadsAutoDetectEnabled [<Boolean>]] [-BufferedReadsEnabled [<Boolean>]] [-Paused [<Boolean>]] [-Description [<String>]] [-Disabled [<Boolean>]] [-WhatIf [<SwitchParameter>]] [-Confirm [<SwitchParameter>]] [<CommonParameters>]
Description

Sets the properties for a legacy backup-to-disk folder device in Backup Exec.

Parameters

-BackupExecServer <BEBackupExecServer>

Specifies which Backup Exec server the device is attached to in a CASO environment.


Required false
Position 1
Accepts pipeline input false
Accepts wildcard characters false


-Description <String>

Specifies the description for the legacy backup-to-disk folder device.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Disabled <Boolean>

Specifies if the legacy backup-to-disk folder device is disabled.

The valid values are:
$true
$false


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Paused <Boolean>

Specifies if the legacy backup-to-disk folder device is paused.

The valid values are:
$true
$false


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-BufferedReadsAutoDetectEnabled <Boolean>

Specifies if Backup Exec automatically detects the preferred settings for read and write buffers.

The valid values are:
$true
$false


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-BufferedReadsEnabled <Boolean>

Allows the reading of large blocks of data, this option may increase performance.

The valid values are:
$true
$false


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-InputObject <BELegacyBackupToDiskFolderDevice[]>

Specifies one or more legacy backup-to-disk folder device objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.


Required true
Position Named
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


-WhatIf <SwitchParameter>

Describes what happens if you execute the command without actually executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Confirm <SwitchParameter>

Prompts you for confirmation before executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BELegacyBackupToDiskFolderDevice

You can pipe a Backup Exec legacy backup-to-disk folder device object to Set-BELegacyBackupToDiskFolderDevice.

Return Value
BackupExec.Management.CLI.BELegacyBackupToDiskFolderDevice

Set-BELegacyBackupToDiskFolderDevice returns an object that represents the changed legacy backup-to-disk folder device.

Example
C:\PS> Get-BELegacyBackupToDiskFolderDevice "Device 0001" | Set-BELegacyBackupToDiskFolderDevice -Paused $true

These commands pause the legacy backup-to-disk folder device named "Device 0001".

Related Link

Get-BELegacyBackupToDiskFolderDevice