Hello all,

I’m hoping to get some advice on my self hosting environment. I currently run Proxmox VE with a few VMs, and use Proxmox VE’s built in VM backup method to my NAS. I don’t currently have a good backup method for the host server itself, and I know I’m playing with fire not having that properly backed up.

I have an older laptop that I’m considering turning into a Proxmox Backup Server, which should allow me to backup the host server and VMs, which would make me feel a lot better. The one thing I haven’t really seen info on in my research is if there’s a convenient way to backup THE backup server. If anyone uses PBS, do you back that up as well? How so?

I appreciate any assistance or advice!

  • ikidd@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    PBS has a host backup client you can install on non-VMs. You can then configure it to just backup it’s operating system files. This works for other Linux machines in the network including the Proxmox server, PBS itself or desktops. I even use it on my LibreELEC raspberry pi tv box.

    https://pbs.proxmox.com/docs/backup-client.html

  • Pissio@feddit.it
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 hours ago

    I have one PBS in local network and another with smaller disk on a cloud vm in case of big failure

  • ShredderFeeder@shredderfood.net
    link
    fedilink
    English
    arrow-up
    18
    ·
    8 hours ago

    Most people don’t. in the event of a total failure you reinstall Proxmox, you configure your networks, then you restore your backups into it.

    Honestly it’s the same method I’ve used countless times on VMware / Rubrik.

  • Thoralf@discuss.familie-will.at
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 hours ago

    Why should I?

    Ok, I have a cluster setup, which makes it less likely that all nodes die.
    But in case they do, I do get a new server, set it up and get the lxc/vm back from my local disk or cloud copy.

  • curbstickle@anarchist.nexusM
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 hours ago

    Why would you?

    The important part is your VMs and LXCs. Your Proxmox server, at most, requires configuration for specific needs (GPU passthrough for example). The only thing you need for that would be notes on configuration (unless you have this automated, in which case you don’t generally need that, just the notes in your scripts).

    So a more important question, to me, is why do you want to back it up in the first place?

  • Krafting@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    9 hours ago

    Quick info: you cannot backup the Host server with PBS, only VMs and LXCs.

    Edit: there seems to be some ways to send a manual backup of the PVE host to PBS but it seems to be CLI only and I don’t think the GUI allows that.

    Also, you might want to put the backups in a dedicated partition or drive if you can, so you’d just have to reinstall pbs in case it get bad. I don’t know any way to backup pbs, as I don’t do that myself, maybe backuppc ?

    • dimjim@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 hours ago

      Also, you might want to put the backups in a dedicated partition or drive if you can, so you’d just have to reinstall pbs in case it get bad.

      Yea that’s the main plan, the laptop would hold the PBS system, but all backups would go straight to the NAS. if the laptop dies I can just find something else to put PBS on with minimal hassle.

  • rogueranga@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours ago

    Pretty sure PBS doesn’t support backing up the PVE host itself. You can find Scripts on github to backup the PVE config