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

Import-VBRConfiguration (obsolete)

In this article

    Short Description

    Imports backup of Veeam Backup & Replication server configuration file.

    Import-VBRConfiguration (obsolete) Note:

    This cmdlet is obsolete and not supported in Veeam Backup & Replication v.8.0.

    Applies to

    Platform: VMware, Hyper-V

    Syntax

    Import-VBRConfiguration -FileName <String> [-DatabaseName <String>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

    Detailed Description

    This cmdlet imports configuration file of Veeam Backup & Replication that was previously backed up.

    With configuration backup, you can store a copy of your host configuration: your virtual infrastructure, jobs configuration, Veeam Backup & Replication settings and other data. You can restore configuration in case the Veeam Backup & Replication host is failed or configuration is corrupted.

    By default, configuration backups are stored to the C:\backup\VeeamConfigBackup\%BackupServer% folder on the Veeam backup server.

    You can select any configuration file to restore to.

    You can restore configuration data to the default Veeam Backup & Replication SQL database or to another database. If you restore to the default database, it is recommended to backup the database first.

    Run Export-VBRConfiguration (obsolete) to retrieve and export your current configuration.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    FileName

    Specifies the configuration file path you want to restore.

    True

    Named

    False

    False

    DatabaseName

    Specifies the name of the database into which data from the configuration backup should be imported.

    If not set, the data will be restored to the Veeam Backup & Replication database set by default.

    False

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

    Example 1

    This command imports a configuration backup file named "VEEAMBACKUP-10-06-2013" to the default database.

    Import-VBRConfiguration -FileName "C:\backup\VeeamConfigBackup\VEEAMBACKUP\VEEAMBACKUP-10-06-2013"

    Example 2

    This command imports a configuration backup file named "VEEAMBACKUP-10-06-2013" to the database named "ConfigBackup".

    Import-VBRConfiguration -FileName "C:\backup\VeeamConfigBackup\VEEAMBACKUP\VEEAMBACKUP-10-06-2013" -DatabaseName "ConfigBackup"