Hi
I was just wondering if physical hosts backups are available or if it will come with future updates?
I was just wondering if physical hosts backups are available or if it will come with future updates?
Physical host backup means that you can do backups via the proxmox-backup-client. The backup client is currently available for Debian, other distros will follow.Hi
I was just wondering if physical hosts backups are available or if it will come with future updates?
Can it backup Proxmox Virtual Environment hosts? I have been looking for a way to easily backup the host itself and not just VMs and Containers.Physical host backup means that you can do backups via the proxmox-backup-client. The backup client is currently available for Debian, other distros will follow.
I assume you will get this with the upcoming 6.3 release.Can it backup Proxmox Virtual Environment hosts? I have been looking for a way to easily backup the host itself and not just VMs and Containers.
Okey Do you know anything about when it will release?I assume you will get this with the upcoming 6.3 release.
I believe what you are asking for is currently available in the latest version of PVE (see https://pbs.proxmox.com/docs/backup-client.html#creating-backups).Can it backup Proxmox Virtual Environment hosts? I have been looking for a way to easily backup the host itself and not just VMs and Containers.
proxmox-backup-client backup root.pxar:/ --repository $REPOSITORY
--include-dev
to include any additional mount points.Thanks it works but I had to disable my 2FA, never prompt me for it, it just say Authentication Failed.I believe what you are asking for is currently available in the latest version of PVE (see https://pbs.proxmox.com/docs/backup-client.html#creating-backups).
To backup a PVE host, just run the following from your pve host:
Note: you can pass theCode:proxmox-backup-client backup root.pxar:/ --repository $REPOSITORY
--include-dev
to include any additional mount points.
you mean on the instance recovered from backup?Thanks it works but I had to disable my 2FA, never prompt me for it, it just say Authentication Failed.
No. Running the physical backup you need to enter it's credentials. for example when you run command proxmox-backup-client backup root.pxar:/ --repository my-server:Store1. This will then connect to https://my-server:8007 and prompt you for that server credentials, I had 2FA enabled and had to remove it to get pass the authentication.you mean on the instance recovered from backup?
Setup an API key in proxmox backup server, ideally with just enough permissions needed to do the backup and login with that instead of the root user/pass.Thanks it works but I had to disable my 2FA, never prompt me for it, it just say Authentication Failed.