Skip to content

Backupset Description field #8505

@ChrisWoods1977

Description

@ChrisWoods1977

Summarize Functionality

We have several jobs/processes that create backups. For all those jobs/processes within tsql, we populate the Description field in the msdb..backupset table with the job/process name. I'd like to be able to do the same with my powershell processes that create backups.

Is there a command that is similiar or close to what you are looking for?

No

Technical Details

For the Backup-DbaDatabase command, please add a new param called -Description that is a free form string value that is then used to execute the WITH description = 'blah' feature when taking a backup.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions