We want to schedule a "File to tape" job to run every 3 weeks but it seems the options are only the following
Everyday
On Weekdays
On these days
Are there any other options?
Any help would be appreciated.
-
- Enthusiast
- Posts: 25
- Liked: never
- Joined: Dec 19, 2014 9:33 pm
- Full Name: RobS
- Contact:
-
- Product Manager
- Posts: 14725
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Schedule tape job to run every 3 weeks on Sun
Hello rosmith42,
Unfortunately is no possible: you can schedule tape outs once a week and that would give you 4 weeks per month. There might be a possible workaround via PowerShell by starting tape job via script on the demanded days. Thank you!
Unfortunately is no possible: you can schedule tape outs once a week and that would give you 4 weeks per month. There might be a possible workaround via PowerShell by starting tape job via script on the demanded days. Thank you!
-
- Enthusiast
- Posts: 25
- Liked: never
- Joined: Dec 19, 2014 9:33 pm
- Full Name: RobS
- Contact:
Re: Schedule tape job to run every 3 weeks on Sun
Would anyone have a sample PowerShell script we could use to create a tape job to run every 3 weeks?
-
- Veteran
- Posts: 643
- Liked: 312 times
- Joined: Aug 04, 2019 2:57 pm
- Full Name: Harvey
- Contact:
Re: Schedule tape job to run every 3 weeks on Sun
Hi RobS,
Just use Task Scheduler to handle the schedule:
Your script should look like:
If you want to make it do a full, then add the -FullBackup flag to the 2nd line
Just use Task Scheduler to handle the schedule:
Your script should look like:
Code: Select all
$job = Get-VBRTapeJob -name 'name of your job here'
Start-VBRJob -Job $job
Who is online
Users browsing this forum: No registered users and 21 guests