#
First of all i created 2 Jobs in Wizard.
1. for Backup Job,
2. for Continuously Replication Job.
I want to have 2 Scripts:
___________________________________________
1.
Stop (existing) Replication Job (it's continiuously)
Start (existing) Backup Job
2.
Start (existing) Replication Job (it's continiuously)
___________________________________________
The Problem is, i study user guide: Powershell acces, but i cant realize how to start the BackupJob i allways get Errors:
So when i want to Start my Backup Job first of all:
I write in Skript:(USER GUIDE:)
Start-VBRJob
This cmdlet allows you to start a created job.
Syntax
Start-VBRJob [Name <Object []>]
Backup_Fileserver is the Name of the Job.Add-PSSnapin VeeamPSSnapIn
Start-VBRJob Backup_Fileserver
What do i wrong ?