Renames a backup task in a backup definition in Backup Exec.
Renames a backup task in a backup definition in Backup Exec.
To rename a backup task in a new backup definition, use
Rename-BEBackupTask and
To rename a backup task in an existing backup definition, use
Rename-BEBackupTask and
To rename a backup task in the backup job defaults, use
Rename-BEBackupTask and
When you create or edit a backup definition, the backup definition
must be passed to
When you edit the backup job defaults, the backup job defaults must
be passed to
Specifies the backup definition to modify.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies the backup job defaults to modify.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies the name of the backup task in the backup definition to rename.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
The new name of the backup task.
Required | true |
Position | 1 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
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 |
Prompts you for confirmation before executing the command.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec backup definition object to Rename-BEBackupTask.
You can pipe a Backup Exec backup job default object to Rename-BEBackupTask.
The backup definition that has been modified.
The backup job default that has been modified.
These commands rename the backup named "Full" in the backup definition named "Backup Definition 01" to "Full 1".
These commands rename the duplicate stage named "Duplicate" in the backup definition named "Backup Definition 01" to "Duplicate 1".
These commands rename the backup named "Full" in the back up to disk job defaults to "Full 1".