Hi all
me: proxmox newbie, medium linuxer, long time virtualisation experience with hyper-v. So coming from the darkside ;-)
Setup
Goal: I would like to create differential backups of my VMs and my file/media data to the "Backup-Disk".
(Incomplete and pot. atm inconsistent) Solution approach:
I'm sure there are going to be more questions I might not yet see. So I'd like to check if I'm thinking into the right direction at all before starting into the wrong direction.
Any feedback is appreciated!
me: proxmox newbie, medium linuxer, long time virtualisation experience with hyper-v. So coming from the darkside ;-)
Setup
- Proxmox with a couple of VMs
- VMs are stored on a local NVMe Disk
- An external 4 bay hdd storage connected via USB 3.0.
- One VM is a OMV server and all 4 (luks encrypted) external disks are passed through to OMV. The unlocking of the luks disks happens (manually) on OMV.
- These disks are used as file/media storage, filesystem ext4.
- No RAID, all single disks -> home setup. It's a trade off and i feel okay with it as long as i have a working and efficient backup. Data/media files is also backed up to a cloud storage using restic.
- One additional external USB 3.0 disk I'd like to use for Backups of VMs and Data (referenced as Backup-Disk).
Goal: I would like to create differential backups of my VMs and my file/media data to the "Backup-Disk".
(Incomplete and pot. atm inconsistent) Solution approach:
- Mount the Backup-Disk to PVE
- Encrypt the disk with luks. Did i get it right and there is no interface on PVE for unlocking? So it would have to happen on the console unless i add keyfile-based auto-unlocking?
- Filesystem: Not sure which one would work best. I guess ext4 for an external Backup Disk would be a good choice at it could be mounted on almost every other linux system if needed. But I'm willing to learn what would be best in this case.
- Creating a "Backup-Directory" on the "Backup-Disk" in PVE
- Set up a PBS VM.
- Mount the "Backup-Directory" on the PBS VM.
I was first thinking about using disk pass through of the Backup-Disk to PBS instead. However, if i correclty understand, mouting it on PVE might allow the Backup-Directory to be shared with other VMs if needed, in case it shouldn't be possible to cover all backup needs (see question below) with PBS. - Set up a snapshot based incremental Backup-Job for the VMs system disks only in PBS, having PBS using the "Backup-Disk" to write to.
- Does this make sense so far? Anything i missed? A better suitable approach?
- With only the system disk of PBS backed up, will PBS be able to backup its own VM? I think I remeber I read "yes", just asking to be sure I got this right.
- Is it possible to also use PBS to do incremental backups of my files/media storage? Just like with window's wbadmin? As the related disks are passed through to OMV (no virtual disk!), PBS would have to access/fetch these files/media via the related SMB share. Does PBS has this kind of functionality or do I have to go with another solution for the data/media backup?
I'm sure there are going to be more questions I might not yet see. So I'd like to check if I'm thinking into the right direction at all before starting into the wrong direction.
Any feedback is appreciated!
Last edited: