Gets backup definitions in Backup Exec.
Gets backup definitions in Backup Exec.
Without parameters, Get-BEBackupDefinition gets all of the Backup
Exec backup definitions. You can also specify an backup definition
by backup definition name or backup definition ID (Guid) or pass a
backup definition object through the pipeline to
Get-BEBackupDefinition.
Get-BEBackupDefinition can be used with the following commands to
modify the tasks in the backup definition:
When you create or edit a backup definition, the backup definition
must be passed to
Specifies one or more agent server objects to filter the backup
definitions. Enter a variable that contains the objects, or type a
command or expression that gets the objects. See
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more backup definitions by backup definition name (wildcards accepted). To specify multiple names, use commas to separate the names.
Required | false |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
Specifies one or more backup definitions by backup definition ID (Guid). To specify multiple IDs, use commas to separate the IDs.
Required | true |
Position | 0 |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more backup definition 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 |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec agent server object to filter backup definitions returned by Get-BEBackupDefinition.
You can pipe a System.Guid that contains the ID of a backup definition object to Get-BEBackupDefinition.
You can pipe a backup definition object to Get-BEBackupDefinition.
Get-BEBackupDefinition returns objects that represent Backup Exec backup definitions.
This command gets all of the backup definitions.
This command gets the backup definition named "Backup Definition 01".
This command gets all of the backup definitions that match the wildcard "Backup*".
These commands get all of the backup definitions for the local computer.
These commands add D:\* to the backup selections for the backup definition named "Backup Definition 01".
These commands add a differential backup to a backup definition named "Backup Definition 01".