Comprehensive data protection for all workloads
Post Reply
DMermod
Influencer
Posts: 20
Liked: never
Joined: Mar 11, 2011 2:33 pm
Full Name: Denis Mermod
Contact:

Veeam Backup Server (Physical)

Post by DMermod »

Everyone,

I have been searching the forums and it's pretty hard to find keywords for what I'm looking for that don't bring back an abundant number of hits.

My question is this. What is the best way to backup and restore the physical Veeam Backup and Replication server?

Thank you,

- Denis R
Gostev
Chief Product Officer
Posts: 31527
Liked: 6701 times
Joined: Jan 01, 2006 1:01 am
Location: Baar, Switzerland
Contact:

Re: Veeam Backup Server (Physical)

Post by Gostev »

Hi Denis, all you really care to backup is SQL database (this is where all job configuration resides). One way is to point Veeam to use SQL running in VM (and backup this SQL VM), or some other managed SQL if you have one. Another way is to use simple scripted copy of Veeam configuration database files (Veeam DB is quite small). Thanks!
DMermod
Influencer
Posts: 20
Liked: never
Joined: Mar 11, 2011 2:33 pm
Full Name: Denis Mermod
Contact:

Re: Veeam Backup Server (Physical)

Post by DMermod »

Thank you Gostev,

I will look into some scripting for SQL backups. Can you confirm the restore process is just as easy? Either if I restore on the same server or a new server?

- Denis R
foggy
Veeam Software
Posts: 21070
Liked: 2115 times
Joined: Jul 11, 2011 10:22 am
Full Name: Alexander Fogelson
Contact:

Re: Veeam Backup Server (Physical)

Post by foggy »

Yes, its pretty easy. You can search this forum for moving Veeam SQL for some tricks in the case when it is a new server. Thanks.
Gostev
Chief Product Officer
Posts: 31527
Liked: 6701 times
Joined: Jan 01, 2006 1:01 am
Location: Baar, Switzerland
Contact:

Re: Veeam Backup Server (Physical)

Post by Gostev »

This script may help as well
pparks1
Influencer
Posts: 24
Liked: 2 times
Joined: Sep 21, 2009 9:30 pm
Full Name: Patrick Parks
Contact:

Re: Veeam Backup Server (Physical)

Post by pparks1 »

The above script is exactly what I used in my environment, where my Veeam server is Physical.

I run a scheduled job every day which backups up the Veeam database.

Code: Select all

Set All=%date:~7,2%
Rem Use above to keep just 30 days


REM Echo %ALL%
SQLCMD -S DETVEEAM1\VEEAM -E -Q "BACKUP DATABASE VeeamBackup TO DISK='E:\database_backups\VeeamBackupdb_%All%.bak' WITH FORMAT"
The above gives me 30 days worth of SQL backup files in E:\database_backups. Each is named VeeamBackupdb_01.bak, then 02.bak, then 03.bak. After 30 days, it simply overwrites 1, 2 and 3 and so on. My database backup files are approx 4.5MB is size.

Then I run a job to backup my actual E:\backups folder (where my Veeam backups are stored)
Then I run a job to backup my actual E:\vbrcatalog file.


In the event that I lose everything,
--Reinstall the OS and the Veeam Software
--Install SQL Management Studio Express and restore the database from my latest backup
--Copy back the data into E:\backups and E:\vbrcatalog

Everything should be back.
Post Reply

Who is online

Users browsing this forum: Ivan_B, JoseM.Quesada and 150 guests