Recent content by bennetgallein

  1. bennetgallein

    Units of Measure on Network Traffic Graph

    Facing the same mental struggel to convert between units when debugging networking issues, I've build a small little Requestly (https://requestly.com/) middleware that just multiplies by 8. https://app.requestly.io/rules#sharedList/21aff97d086747c3aa9b968d19a6b8e1-Proxmox-netin-out-to-bytes
  2. bennetgallein

    Proxmox Backup Server 4.0 BETA released!

    To add to this, I'm trying with hetzner S3 storage and the region "hel1" is not accepted by any inputs (or manually editing via config). root@pbs:~# proxmox-backup-manager s3 check hetzner 6892495451 --store-prefix / <Error><Code>LocationConstraintConflict</Code><Message>The location constraint...
  3. bennetgallein

    What's the status on S3 object backup?

    Important thing is the bugzilla tracker: https://bugzilla.proxmox.com/show_bug.cgi?id=2943
  4. bennetgallein

    [SOLVED] Ownershipfile being left in filesystem even if no backups exists

    Hey everyone, looking for some insight how to cleanup the following situation: I have a datastore that had backups, but all were removed. Garbage Collection ran successfully but there are still files and chunks leftover. This is the output of the GC: 2025-06-13T11:37:53+02:00: Access time...
  5. bennetgallein

    Proxmox Backup Server 3.4 released!

    Great release, especially exited about the GC stuff and the binary client. Where can we find the download to that? nevermind: https://pbs.proxmox.com/docs/installation.html#client-installation
  6. bennetgallein

    adding proxmox backup server

    is there a bugtracker ticket or anything in the mailing list to help test when it comes around?
  7. bennetgallein

    Backup hang on Waiting for server to finish backup validation...

    You will loose deduplication when seperating into different datastores. Let's wait for a Teammember to say something about the 19m chunks. From the docs (https://pbs.proxmox.com/docs/technical-overview.html) there's no limit mentioned somewhere
  8. bennetgallein

    Backup hang on Waiting for server to finish backup validation...

    Since you are on using NVME SSDs you can also see and try if sync-level=file fixes your issue. What's probably also interesting is the Controller you are using inside the server and if there are perhaps any hardware errors in dmesg
  9. bennetgallein

    Backup hang on Waiting for server to finish backup validation...

    From this post: https://forum.proxmox.com/threads/proxmox-backup-server-2-3-1-1-stuck-after-backup.119854/ Perhaps the thread can help you
  10. bennetgallein

    Backup hang on Waiting for server to finish backup validation...

    When you check the PBS server, are there any running validation jobs? Depending on your storage backend (e.g. ZFS) you might want to disable "Verify new backups" on the datastore settings, since they consume quite a few resources and can quickly overload the server if multiple are running.
  11. bennetgallein

    adding proxmox backup server

    Hi, it already _is_ possible, but it's a bit of a pain, since neither the GUI nor the CLI commands seem to be working (correctly). To add PBS: 1. Open the /etc/proxmox-datacenter-manager/remotes.cfg file 2. Add your desired paragraph: pbs: fsn1-1 authid connect@pbs!connect...
  12. bennetgallein

    PBS as a hosted service

    Just to expand on the Hetzner Serverbrowser, there's also "Server Radar" (https://radar.iodev.org/configurations) which allows more filters, saved searches, price tracking and notifications. But from what I've tracked over the last few months of looking it's rare that there are servers with 4...
  13. bennetgallein

    Proxmox Backup Server 3.3 released!

    Pushing to remote datastores is huge! Great work :D
  14. bennetgallein

    PowerDNS Setup

    You have to install PowerDNS on an external server and connect it via the API. Proxmox does not ship with PowerDNS installed. Here is the corresponding documentation for PowerDNS: https://doc.powerdns.com/authoritative/http-api/index.html