Recent content by max

  1. M

    PBS Backup a MacBook?

    TL;DR +1 for macOS client On my previous Linux workstation I wrote myself some systems services and timers, that leverage btrfs snapshots done by snapper. While the backup client works quite well by itself, that was my way to go because otherwise the client complained about some files...
  2. M

    Proxmox 7 stable installation aborted

    At this point I'd like to refer to the Proxmox Bug #3817. I have an automated solution. But it involves patching the installer at the moment.
  3. M

    Installation aborted

    Dell EMC and HPE ProLiant gen10 seems to be affected as well - at least for us. Since I haven't found a bug yet, I opened a new one in Bugzilla.
  4. M

    Proxmox 7 stable installation aborted

    I still would like to know, how the installer is built. But maybe I just haven't tried hard enough.
  5. M

    HTTPS Proxy for proxmox-backup-manager

    Thanks Thanks. Filed enhancement right here: https://bugzilla.proxmox.com/show_bug.cgi?id=3296
  6. M

    HTTPS Proxy for proxmox-backup-manager

    We have set up an PBS in an environment, that doesn't allow direct connections to the internet. This makes it hard to use the subscriptions, because we can. On the PVE nodes, we were able to solve this issue by using a proxy like: https_proxy="[...]" pvesubscription set But this doesn't work...