Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
There are several ways of creating a backup of the database.
Using Veeam ONE Settings Utility (works for local SQL instances only)
To open Veeam ONE Settings utility use one of the options presented below:
OR
To back up the Veeam ONE database to a .BAK file, click Create Backup and specify the location for the database backup file.
Using SQL Server Management Studio
Using SQL command line
In case you do not have the Management Studio installed, Veeam database can be collected using the SQLCMD utility:
sqlcmd -S SqlServerName -Q "BACKUP DATABASE [DbName] TO DISK=N'C:\backups\VeeamONEDB.bak'"
sqlcmd -S SqlServerName\SqlInstanceName -Q "BACKUP DATABASE [DbName] TO DISK=N'C:\backups\VeeamONEDB.bak'"
Note: In case you have SQL server authentication enabled you may define username using '-U' parameter
sqlcmd -U Username -S SqlServerName\SqlInstanceName -Q "BACKUP DATABASE [DbName] TO DISK=N'C:\backups\VeeamONEDB.bak'"
Your feedback has been received and will be reviewed.
Please try again later.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.