I am slowly recovering from an OVH dedicated server that didn't boot any more. I took the opportunity to upgrade from 4 to 5 and from dir to lvm-thin storage but it was a lot of pain and down-time. Fortunately and although I have a couple of production-grade apps running on it, it is only for my small own business and I have workarounds for most of the tasks.
As always, it is after a minor heart attack that one decides to quit smoking (major ones kill so there is no recovery in that case). So do I decide to improve the way I backup my Proxmox server, VMs and containers
In order to be able to backup to OVH's FTP server directly, I use curlftpfs and add the following line to /etc/fstab :
I have come across patches that make it possible to make differential backups here https://ayufan.eu/projects/proxmox-ve-differential-backups/. Does anyone have experience with them ? I am planning to take daily differential backups together with weekly full backups. Is there a way built into Proxmox to apply a retention policy (like keep 12 last months, 4 last weeks, 7 last days) ?
Last but not least, the configuration of Proxmox itself is quite time consuming to restore (i.e. rebuild by hand). How can I better keep track of the configurations done with files like /etc/pve/storage.cfg, /etc/network/interfaces (that one was a real pain to rebuild) and /etc/fstab ?
Thanks in advance.
Marc
As always, it is after a minor heart attack that one decides to quit smoking (major ones kill so there is no recovery in that case). So do I decide to improve the way I backup my Proxmox server, VMs and containers
In order to be able to backup to OVH's FTP server directly, I use curlftpfs and add the following line to /etc/fstab :
Code:
curlftpfs#ftpback-rbx2-97.ovh.net/ /mnt/ftpback fuse allow_other,nonempty,uid=0,gid=1001,umask=0007,auto 0 0
I have come across patches that make it possible to make differential backups here https://ayufan.eu/projects/proxmox-ve-differential-backups/. Does anyone have experience with them ? I am planning to take daily differential backups together with weekly full backups. Is there a way built into Proxmox to apply a retention policy (like keep 12 last months, 4 last weeks, 7 last days) ?
Last but not least, the configuration of Proxmox itself is quite time consuming to restore (i.e. rebuild by hand). How can I better keep track of the configurations done with files like /etc/pve/storage.cfg, /etc/network/interfaces (that one was a real pain to rebuild) and /etc/fstab ?
Thanks in advance.
Marc
Last edited: