> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Configuration Backup

Retrieve the configuration backup settings from the backup server.

<Note>
  External Documentation

  To learn more, visit the [Veeam Basic Backup & Replication documentation](https://helpcenter.veeam.com/references/vbr/13/rest/1.3-rev1/tag/Configuration-Backup#operation/GetConfigBackupOptions).
</Note>

## Example Output

```json theme={"dark"}
{
	"isEnabled": true,
	"backupRepositoryId": "d4b5e196-f3ad-474c-99bc-dfef051dae07",
	"restorePointsToKeep": 10,
	"notifications": {
		"SNMPEnabled": true,
		"SMTPSettings": {
			"settingsType": "Custom",
			"isEnabled": false,
			"recipients": [],
			"subject": "[%JobResult%] %JobName% (%Time%)",
			"notifyOnSuccess": true,
			"notifyOnWarning": true,
			"notifyOnError": true
		}
	},
	"schedule": {
		"isEnabled": true,
		"daily": {
			"dailyKind": "Everyday",
			"isEnabled": true,
			"localTime": "10:00:00",
			"days": [
				"Monday",
				"Tuesday",
				"Wednesday",
				"Thursday",
				"Friday",
				"Saturday",
				"Sunday"
			]
		},
		"monthly": {
			"dayOfWeek": "Saturday",
			"dayNumberInMonth": "Fourth",
			"isEnabled": false,
			"localTime": "10:00:00",
			"dayOfMonth": 1,
			"months": [
				"January",
				"February",
				"March",
				"April",
				"May",
				"June",
				"July",
				"August",
				"September",
				"October",
				"November",
				"December"
			]
		}
	},
	"lastSuccessfulBackup": {
		"lastSuccessfulTime": "2024-01-21T10:00:35.033+01:00",
		"sessionId": "a8f1b5ba-a6dc-416d-9b17-95e92c0d7e76"
	},
	"encryption": {
		"isEnabled": true,
		"passwordId": "ebf6c20f-7126-4186-a1b8-24e6c541161c"
	}
}
```

## Workflow Library Example

[Get Configuration Backup with Veeam Basic Backup and Replication and Send Results Via Email](https://library.blinkops.com/workflows/get-configuration-backup-with-veeam-basic-backup-and-replication-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-configuration-backup-with-veeam-basic-backup-and-replication-and-send-results-via-email/canvas" />
</div>
