-
- Influencer
- Posts: 24
- Liked: 8 times
- Joined: Nov 17, 2017 9:17 pm
- Full Name: Jeremy Francis
- Contact:
Feature Request - Allow backup job with no clients
Right now you can't have a backup job with no clients in it. This has become an issue a few times this month as I'm decommissioning servers that happen to be the last or only server in a particular job. In my case, I keep restore points going back for 30 days, and I'd like to keep the backups of these decommissioned servers until they expire. I can't remove the server from the job because it's the only one in it, so my only option with these seems to be to disable the job so it doesn't keep trying to run every night. Unfortunately the old backups of disabled jobs aren't cleaned up automatically, so I find myself setting a calendar reminder to manually delete the job and the restore points contained in it after my retention period expires. If I could remove the last server from a job, but leave the job enabled so it automatically cleans up old backups, it would solve my problem.
Alternatively, am I just missing a more effective way to manage this that perhaps already exists?
Alternatively, am I just missing a more effective way to manage this that perhaps already exists?
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Feature Request - Allow backup job with no clients
You can add some VM that will still be present in your environment for the next 30 days, exclude all its disks from processing, so, basically nothing is backed up, and let the job exist for the next month and successfully remove old restore points. Thanks!
-
- Influencer
- Posts: 24
- Liked: 8 times
- Joined: Nov 17, 2017 9:17 pm
- Full Name: Jeremy Francis
- Contact:
Re: Feature Request - Allow backup job with no clients
Thanks v.eremin, that's definitely easier than what I'm currently doing to make sure the restore points automatically get cleaned up, but I'll still need to remember to clean up that placeholder VM at some point. Ideally it would be great to have a way to manage this that doesn't require remembering to come back and manually make a change 30 days later.
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Feature Request - Allow backup job with no clients
Potentially you can write a tiny script that will remove obsolete restore points and set it to be executed next month or so (30 days from current date).
Anyway, thank you for your request; appreciated!
Anyway, thank you for your request; appreciated!
-
- Service Provider
- Posts: 2
- Liked: never
- Joined: Feb 26, 2019 2:23 am
- Full Name: James Smith
- Contact:
Re: Feature Request - Allow backup job with no clients
This is where vCenter tags are handy as well as you just remove the tags from the VMs and the job remains active and rolls over as per normal
-
- Veteran
- Posts: 405
- Liked: 106 times
- Joined: Jan 30, 2017 9:23 am
- Full Name: Ed Gummett
- Location: Manchester, United Kingdom
- Contact:
Re: Feature Request - Allow backup job with no clients
You can have a job that just contains an empty folder or datastore.
This is also useful for creating job templates.
This is also useful for creating job templates.
Ed Gummett (VMCA)
Senior Specialist Solutions Architect, Storage Technologies, AWS
(Senior Systems Engineer, Veeam Software, 2018-2021)
Senior Specialist Solutions Architect, Storage Technologies, AWS
(Senior Systems Engineer, Veeam Software, 2018-2021)
-
- Veteran
- Posts: 259
- Liked: 40 times
- Joined: Aug 26, 2015 2:56 pm
- Full Name: Chris Gundry
- Contact:
Re: Feature Request - Allow backup job with no clients
+1 for this feature. I have this requirement as well and it would be nice to allow Veeam to continue to handle retention for VMs that no longer exist, without having to 'trick it' by adding a VM and excluding it or something.
-
- Enthusiast
- Posts: 40
- Liked: 5 times
- Joined: Jan 25, 2011 2:12 pm
- Full Name: Olivier Druard
- Contact:
Re: Feature Request - Allow backup job with no clients
Hello,
Indeed you cannot remove the last object in backup job using the console.
However you can do it using powershell.
To remove one VM, folder or other object :
To remove all remaining objects :
Olivier
Indeed you cannot remove the last object in backup job using the console.
However you can do it using powershell.
To remove one VM, folder or other object :
Code: Select all
Get-VBRJob -Name [JobName] | Get-VBRJobObject -Name [ObjectName] | Remove-VBRJobObject
Code: Select all
Get-VBRJob -Name [JobName] | Get-VBRJobObject | Remove-VBRJobObject
-
- Enthusiast
- Posts: 53
- Liked: 3 times
- Joined: Oct 24, 2018 8:22 am
- Full Name: Christoph Schulze
- Contact:
Re: Feature Request - Allow backup job with no clients
+1
I would like to have that feature too.
I would like to have that feature too.
Who is online
Users browsing this forum: Baidu [Spider] and 107 guests