All,
So are per this page:
http://helpcenter.veeam.com/backup/80/p ... pejob.html
I want to clear "Process Incremental Backup" from the job and I see "ProcessIncrementalBackup" but there is no way to turn it off and only to turn it on. I've looked for methods to change the tape options without luck.
Is it possible to clear this setting via PowerShell?
-
- Expert
- Posts: 227
- Liked: 62 times
- Joined: Apr 10, 2014 4:13 pm
- Contact:
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: PowerShell changing tape incremental settings
Try the following example:
Thanks.
Code: Select all
$Job = Get-VBRTapeJob -name "Name of your backup to tape job"
$Job | Set-VBRBackupToTapeJob -ProcessIncrementalBackup:$false
-
- Expert
- Posts: 227
- Liked: 62 times
- Joined: Apr 10, 2014 4:13 pm
- Contact:
Re: PowerShell changing tape incremental settings
Ahh, yes, that does it. I tried:
I was close, but no cigar. Thanks!
Code: Select all
$Job | Set-VBRBackupToTapeJob -ProcessIncrementalBackup $false
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: PowerShell changing tape incremental settings
Since -ProcessIncrementalBackup is a switch, rather than a parameter, the corresponding syntax should be a bit different. But you were close, indeed.
Who is online
Users browsing this forum: No registered users and 10 guests