T tkn-teamf New Member Proxmox Subscriber Mar 23, 2023 7 1 1 Mar 23, 2023 #1 Hi forum, I can backup VMs, containers, ... but how do I backup the proxmox ve instance itself? TIA, Thomas Reactions: ilyat
Hi forum, I can backup VMs, containers, ... but how do I backup the proxmox ve instance itself? TIA, Thomas
MarkusF Proxmox Staff Member Staff member Jan 11, 2022 211 49 38 Mar 24, 2023 #2 Hello, if you mean the pve configuration, simply backup the /etc/ directory and especially the /etc/pve/ directory. Reactions: tkn-teamf
Hello, if you mean the pve configuration, simply backup the /etc/ directory and especially the /etc/pve/ directory.
A Ahmet Bas Well-Known Member Aug 3, 2018 75 0 46 34 Jul 14, 2023 #3 MarkusF said: Hello, if you mean the pve configuration, simply backup the /etc/ directory and especially the /etc/pve/ directory. Click to expand... Is there a documentation how to backup and restore the hypervisor?
MarkusF said: Hello, if you mean the pve configuration, simply backup the /etc/ directory and especially the /etc/pve/ directory. Click to expand... Is there a documentation how to backup and restore the hypervisor?
MarkusF Proxmox Staff Member Staff member Jan 11, 2022 211 49 38 Jul 14, 2023 #4 Yes you could use the proxmox-backup-client to backup your data or your preferred backup-tool (e.g. rsync) Important files/dirs to backup are: Code: /etc/hostname /etc/hosts /etc/network/interfaces /etc/vzdump.conf /etc/pve/ https://pbs.proxmox.com/docs/backup-client.html https://www.digitalocean.com/commun...se-rsync-to-sync-local-and-remote-directories
Yes you could use the proxmox-backup-client to backup your data or your preferred backup-tool (e.g. rsync) Important files/dirs to backup are: Code: /etc/hostname /etc/hosts /etc/network/interfaces /etc/vzdump.conf /etc/pve/ https://pbs.proxmox.com/docs/backup-client.html https://www.digitalocean.com/commun...se-rsync-to-sync-local-and-remote-directories
A Ahmet Bas Well-Known Member Aug 3, 2018 75 0 46 34 Jul 14, 2023 #5 MarkusF said: Yes you could use the proxmox-backup-client to backup your data or your preferred backup-tool (e.g. rsync) Important files/dirs to backup are: Code: /etc/hostname /etc/hosts /etc/network/interfaces /etc/vzdump.conf /etc/pve/ https://pbs.proxmox.com/docs/backup-client.html https://www.digitalocean.com/commun...se-rsync-to-sync-local-and-remote-directories Click to expand... Thanks for the quick reply, are there any restore steps ? Or can I overwrite it once a fresh install is done?
MarkusF said: Yes you could use the proxmox-backup-client to backup your data or your preferred backup-tool (e.g. rsync) Important files/dirs to backup are: Code: /etc/hostname /etc/hosts /etc/network/interfaces /etc/vzdump.conf /etc/pve/ https://pbs.proxmox.com/docs/backup-client.html https://www.digitalocean.com/commun...se-rsync-to-sync-local-and-remote-directories Click to expand... Thanks for the quick reply, are there any restore steps ? Or can I overwrite it once a fresh install is done?
MarkusF Proxmox Staff Member Staff member Jan 11, 2022 211 49 38 Jul 14, 2023 #6 Ahmet Bas said: Or can I overwrite it once a fresh install is done? Click to expand... Yes, but please think carefully about what you overwrite. For example: If you are using a cluster /etc/pve gets restored by the other nodes. In that case do not restore /etc/pve, you could overwrite changes made by the other nodes https://pve.proxmox.com/wiki/Proxmox_Cluster_File_System_(pmxcfs) Reactions: cbugk
Ahmet Bas said: Or can I overwrite it once a fresh install is done? Click to expand... Yes, but please think carefully about what you overwrite. For example: If you are using a cluster /etc/pve gets restored by the other nodes. In that case do not restore /etc/pve, you could overwrite changes made by the other nodes https://pve.proxmox.com/wiki/Proxmox_Cluster_File_System_(pmxcfs)