Host-based backup of Nutanix AHV VMs.
Post Reply
Coldfirex
Enthusiast
Posts: 82
Liked: 15 times
Joined: May 22, 2015 1:41 pm
Full Name: Alan Shearer
Contact:

Feature Request - AHV Web Console backup config schedule

Post by Coldfirex »

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
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Feature Request - AHV Web Console backup config schedule

Post by veremin »

We've tracked this as a requirement; schedule should be added in one of the next product releases. Thanks!
ahmad.alsabbah
Veeam Software
Posts: 18
Liked: never
Joined: Apr 04, 2021 4:15 pm
Full Name: Ahmad Alsabbah
Contact:

Re: Feature Request - AHV Web Console backup config schedule

Post by ahmad.alsabbah »

Hello,

When should we expect to have the ability to schedule AHV configuration backup?
arogarth
Service Provider
Posts: 81
Liked: 18 times
Joined: Sep 25, 2017 7:15 am
Location: Frankfurt/M., Germany
Contact:

Re: Feature Request - AHV Web Console backup config schedule

Post by arogarth »

+1
Socials: https://arogarth.net
arogarth
Service Provider
Posts: 81
Liked: 18 times
Joined: Sep 25, 2017 7:15 am
Location: Frankfurt/M., Germany
Contact:

Re: Feature Request - AHV Web Console backup config schedule

Post by arogarth » 2 people like this post

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

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
Make it executeable and trigger it using cron scheduler
Socials: https://arogarth.net
Kochkin
Veeam Software
Posts: 59
Liked: 20 times
Joined: Sep 18, 2014 10:10 am
Full Name: Nikolai Kochkin
Contact:

Re: Feature Request - AHV Web Console backup config schedule

Post by Kochkin »

In 4.0 configuration backup can be taken by schedule as a apart of VBR configuration backup (if an encryption password is specified)
Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests