I backup my guests regularly, but after my little glitch this week, I was wondering (and I've searched) - is there any way to backup the host/node configuration?
and I've searched
Obviously, Snarky McSnarkbutt? Of course I looked in the forums. Just because I didn't find it doesn't mean I didn't look.
S-u-p-e-r helpful, Dad... Oh, and I'll be late for dinner. Thanks!
Thanks for the link. I was hoping there was something built into the system, not some github scripting hack, but that's good to know.
Sorry, nothing personal and I don't want to be a schoolmaster, but claiming to have searched and be disproven so easily ... I had to jump the gun.
It's just a case of negative serendipity.
Besides all the ranting, I forgot to comment on the matter. As always - depends on what you want. You used the word 'node' to describe your host, so you're running in a clustered setup. In this setup the PVE configuration data is already replicated across nodes and will not be lost if one node fails. If you "just" want to have a backup of your node so that your time-to-recovery is minimal, you can just use any linux backup utility around, but in most cases, you end up with a homebrew backup solution like the github project. Linux has too many ways to do things and with regard to backup solution, this is very bad.
A homebrew solution depends naturally on your Linux knowledge, e.g. with ZFS as your backend storage, you can replicate via send/receive your whole system off-site and restore it by booting up a live Linux with ZFS support, restore your partition layout, create your pool and replicate your data from the off-site backup back to your host. We use that approach on our single-node off-site servers a lot.
If you're working in a larger company and/or love automation tools (ansible, chef, puppet, etc.) you can just provision your machine automatically back and restore the necessary files for cluster integration and are golden.
Others use etcd to store the host configuration off-site (via git push)-
A point-and-click backup AND restore solution does unfortunately not exist out-of-the-box in PVE (patches welcome!). The only operating system I know that has integrated support for restore on install is MacOS (and I mean by the OS vendor, not some third party).
Final words on statistics, we obviously do also backups of the OS filesystem if necessary and wanted, but we did not encounter one failure in this decade on over 200 machines. All servers have at least two disks for the OS, some also 3 in mirrored configuration.
I was thinking of creating thread but there is no need now ,the reply i read at @DerDanilo post reply there is backup node so how to do that,I'm searching but there is no mention in proxmox docs.
then there is way to do that ?
Ok,thank you.Why don't you ask in the thread you read the reply instead of here? Chances of getting a useful answer are much higher, because all people that replied in that thread will get a notice that a reply is there. In this thread, probably only us three.