Guys, is it possible to set a tape jobs advanced options using Powershell?
I can't seem to find the command that will do that for me ...
I want to enable Options, Advanced, Backup ... "Process latest full backup chain only".
-
- Enthusiast
- Posts: 95
- Liked: 5 times
- Joined: Oct 17, 2015 3:32 pm
- Full Name: Stuart Little
- Location: Canada
- Contact:
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Set Tape Job Advanced Options
Hi,
Here it is
May I ask you why do you need to do that via PowerShell, what's your scenario?
Thanks
Here it is
Code: Select all
$tapeJob = Get-VBRTapeJob -Name "Backup to Tape Job 1"
Set-VBRBackupToTapeJob -Job $tapeJob -AlwaysCopyFromLatestFull
Thanks
Who is online
Users browsing this forum: No registered users and 8 guests