-
- Enthusiast
- Posts: 86
- Liked: 15 times
- Joined: May 22, 2015 1:41 pm
- Full Name: Alan Shearer
- Contact:
Feature Request - AHV Web Console backup config schedule
Howdy,
I would like to request the ability to setup a scheduled configuration backup of the Nutanix Veeam Web Console GUI. Currently it is on demand only.
Additionally it would be convenient:
* to not force a password during backup of the configuration
* dump to a UNC path, etc for scheduled backups of the config
1.0 build 342
I would like to request the ability to setup a scheduled configuration backup of the Nutanix Veeam Web Console GUI. Currently it is on demand only.
Additionally it would be convenient:
* to not force a password during backup of the configuration
* dump to a UNC path, etc for scheduled backups of the config
1.0 build 342
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Feature Request - AHV Web Console backup config schedule
We've tracked this as a requirement; schedule should be added in one of the next product releases. Thanks!
-
- Veeam Software
- Posts: 25
- Liked: never
- Joined: Apr 04, 2021 4:15 pm
- Full Name: Ahmad Alsabbah
- Contact:
Re: Feature Request - AHV Web Console backup config schedule
Hello,
When should we expect to have the ability to schedule AHV configuration backup?
When should we expect to have the ability to schedule AHV configuration backup?
-
- Service Provider
- Posts: 82
- Liked: 18 times
- Joined: Sep 25, 2017 7:15 am
- Location: Frankfurt/M., Germany
- Contact:
-
- Service Provider
- Posts: 82
- Liked: 18 times
- Joined: Sep 25, 2017 7:15 am
- Location: Frankfurt/M., Germany
- Contact:
Re: Feature Request - AHV Web Console backup config schedule
Workaround - We had same problem. We have up to 6 Clusters and a scheduled config backup is missing.
I created a small python based project which triggerd the backup and save it...
https://github.com/claranet/veeam-ahv-p ... fig-backup
Write a shell script
/srv/veeam-ahv-backup/backup.sh
Make it executeable and trigger it using cron scheduler
I created a small python based project which triggerd the backup and save it...
https://github.com/claranet/veeam-ahv-p ... fig-backup
Write a shell script
/srv/veeam-ahv-backup/backup.sh
Code: Select all
#!/bin/bash
export PROXY_PASSWORD='....' # The Proxy password for user veeam
export PROXY_HOSTNAME='....' # The hostname to connect to
export BACKUP_PASSWORD='...' # The Password to protect the Backup
docker run -v /srv/veeam-ahv-backup:/backup -e PROXY_HOSTNAME -e PROXY_PASSWORD -e BACKUP_PASSWORD claranet/veeam-ahv-proxy-config-backup:latest
Socials: https://arogarth.net
-
- Veeam Software
- Posts: 66
- Liked: 21 times
- Joined: Sep 18, 2014 10:10 am
- Full Name: Nikolai Kochkin
- Contact:
Re: Feature Request - AHV Web Console backup config schedule
In 4.0 configuration backup can be taken by schedule as a apart of VBR configuration backup (if an encryption password is specified)
Who is online
Users browsing this forum: No registered users and 1 guest