-
- Novice
- Posts: 4
- Liked: 2 times
- Joined: May 14, 2018 12:07 pm
- Full Name: Bo Riis
- Location: Aalborg, Denmark
- Contact:
Feature request: Export backup to other location.
Hi
We have an arrangement with some of our customers that we give them a yearly backup on a NAS. Currently we solve this by attaching the NAS to Veeam and create a backup copy job with only 2 restore points. (1 is not possible)
Would it be possible to have the Export backup feature allow for exporting to a different repository or SOBR than where the original backup is located? This would save us from allowing room for the VIB file the Backup copy job creates. Perhaps even making the Export feature work as a Backup copy job with support for running outside normal backup operations when the ressources allow for it.
Thanks
We have an arrangement with some of our customers that we give them a yearly backup on a NAS. Currently we solve this by attaching the NAS to Veeam and create a backup copy job with only 2 restore points. (1 is not possible)
Would it be possible to have the Export backup feature allow for exporting to a different repository or SOBR than where the original backup is located? This would save us from allowing room for the VIB file the Backup copy job creates. Perhaps even making the Export feature work as a Backup copy job with support for running outside normal backup operations when the ressources allow for it.
Thanks
Regards
-
- Product Manager
- Posts: 14839
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Feature request: Export backup to other location.
Hello,
that feature request makes sense to me. Thanks for bringing it up.
Best regards,
Hannes
that feature request makes sense to me. Thanks for bringing it up.
Best regards,
Hannes
-
- Influencer
- Posts: 12
- Liked: 1 time
- Joined: Dec 03, 2019 12:57 pm
- Full Name: Federico Coppola
- Contact:
[MERGED] Change export backup path
Hi all,
I must export a backup of a specific virtual machine from a Copy backup job.
This backup job on a full disk.
Is possible change path of exporting backup? During the wizard there Is any option about Path.
Thanks
Federico
I must export a backup of a specific virtual machine from a Copy backup job.
This backup job on a full disk.
Is possible change path of exporting backup? During the wizard there Is any option about Path.
Thanks
Federico
-
- Veteran
- Posts: 3077
- Liked: 455 times
- Joined: Aug 07, 2018 3:11 pm
- Full Name: Fedor Maslov
- Contact:
Re: Change export backup path
Hi Federico,
The exported backup will be saved to the same repository where the source backup files reside. Currently, you cannot specify an alternate location. Once exported you can transfer it wherever required. We've noted your post as a FR.
Thanks
The exported backup will be saved to the same repository where the source backup files reside. Currently, you cannot specify an alternate location. Once exported you can transfer it wherever required. We've noted your post as a FR.
Thanks
-
- Influencer
- Posts: 12
- Liked: 1 time
- Joined: Dec 03, 2019 12:57 pm
- Full Name: Federico Coppola
- Contact:
Re: Feature request: Export backup to other location.
Hi wishr, thanks so much
Federico
Federico
-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
Re: Feature request: Export backup to other location.
+1 for this feature request.
Perhaps this can be done today with powershell?
Perhaps this can be done today with powershell?
-
- Veeam Software
- Posts: 2010
- Liked: 670 times
- Joined: Sep 25, 2019 10:32 am
- Full Name: Oleg Feoktistov
- Contact:
Re: Feature request: Export backup to other location.
Hi Frank, gentlemen,
By design, it works likewise in powershell - the cmdlet allows saving backup exports to the same repository only. So, I noted it as a Feature Request for powershell also. Thank you!
However, as it turned out, you can map a folder located on different repository to the backup server as a network share
and then pass it to the cmdlet as UNC path.
I just tested it and the export worked.
Kind regards,
Oleg
By design, it works likewise in powershell - the cmdlet allows saving backup exports to the same repository only. So, I noted it as a Feature Request for powershell also. Thank you!
However, as it turned out, you can map a folder located on different repository to the backup server as a network share
and then pass it to the cmdlet as UNC path.
Code: Select all
net use '\\192.168.0.80\c$\temp'
$backup = Get-VBRBackup
Export-VBRBackup -Backup $backup[1] -Dir '\\192.168.0.80\c$\temp'
Kind regards,
Oleg
-
- Influencer
- Posts: 12
- Liked: 1 time
- Joined: Dec 03, 2019 12:57 pm
- Full Name: Federico Coppola
- Contact:
Re: Feature request: Export backup to other location.
Thanks, I will export using powershell soon as possible.
Best regards
Federico
Best regards
Federico
-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
Re: Feature request: Export backup to other location.
Thanks! Exporting to a UNC share solved the case for me.
But keep the feature as a request in the gui/powershell for native export backup to any location.
But keep the feature as a request in the gui/powershell for native export backup to any location.
-
- Influencer
- Posts: 19
- Liked: 5 times
- Joined: Feb 03, 2020 10:38 am
- Full Name: Fedor Travinsky
- Location: Moscow
- Contact:
Re: Feature request: Export backup to other location.
Year 2020 and the feature still not available.
I'm populating my second target repository..
Firstly, I have to burn my spinning drives to read and write to the same repo, then move the exported data to second repo.
Aborting and going UNC way.
I'm populating my second target repository..
Firstly, I have to burn my spinning drives to read and write to the same repo, then move the exported data to second repo.
Aborting and going UNC way.
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Feature request: Export backup to other location.
Thanks for the feedback, just marked this (ability to specify path for exported backups) as an enhancement for future product versions.
-
- Veeam Software
- Posts: 622
- Liked: 62 times
- Joined: Jan 07, 2013 9:26 am
- Full Name: Markus Hergt
- Location: Germany
- Contact:
Re: Feature request: Export backup to other location.
any news on that? would be especialy useful when using Storeonce catalyst repositorys
-
- Enthusiast
- Posts: 89
- Liked: 35 times
- Joined: May 09, 2016 2:34 pm
- Full Name: JM Severino
- Location: Switzerland
- Contact:
[MERGED] Feature Request: Improved backup export / Veeam ZIP
Hello,
In some cases, backups need to be exported. If I am not mistaken, there are the following options:
- Veeam ZIP: This is an active full backup to somewhere else.
- Backup Export: This makes a synthetic full from a restore point to the same repository where the original backup was. It doesn't seem to use Block Cloning. Restore points need to be selected for each VM.
- Navigate (if possible) through Veeam backup files and pick the required ones (identify backup chains, copy full + increments, etc.)
I would like to be able to do as follows:
Export a backup anywhere: Same repo, another repo or a folder, like Veeam ZIP.
Possibility to:
Select the origin of the data:
Select the target:
Business case 1:
VM A Backup at T.
VM A crashes and corrupts at T+20 hours
We need to recover a backup from T.
The VM A was still running for 20 hours. We would like to be able to export that VM in Veeam format just in case we need in future to try to recover some data from there.
We have restored VM A. Veeam will start a new backup chain. We would like to export the state of the backup at T which might be an incremental.
Business case 2:
We want to replace the archiving storage.
We would like to export a lot of VMs from a specific restore point (a specific day, for instance).
The source is deduplicating storage, object storage, cloud storage, etc. so file copy is not possible.
The target could be somewhere else: local hard disk, a network share or a Veeam Repository.
We need to select a lot of VMs, so we would like to be able to select a time-range to export the backups and not having to cherry-pick the restore point per VM.
Business case 3:
We are required to provide (litigation, legal constraints, etc.) a specific restore point from deduplicating/object/cloud storage. So it needs to be exported to USB disks.
Business case 4:
We are require to hold a specific backup restore point for some time. It can stay on the same storage system as the source backup. We do not want to double our space usage on ReFS or XFS storage storing a full new backup chain: We would like to be able to export a backup using a synthetic full using block-cloning.
Business case 5:
We want to export the current state of a huge VM.
We do not want to read the full VM from production.
Maybe:
It is offsite -> WAN traffic
The main storage is slow (per se or just it is slow because it is damaged)
The VM is huge and there are little changes
We would like to do a Veeam ZIP, but seeding the backup with existing restore points. This is something similar to replication seeding from existing backups.
With the current situation, with some kung-fu, we would be able to achieve somehow these business cases. But not everybody can do kung-fu. It would be great to be able to do that from Veeam console.
Best regards
In some cases, backups need to be exported. If I am not mistaken, there are the following options:
- Veeam ZIP: This is an active full backup to somewhere else.
- Backup Export: This makes a synthetic full from a restore point to the same repository where the original backup was. It doesn't seem to use Block Cloning. Restore points need to be selected for each VM.
- Navigate (if possible) through Veeam backup files and pick the required ones (identify backup chains, copy full + increments, etc.)
I would like to be able to do as follows:
Export a backup anywhere: Same repo, another repo or a folder, like Veeam ZIP.
Possibility to:
Select the origin of the data:
- Existing restore points (and which one)
- Existing restore point + run a new incremental without impacting the backup chain
- Active full (with or without CBT reset)
Select the target:
- A Veeam repository
- A shared folder
- A local folder
Business case 1:
VM A Backup at T.
VM A crashes and corrupts at T+20 hours
We need to recover a backup from T.
The VM A was still running for 20 hours. We would like to be able to export that VM in Veeam format just in case we need in future to try to recover some data from there.
We have restored VM A. Veeam will start a new backup chain. We would like to export the state of the backup at T which might be an incremental.
Business case 2:
We want to replace the archiving storage.
We would like to export a lot of VMs from a specific restore point (a specific day, for instance).
The source is deduplicating storage, object storage, cloud storage, etc. so file copy is not possible.
The target could be somewhere else: local hard disk, a network share or a Veeam Repository.
We need to select a lot of VMs, so we would like to be able to select a time-range to export the backups and not having to cherry-pick the restore point per VM.
Business case 3:
We are required to provide (litigation, legal constraints, etc.) a specific restore point from deduplicating/object/cloud storage. So it needs to be exported to USB disks.
Business case 4:
We are require to hold a specific backup restore point for some time. It can stay on the same storage system as the source backup. We do not want to double our space usage on ReFS or XFS storage storing a full new backup chain: We would like to be able to export a backup using a synthetic full using block-cloning.
Business case 5:
We want to export the current state of a huge VM.
We do not want to read the full VM from production.
Maybe:
It is offsite -> WAN traffic
The main storage is slow (per se or just it is slow because it is damaged)
The VM is huge and there are little changes
We would like to do a Veeam ZIP, but seeding the backup with existing restore points. This is something similar to replication seeding from existing backups.
With the current situation, with some kung-fu, we would be able to achieve somehow these business cases. But not everybody can do kung-fu. It would be great to be able to do that from Veeam console.
Best regards
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Feature request: Export backup to other location.
Thank you for such detailed feedback, much appreciated. Merging your post to a similar existing discussion for easier demand tracking.
-
- Expert
- Posts: 189
- Liked: 27 times
- Joined: Apr 24, 2013 8:53 pm
- Full Name: Chuck Stevens
- Location: Seattle, WA
- Contact:
Re: Feature request: Export backup to other location.
Yah, +1000 here. Just now decided to write new exported backups to a different, non-replicated share on my ExaGrids, and was very disappointed to find that I could not. Now it'll take a lot longer to do the job.
Veeaming since 2013
-
- Expert
- Posts: 232
- Liked: 71 times
- Joined: Nov 07, 2016 7:39 pm
- Full Name: Mike Ely
- Contact:
Re: Feature request: Export backup to other location.
+1 here also. Definitely a nice-to-have for us.
'If you truly love Veeam, then you should not let us do this ' --Gostev, in a particularly Blazing Saddles moment
-
- Novice
- Posts: 8
- Liked: never
- Joined: Mar 24, 2021 6:34 am
- Full Name: Andrei Mihalevskiy
- Contact:
Re: Feature request: Export backup to other location.
Will you add this feature?
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Feature request: Export backup to other location.
Hi Andrei, we have this request on the list of future enhancements but cannot share any particular ETA at the moment. Thanks!
-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
Re: Feature request: Export backup to other location.
Come on Veeam
We often have to export point in time backup to external usb disk for customers.
We need the abilty to export backups fro ma certains restore point to a usb-drive.
The best workaround for now is just to choose Restore Vm files, then I can restore the files directly to the usb-drive.
We often have to export point in time backup to external usb disk for customers.
We need the abilty to export backups fro ma certains restore point to a usb-drive.
The best workaround for now is just to choose Restore Vm files, then I can restore the files directly to the usb-drive.
-
- Veteran
- Posts: 3077
- Liked: 455 times
- Joined: Aug 07, 2018 3:11 pm
- Full Name: Fedor Maslov
- Contact:
Re: Feature request: Export backup to other location.
Hi Frank,
Unfortunately, we cannot share any news atm, but we are aware of the demand.
Thanks
Unfortunately, we cannot share any news atm, but we are aware of the demand.
Thanks
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Feature request: Export backup to other location.
Why not export to the repository, and then just copy/move the produced VBK to a USB drive? Seems much easier + export to the repository should be extremely quick and require no physical disk space with ReFS or XFS repositories.
-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
Re: Feature request: Export backup to other location.
This particular customer I was working with had limited space in their repository and used NTFS.
Agree that exporting to same repository with REFS is the best solution if REFS is in place.
Agree that exporting to same repository with REFS is the best solution if REFS is in place.
-
- Influencer
- Posts: 11
- Liked: 5 times
- Joined: Nov 03, 2020 1:29 pm
- Full Name: Ryan
- Contact:
Re: Feature request: Export backup to other location.
Another +1 for this.
Our situation: VBR server having issues. Decide to bare metal restore the OS from backup. One of the issues is its own repo array. So export a backup from the Linux immutible repo, but that's locked down so hard the only way to get at the exported image is to sneakernet it (a building away, etc.). Whereas if I could have exported it to a USB drive on the VBR box it would have saved lots of time walking back and forth.
Our situation: VBR server having issues. Decide to bare metal restore the OS from backup. One of the issues is its own repo array. So export a backup from the Linux immutible repo, but that's locked down so hard the only way to get at the exported image is to sneakernet it (a building away, etc.). Whereas if I could have exported it to a USB drive on the VBR box it would have saved lots of time walking back and forth.
-
- Product Manager
- Posts: 9846
- Liked: 2607 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Feature request: Export backup to other location.
Export to another location will be possible in our upcoming release V12.
Best,
Fabian
Best,
Fabian
Product Management Analyst @ Veeam Software
Who is online
Users browsing this forum: coolsport00, tyler.jurgens and 285 guests