Search results

  1. G

    PBS4: How does PBS4 use its cache when a datastore is configured on a S3 bucket?

    Hello to everyone, We're in the process of testing the new beta of Proxmox Backup Server, especially the S3 implementation. To this moment everything seems to work flawlessly with our Garage S3 compatible cluster, but my main doubt arise about the local cache. If I restore a backup from the S3...
  2. G

    OSD rebalance at 1Gb/s over 10Gb/s network?

    Hi, I'm trying to build a hyper-converged 3 node cluster with 4 OSD each on proxmox but I'm having some issues with the OSDs... First one is the rebalance speed: I've noticed that, even over a 10Gbps network, ceph rebalance my pool at max 1Gbps but iperf3 confirm that the link is effectively...
  3. G

    Metric Server over HTTPS and Reverse Proxy

    Hello Everyone, I'm trying to setup a monitoring stack for multiple PVEs (~25ish client) using InfluxDB2 and Grafana. So far I've managed to gather data from a test PVE (192.168.200.100) to a local InfluxDB server (192.168.200.160) using HTTP and visualize them using Grafana. Now, we must be...
  4. G

    "no authentication credentials provided" when using PBS API

    Hello Everyone, I'm trying to authenticate in proxmox backup server API using Postman. I've already created a new user (with Admin access to / path) and then a new API Token (also with Admin access to / path). Now, when i try to GET https://pbs.example.tld:8007/api2/json/access this endpoint i...
  5. G

    How can i get total restore time (or job duration) of a VM using the API?

    Hello Everyone, As title say, we're trying to automate some basic task we do periodically and one of those involves restore a machine, get how much time it takes (so we can get a raw estime) and then manually recreate the entire enviroment of our client. Using PVE API I managed to restore a...
  6. G

    Best ZFS storage layout for multiple clients

    Hello Everyone, First i'd like to thank you for the amazing product and integration PVE and PBS have. I work in a pretty small office who manages 20ish PVE all from different clients. Lately i've been working on a "cloud" solution for our partners where they can upload all of their backup on...
  7. G

    Backup to 3 different USB rotated external disk

    Hi! I'm pretty new to the world of proxmox and for work needs i'm trying to figure out how I may be able to use a set of 3 different USB disk in rotation (1 per week) for off-site backup. I've understanded that there's no integrated way to achieve this and i've already tried looking at others...