-
- Novice
- Posts: 7
- Liked: never
- Joined: Mar 08, 2022 5:06 am
- Full Name: Brad Wilson
- Contact:
Weekly, Monthly or Yearly backups to tape
Hi,
starting a new thread so as to not bump and old thread vmware-vsphere-f24/when-is-m-w-or-y-add ... 75182.html .
I'm currently working through an existing Veeam installation that has been updated to 11.
Previously weekly, monthly and yearly backups were archived to tape based on file mask, e.g. _M, _Y. Is there a method to do the same now that this flag is in the DB and not the filename?
I probably should add that this is a clients backup. The have their local, we get backup copy each night, and then we were backing up monthly and yearly to tape for long term storage.
Thank you
starting a new thread so as to not bump and old thread vmware-vsphere-f24/when-is-m-w-or-y-add ... 75182.html .
I'm currently working through an existing Veeam installation that has been updated to 11.
Previously weekly, monthly and yearly backups were archived to tape based on file mask, e.g. _M, _Y. Is there a method to do the same now that this flag is in the DB and not the filename?
I probably should add that this is a clients backup. The have their local, we get backup copy each night, and then we were backing up monthly and yearly to tape for long term storage.
Thank you
-
- Product Manager
- Posts: 9847
- Liked: 2607 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Weekly, Monthly or Yearly backups to tape
Hi Brad
I‘m not sure, that using your backup server to process client restore points is allowed by our license policy. The Rental license must be used on your datacenter VBR server to process clients data.
And using File to Tape Jobs from the Community edition is also forbidden by our EULA.
Cloud Connect and Tenant Backup to Tape is our feature for your scenario.
Cloud Connect Backup is leveraged for your tenant to send the restore points (Backup Copy) in your datacenter, and the tape job lets you automatically write tapes (GFS) of your tenant backups to tape. You can choose which tenants will get a tape and which are not.
Thanks
Fabian
I‘m not sure, that using your backup server to process client restore points is allowed by our license policy. The Rental license must be used on your datacenter VBR server to process clients data.
And using File to Tape Jobs from the Community edition is also forbidden by our EULA.
Cloud Connect and Tenant Backup to Tape is our feature for your scenario.
Cloud Connect Backup is leveraged for your tenant to send the restore points (Backup Copy) in your datacenter, and the tape job lets you automatically write tapes (GFS) of your tenant backups to tape. You can choose which tenants will get a tape and which are not.
Thanks
Fabian
Product Management Analyst @ Veeam Software
-
- Novice
- Posts: 7
- Liked: never
- Joined: Mar 08, 2022 5:06 am
- Full Name: Brad Wilson
- Contact:
Re: Weekly, Monthly or Yearly backups to tape
Hi Fibian,
Sorry, we are doing that, not using Community edition.
Tenant is sending their restore points to us via Cloud Connect. It is set to backup copy us their daily increments on job backup completion, and create weekly\monthly\yearlys on the weekends, which were also then backup copied to us via Cloud Connect.
Previously we had been using a File to Tape job and based on the tenant share on the SoRB and file mask to copy only the _M or _Y files to tape, we do not need the daily incremental or even weekly full copies.
Looking at the link you provided, on the tape server running VBR, I can create tape jobs, but it does not see any tenants. The only place I can see the tenants is on the Cloud Connect install.
So we have Tenant VRB 11 --> SP Gateway --> SP VBR CC
--> SoRB <-- SP VBR (Tape Server)
The VBR CC server cannot connect to the tape server directly due to network security. Both VBR CC and VBR Tape server can access the SoRB. This is why I believe the File to Tape job with a file mask was in use successfully prior to version 11.
Sorry, we are doing that, not using Community edition.
Tenant is sending their restore points to us via Cloud Connect. It is set to backup copy us their daily increments on job backup completion, and create weekly\monthly\yearlys on the weekends, which were also then backup copied to us via Cloud Connect.
Previously we had been using a File to Tape job and based on the tenant share on the SoRB and file mask to copy only the _M or _Y files to tape, we do not need the daily incremental or even weekly full copies.
Looking at the link you provided, on the tape server running VBR, I can create tape jobs, but it does not see any tenants. The only place I can see the tenants is on the Cloud Connect install.
So we have Tenant VRB 11 --> SP Gateway --> SP VBR CC
--> SoRB <-- SP VBR (Tape Server)
The VBR CC server cannot connect to the tape server directly due to network security. Both VBR CC and VBR Tape server can access the SoRB. This is why I believe the File to Tape job with a file mask was in use successfully prior to version 11.
-
- Product Manager
- Posts: 9847
- Liked: 2607 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Weekly, Monthly or Yearly backups to tape
Hi Brad
Thanks for the explanation.
If you want to stay with Veeam FLR Jobs, try soncscy script from the other topic to determine which restore points are GFS RPs. The command works with imported backups, but I can't test if they recognize GFS restore points. I don't have them in my lab.
The tricky part will be then, how you get those values in to the tape job. Probably another command to manage the tape jobs.
https://helpcenter.veeam.com/docs/backu ... ml?ver=110
Easiest way is still to have a dedicated Tape Server for the cloud connect environment. If you provide the tape backup to many customers, I'm sure the investment should pay off over the next 3-5 years.
Thanks for the explanation.
If you want to stay with Veeam FLR Jobs, try soncscy script from the other topic to determine which restore points are GFS RPs. The command works with imported backups, but I can't test if they recognize GFS restore points. I don't have them in my lab.
Code: Select all
$backup = Get-VBRBackup -name "JobName_imported"
$storages = $backup.GetAllChildrenStorages()
$storages | select FilePath, GFSPeriod
https://helpcenter.veeam.com/docs/backu ... ml?ver=110
Easiest way is still to have a dedicated Tape Server for the cloud connect environment. If you provide the tape backup to many customers, I'm sure the investment should pay off over the next 3-5 years.
Product Management Analyst @ Veeam Software
-
- Novice
- Posts: 7
- Liked: never
- Joined: Mar 08, 2022 5:06 am
- Full Name: Brad Wilson
- Contact:
Re: Weekly, Monthly or Yearly backups to tape
Hi Fabian,
so a better idea would to be to get the network security changed to all the CC VBR to directly connect to the VBR server with the tape unit? And then recreate the jobs based on Tenant. I'm playing a little bit of catch-up with both the Veeam setup here and dealing with multiple external clients.
Thanks for your help!
Brad
so a better idea would to be to get the network security changed to all the CC VBR to directly connect to the VBR server with the tape unit? And then recreate the jobs based on Tenant. I'm playing a little bit of catch-up with both the Veeam setup here and dealing with multiple external clients.
Thanks for your help!
Brad
-
- Product Manager
- Posts: 9847
- Liked: 2607 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Weekly, Monthly or Yearly backups to tape
Hi Brad
You can add a Tape Server only to one VBR Server. Sharing between two VBR Server is not possible.
If your "VBR server with the tape unit" doesn't have any other function, you can connect this server with your VCC environment. But if you use this server todo backups in your datacenter, then it's not possible.
Thanks
Fabian
You can add a Tape Server only to one VBR Server. Sharing between two VBR Server is not possible.
If your "VBR server with the tape unit" doesn't have any other function, you can connect this server with your VCC environment. But if you use this server todo backups in your datacenter, then it's not possible.
Thanks
Fabian
Product Management Analyst @ Veeam Software
Who is online
Users browsing this forum: Google [Bot] and 23 guests