This is an archive version of the document. To get the most up-to-date information, see the current version.

Creating Configuration Backups

In this article

    When you perform configuration backup, Veeam Backup & Replication retrieves data for the backup server from the configuration database, writes this data into a set of XML files and archives these XML files to a backup file of the BCO format.

    Veeam Backup & Replication exports information about the following objects:

    • Backup infrastructure components and objects: hosts, servers, backup proxies, repositories, WAN accelerators and jobs, global settings configured on the backup server and so on.
    • Backups: backups, replicas and backup copies created on the backup server.
    • Sessions: job sessions performed on the backup server.
    • Tapes: tape libraries connected to the backup server.

    Configuration backup is job-driven. You can schedule it to run regularly or start it manually. You can choose the backup repository in which the configuration backup must be stored and specify the necessary retention settings.

    Creating Configuration Backups Note:

    The configuration backup job creates a snapshot of the configuration database and retrieves data required for successful restore from it. If the database size is large, the job may produce significant load on the Microsoft SQL Server. Make sure that you schedule the configuration backup job for a period of low operation intensity on the backup server.

    Backup Repository Target

    By default, Veeam Backup & Replication is configured to create a configuration backup daily. The resulting configuration backup file is stored in the \VeeamConfigBackup\%BackupServer% folder on the default backup repository. However, for security’s sake, it is recommended that you do not store configuration backups on the default backup repository or in any other folder on the backup server. In this case, if the backup server fails, its configuration data will remain, and you will be able to recover the failed backup server.

    When you configure a new backup repository, Veeam Backup & Replication offers you to change the configuration backup file location from the default backup repository to the new backup repository. Click Yes, and Veeam Backup & Replication will automatically change the backup target in the configuration backup job settings and will use this target in future.

    Configuration backups that were created before the target change will remain on the default backup repository. You can manually copy them to the new backup repository to have all restore points of the configuration backup in one place.

    Creating Configuration Backups Important!

    You cannot store configuration backups on scale-out backup repositories.

    Related Topics