-
- Veteran
- Posts: 459
- Liked: 5 times
- Joined: Feb 01, 2012 12:04 pm
- Full Name: Mario
- Contact:
Copying an existing job
Is there any way to copy an existing job (I mean copying all the settings) to create a new job and then modify it?
Regards
Marius
Regards
Marius
-
- Enthusiast
- Posts: 80
- Liked: 17 times
- Joined: Nov 27, 2012 1:00 pm
- Full Name: Lewis Berrie
- Location: Southern England
- Contact:
Re: Copying an existing job
You can right-click a job and select "Clone", but I believe you need to be running "Enterprise" edition licencing (or higher).
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Copying an existing job
As far as I remember, this limitation applies to web UI (Enterprise Manager) only. With Veeam B&R main management console you can clone jobs with every product edition.
-
- Product Manager
- Posts: 20405
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Copying an existing job
Additionally, if you need to automate this process, you can use the following script:
Thanks.
Code: Select all
asnp VeeamPSSnapin
$Job = Get-VBRJob -name "Name of your Backup Job"
$Job | Copy-VBRJob
-
- Enthusiast
- Posts: 80
- Liked: never
- Joined: Apr 30, 2013 1:19 am
- Full Name: Yukinobu Asami
- Contact:
Re: Copying an existing job
This limitation is not only Web UI.
All job clone feature(Veeam console, Web UI and Powershell) need Enterprise or Enterprise Plus Edition.
If I performed job clone by powershell, this error occur.
Copy-VBRJob : Job cloning requires Veeam Backup & Replication Enterprise edition.
All job clone feature(Veeam console, Web UI and Powershell) need Enterprise or Enterprise Plus Edition.
If I performed job clone by powershell, this error occur.
Copy-VBRJob : Job cloning requires Veeam Backup & Replication Enterprise edition.
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Copying an existing job
Correct, I've just checked the Standard license - the option is disabled in Veeam B&R console as well.
-
- Product Manager
- Posts: 20405
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Copying an existing job
In this case, you can write a script that copies settings of a given job and pass them to a newly-created one. Some ideas can be taken from here. Thanks.
Who is online
Users browsing this forum: Semrush [Bot] and 60 guests