-
- Veteran
- Posts: 284
- Liked: 11 times
- Joined: Jan 06, 2011 8:33 am
- Contact:
Backup to Disk Job cancel Tapebackup Job after 20 Hours run
Hello ,
We have an big Problem .
We have an very large Backup To Tape Job ( 8TB ) which starts at 03.00 AM allways at the last Monday of the Month . This Job Needs 30 Hours to finish.
But on Evening at 07.00 PM starts the Backup to Disk Job which Access ( Merging ) on the same Files which was then actually backed up by the Tape Job.
Then the Backup to Disk Job stops the Backup to Tape Job after 20 Hours of running - Thats very bad .
We cant run this Backup to Tape Job on the Weekend because another big Job runs on the Weekend which Needs the Tape Drive.
Is it possible to Change the priority between Tape and Backup to Disk Jobs ? Is it possible to let the Backup to Disk Job wait till the Tape Job is finished ?
Thanks
Michael
We have an big Problem .
We have an very large Backup To Tape Job ( 8TB ) which starts at 03.00 AM allways at the last Monday of the Month . This Job Needs 30 Hours to finish.
But on Evening at 07.00 PM starts the Backup to Disk Job which Access ( Merging ) on the same Files which was then actually backed up by the Tape Job.
Then the Backup to Disk Job stops the Backup to Tape Job after 20 Hours of running - Thats very bad .
We cant run this Backup to Tape Job on the Weekend because another big Job runs on the Weekend which Needs the Tape Drive.
Is it possible to Change the priority between Tape and Backup to Disk Jobs ? Is it possible to let the Backup to Disk Job wait till the Tape Job is finished ?
Thanks
Michael
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Backup to Disk Job cancel Tapebackup Job after 20 Hours
Hello Michael,
That`s one of the most frequent requests we get and there is a new feature coming to address that kind of cases.
That`s one of the most frequent requests we get and there is a new feature coming to address that kind of cases.
-
- Veteran
- Posts: 284
- Liked: 11 times
- Joined: Jan 06, 2011 8:33 am
- Contact:
Re: Backup to Disk Job cancel Tapebackup Job after 20 Hours
Thanks for the answer . I hope the next Update to fix this very necessary Point Comes soon .
-
- Novice
- Posts: 3
- Liked: never
- Joined: Dec 03, 2015 1:13 am
- Full Name: Matt Wo
- Contact:
Re: Backup to Disk Job cancel Tapebackup Job after 20 Hours
we also have multiple big file servers, 10-12TB each and experiencing the same issue.
Found the following PS script and thinking to implement it: Jobs -> Backup -> RMC on backup Job -> Edit -> Storage -> Advance button -> Script tab:
Could someone confirm if it would help?
Also, Veeam -please provide a fix ASAP!
Found the following PS script and thinking to implement it: Jobs -> Backup -> RMC on backup Job -> Edit -> Storage -> Advance button -> Script tab:
Code: Select all
$TapeJob = Get-VBRTapeJob -name "Backup to Tape Job Name"
do{
Start-sleep -s 60
$State = $TapeJob.LastState
}while ($State -ne "Stopped")
Also, Veeam -please provide a fix ASAP!
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Backup to Disk Job cancel Tapebackup Job after 20 Hours
It should help, indeed. Though, it's worth testing prior to sticking to it.Could someone confirm if it would help?
Also, Veeam -please provide a fix ASAP!
This functionality is planned for the next product release.I hope the next Update to fix this very necessary Point Comes soon
Thanks.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Nov 09, 2016 3:53 pm
- Full Name: maximilian mueller
- Contact:
Re: Backup to Disk Job cancel Tapebackup Job after 20 Hours
Hi,
we have the same problem in Version 9 Patch1.
Is it fixed in Patch 2?
Thanks!
we have the same problem in Version 9 Patch1.
Is it fixed in Patch 2?
Thanks!
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Backup to Disk Job cancel Tapebackup Job after 20 Hours
Implemented in 9.5. Thanks.
Who is online
Users browsing this forum: No registered users and 11 guests