Search results

  1. L

    Cannot execute PVE 9 "root-only" commands in QEMU monitor even with "root@pam" token

    Thanks for the suggestion, but unfortunately, this isn't the same thing. virtio-mem is not officially supported in PVE yet: https://bugzilla.proxmox.com/show_bug.cgi?id=2949 Instead, I've added virtio-mem devices to my VMs with custom args via qm set <vmid> args "-object...
  2. L

    Cannot execute PVE 9 "root-only" commands in QEMU monitor even with "root@pam" token

    According to the PVE 9.0 changelog in the Roadmap: This seemed sensible to me, but it seems that a root@pam token (even with Privilege Separation disabled) does not count as "the root user" here. I have an application that POSTs (using a root@pam token) qom-set commands to...
  3. L

    Best way to do efficient local & offsite backup (w/ ZFS)?

    Alright, this actually makes a lot of sense. I'll look into scheduling ZFS backups, then. Maybe I'll have PVE make regular rootfs dumps to a ZFS dataset storage alongside my mount point datasets, and then sync all of them offsite with pve-zsync.
  4. L

    Best way to do efficient local & offsite backup (w/ ZFS)?

    Ah yes, I did see this! This would work well for synchronization without clustering. Is there a similarly nice way to have PVE use ZFS snapshots during scheduled backup of ZFS datasets, rather than temporarily snapshotting it and copying everything into an archive?
  5. L

    Best way to do efficient local & offsite backup (w/ ZFS)?

    I manage a PVE node from my home running stuff like a personal cloud, streaming, etc. A friend of mine also manages a home PVE node for similar purposes. We both had been lacking off-site backup, so we each installed PBS on our PVE hosts. We each run a scheduled PVE backup to our own PBS...