This is for a home lab situation.
I have 2 locations, each with a single PVE host and 1 gig fiber.
I'd like to install PBS on each PVE host and backup both locally, and over the wan.
I'm sure this isn't a recommended solution, but it would satisfy my needs for the time being as I don't want to buy and power up extra hardware right now. But this will help satisfy having onsite and offsite backups.
What would be the best method of installing PBS on each PVE system?
I have 2 locations, each with a single PVE host and 1 gig fiber.
I'd like to install PBS on each PVE host and backup both locally, and over the wan.
I'm sure this isn't a recommended solution, but it would satisfy my needs for the time being as I don't want to buy and power up extra hardware right now. But this will help satisfy having onsite and offsite backups.
What would be the best method of installing PBS on each PVE system?
- Install PBS on the same host as PVE
- pro: better access to storage with less complication
- con: how do you limit resources in terms of memory/cpu if it's on bare metal? Probably not supported since i'm manually doing an apt install
- install PBS in an LXC container
- pro: lighter overhead than a VM, but i am able to limit resources
- con: i don't really know how to give an LXC direct control over disk access? which i imagine would be important for PBS. Probably not supported since i'm manually doing an apt install
- install PBS in a VM
- pro: easiest installation and maintenance and can just use the official installation iso.
- neutral: could pass through an array controller to the VM for direct disk access - i have spares and this is doable on both hosts.
- con: most overhead, vm needs to be running, more complication with passing through an array controller.