-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
In Powershell is -FullBackup equivalent to an Active Full?
Hello,
The documentation doesn't contain the phrase "active full" but I see that Start-VBRJob has a parameter called -FullBackup. Are these one and the same?
Thanks.
The documentation doesn't contain the phrase "active full" but I see that Start-VBRJob has a parameter called -FullBackup. Are these one and the same?
Thanks.
-- Chris
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: In Powershell is -FullBackup equivalent to an Active Ful
Yep, you're right.
And syntax should be as the following:
Hope this helps.
Thanks.
And syntax should be as the following:
Code: Select all
$Job = Get-VBRJob | ?{$_.name -eq "Name of your job"}
Start-VBRJob $Job -FullBackup
Thanks.
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: In Powershell is -FullBackup equivalent to an Active Ful
Great, thanks.
I wonder then, why is a full backup called "Active" in the job setup wizard?
I wonder then, why is a full backup called "Active" in the job setup wizard?
-- Chris
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: In Powershell is -FullBackup equivalent to an Active Ful
I think, in order to distinguish it from synthetic full.
Thanks.
Thanks.
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: In Powershell is -FullBackup equivalent to an Active Ful
I have a followup question to this issue.
My regular jobs run on weekdays at 11PM. If I use PowerShell to run an active full on the 1st day of every month at 10:59PM, and the 1st happens to be on a weekday, will my PS job replace the regularly scheduled job or will they both jobs run?
As I understand it, active fulls schedule through the job setup wizard will replace the regular job so I wonder if this is also true for a job executed by PS.
My regular jobs run on weekdays at 11PM. If I use PowerShell to run an active full on the 1st day of every month at 10:59PM, and the 1st happens to be on a weekday, will my PS job replace the regularly scheduled job or will they both jobs run?
As I understand it, active fulls schedule through the job setup wizard will replace the regular job so I wonder if this is also true for a job executed by PS.
-- Chris
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: In Powershell is -FullBackup equivalent to an Active Ful
You should think about this PS command as an analogue of manual action, when you right-click the given job and select “Active Full”.
In contrast, let’s say that you executed Active Full via PS at 10-30, it took about an hour to complete, and this job was scheduled to run 14-00, then, regular schedule wouldn’t be replaced - an incremental run would take place at scheduled time.
Hope this helps.
Thanks.
Assuming that your active full backup lasts longer than one minute, only it will be performed at this day and regular schedule will be discarded.If I use PowerShell to run an active full on the 1st day of every month at 10:59PM, and the 1st happens to be on a weekday, will my PS job replace the regularly scheduled job or will they both jobs run?
In contrast, let’s say that you executed Active Full via PS at 10-30, it took about an hour to complete, and this job was scheduled to run 14-00, then, regular schedule wouldn’t be replaced - an incremental run would take place at scheduled time.
Hope this helps.
Thanks.
Who is online
Users browsing this forum: Bing [Bot] and 87 guests