-
- Enthusiast
- Posts: 28
- Liked: 3 times
- Joined: Mar 18, 2016 8:16 pm
- Full Name: Ryan
- Contact:
limit the outbound traffic from Offsite backup server
Hi there,
I have been testing the backup copy for future offsite backup in the past week. Right now, I am doing the backup copy to a server on our main site. The backups on the "backup copy server" have exceeded the number of restore points to keep, so every time the backup copy occurs, Veeam will perform a full backup file merge.
Let's call "backup copy server" as Server A, "Onsite Veeam Server" as Sever B.
I checked the data transmission of Server A when it was doing a backup copy (as the picture below).
I found that Server A sent large mount of data to Server B (first red peak) before the backup copy transmission (the first green peak). And the second red peak occurred when full backup file merged on Server A because of the exceeded number of restore point.
Why does server A need to send data back to Server B?
Is there any way to minimize the data send from Server A?
Do we need to deploy a Veeam backup server on offsite just for accelerate backup copy, because the size of some backup copy files are several GB?
Thank you
Ryan
I have been testing the backup copy for future offsite backup in the past week. Right now, I am doing the backup copy to a server on our main site. The backups on the "backup copy server" have exceeded the number of restore points to keep, so every time the backup copy occurs, Veeam will perform a full backup file merge.
Let's call "backup copy server" as Server A, "Onsite Veeam Server" as Sever B.
I checked the data transmission of Server A when it was doing a backup copy (as the picture below).
I found that Server A sent large mount of data to Server B (first red peak) before the backup copy transmission (the first green peak). And the second red peak occurred when full backup file merged on Server A because of the exceeded number of restore point.
Why does server A need to send data back to Server B?
Is there any way to minimize the data send from Server A?
Do we need to deploy a Veeam backup server on offsite just for accelerate backup copy, because the size of some backup copy files are several GB?
Thank you
Ryan
-
- Veteran
- Posts: 635
- Liked: 174 times
- Joined: Jun 18, 2012 8:58 pm
- Full Name: Alan Bolte
- Contact:
Re: limit the outbound traffic from Offsite backup server
What storage are your backup files on: standalone Windows or Linux servers, or a CIFS/SMB share? If the latter, you may need to configure specific 'gateway' servers in the repository settings.
-
- Enthusiast
- Posts: 28
- Liked: 3 times
- Joined: Mar 18, 2016 8:16 pm
- Full Name: Ryan
- Contact:
Re: limit the outbound traffic from Offsite backup server
Hi,
The backup files and backup copy files are both on CIFS share from QNAP servers. How should I configure specific 'gateway' servers in the repository settings?
The backup files and backup copy files are both on CIFS share from QNAP servers. How should I configure specific 'gateway' servers in the repository settings?
-
- VP, Product Management
- Posts: 27370
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: limit the outbound traffic from Offsite backup server
These settings can be configured via backup repository wizard > Specify Server or Shared Folder Settings
-
- Enthusiast
- Posts: 28
- Liked: 3 times
- Joined: Mar 18, 2016 8:16 pm
- Full Name: Ryan
- Contact:
Re: limit the outbound traffic from Offsite backup server
from https://helpcenter.veeam.com/backup/vsp ... erver.htmlIf you perform backup and replication over WAN or slow connections, choose The following server. From the list below, select a Microsoft Windows server on the target site that you want to use as a gateway server. The selected server must have a direct access to the shared folder and must be located as close to the shared folder as possible.
According to the quote, it seems I still have to deploy a veeam server on the offsite. Just like the 3rd question on my OP.
Can the gateway server to be a PC without Veeam on it?
Ryan
-
- Veteran
- Posts: 411
- Liked: 31 times
- Joined: Nov 21, 2014 10:05 pm
- Contact:
Re: limit the outbound traffic from Offsite backup server
I think I'm having the same problem. BackupCopyJob was stalled at status "creating GFS restore point (10% done)", for more than 160 hours. The action pane says "|>Merging oldest restore point into full backup file (10% done) and |> Creating synthetic full restore point". I see veeam's 10Mbit/s traffic between main site and off-site. I was told that GFS restorepoint creation would not use bandwidht, but that isnt apparrently true?
Bed?! Beds for sleepy people! Lets get a kebab and go to a disco!
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
-
- VP, Product Management
- Posts: 27370
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: limit the outbound traffic from Offsite backup server
This server should be added to Veeam backup console, thus some Veeam components will be deployed to this gateway server, but you don't need to deploy Veeam backup server there.shuji wrote:According to the quote, it seems I still have to deploy a veeam server on the offsite. Just like the 3rd question on my OP.
There are two ways of creating GFS restore points, please take a look at this link > Methods for Archive Backups Creationhyvokar wrote: I see veeam's 10Mbit/s traffic between main site and off-site. I was told that GFS restorepoint creation would not use bandwidht, but that isnt apparrently true?
-
- Enthusiast
- Posts: 28
- Liked: 3 times
- Joined: Mar 18, 2016 8:16 pm
- Full Name: Ryan
- Contact:
Re: limit the outbound traffic from Offsite backup server
This is what I am worrying about as well. I tried using another Windows 7 PC with Veeam installled not activated to be a gateway server for "offsite" backup copy (all tests are still onsite, haven't moved to offsite), it seems the backup copy is using the PC instead of the Veeam backup server. Maybe you can try that too.hyvokar wrote:I think I'm having the same problem. BackupCopyJob was stalled at status "creating GFS restore point (10% done)", for more than 160 hours. The action pane says "|>Merging oldest restore point into full backup file (10% done) and |> Creating synthetic full restore point". I see veeam's 10Mbit/s traffic between main site and off-site. I was told that GFS restorepoint creation would not use bandwidht, but that isnt apparrently true?
-
- Enthusiast
- Posts: 28
- Liked: 3 times
- Joined: Mar 18, 2016 8:16 pm
- Full Name: Ryan
- Contact:
Re: limit the outbound traffic from Offsite backup server
Does the gateway server have to be a windows 2012 server, or a regular PC is okay for the job?Vitaliy S. wrote: This server should be added to Veeam backup console, thus some Veeam components will be deployed to this gateway server, but you don't need to deploy Veeam backup server there.
-
- Veteran
- Posts: 411
- Liked: 31 times
- Joined: Nov 21, 2014 10:05 pm
- Contact:
Re: limit the outbound traffic from Offsite backup server
I'm doing synthetic fulls.Vitaliy S. wrote:Methods for Archive Backups Creation
Bed?! Beds for sleepy people! Lets get a kebab and go to a disco!
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
-
- Veteran
- Posts: 635
- Liked: 174 times
- Joined: Jun 18, 2012 8:58 pm
- Full Name: Alan Bolte
- Contact:
Re: limit the outbound traffic from Offsite backup server
System requirements (os, memory, and cpu) for a CIFS/SMB gateway are the same as listed in the user guide for a Windows repository
-
- VP, Product Management
- Posts: 27370
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: limit the outbound traffic from Offsite backup server
In this case full backups will be synthesized locally, given that you have a gateways server (required for CIFS repositories only)hyvokar wrote:I'm doing synthetic fulls.
-
- Veteran
- Posts: 411
- Liked: 31 times
- Joined: Nov 21, 2014 10:05 pm
- Contact:
Re: limit the outbound traffic from Offsite backup server
I dont have a gateway server, only a NAS, which is connected to backup server via iscsi. Do I need a server on the off-site office?Vitaliy S. wrote: In this case full backups will be synthesized locally, given that you have a gateways server (required for CIFS repositories only)
Bed?! Beds for sleepy people! Lets get a kebab and go to a disco!
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
-
- VP, Product Management
- Posts: 27370
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: limit the outbound traffic from Offsite backup server
Yes, that would be a recommended approach.
-
- Veteran
- Posts: 411
- Liked: 31 times
- Joined: Nov 21, 2014 10:05 pm
- Contact:
Re: limit the outbound traffic from Offsite backup server
I have now deployed a win7 quadcore laptop with 12gb ram on a off-site office.
What roles should I install on it?
How should I connect the laptop to NAS via iscsi and share the disk with veeam server, or what would be recommended configuration?
What roles should I install on it?
How should I connect the laptop to NAS via iscsi and share the disk with veeam server, or what would be recommended configuration?
Bed?! Beds for sleepy people! Lets get a kebab and go to a disco!
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
-
- Veteran
- Posts: 635
- Liked: 174 times
- Joined: Jun 18, 2012 8:58 pm
- Full Name: Alan Bolte
- Contact:
Re: limit the outbound traffic from Offsite backup server
To use iSCSI to store backup data, the laptop should be given the 'repository' role, of the 'Windows' type.
You'll then have to change all your offsite jobs to point to the new repository.
You'll then have to change all your offsite jobs to point to the new repository.
-
- Veteran
- Posts: 411
- Liked: 31 times
- Joined: Nov 21, 2014 10:05 pm
- Contact:
Re: limit the outbound traffic from Offsite backup server
Hi!
This worked perfectly. Now the gfs retention works and veeam uses no network bandwidth to compose synthetic full backups.
So shuji, PC with win7 sp1 is enough, you dont need windows server os.
https://helpcenter.veeam.com/backup/hyp ... .html#repo
minumum win winsta sp2, x86 cpu, 4gb ram (atleast 8gb recommended).
This worked perfectly. Now the gfs retention works and veeam uses no network bandwidth to compose synthetic full backups.
So shuji, PC with win7 sp1 is enough, you dont need windows server os.
https://helpcenter.veeam.com/backup/hyp ... .html#repo
minumum win winsta sp2, x86 cpu, 4gb ram (atleast 8gb recommended).
Bed?! Beds for sleepy people! Lets get a kebab and go to a disco!
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
MS MCSA, MCITP, MCTS, MCP
VMWare VCP5-DCV
Veeam VMCE
Who is online
Users browsing this forum: DanielJ, Semrush [Bot] and 131 guests