Search results

  1. B

    SDN create VNet permission

    Let's say I create an SDN zone called "ExampleZone" with one VNet called "ExampleVNet". My goal is for a User "ExampleUser" to be able to create additional VNets in that zone. Going through the API hierarchy in the docs here he seems to need SDN.Audit and SDN.Allocate for the...
  2. B

    Prune UI and Prune schedule simulator don't match

    I'm trying to understand pruning, but I'm getting mixed results from my pbs 1.1-13 UI and the pbs prune simulator. Below is an example with a couple of weekly backups and a prune schedule with keep-last 3, and keep-monthly 2. To me the PBS simulator does what I expect from the docs: Keep the...
  3. B

    Verify too liberal / slow

    I have my PBS set up to do daily verifies, and re-verify set to 30 days. With a daily backup of several hundreds Gb of data that hardly changes, I was expecting this to be a good setup. However, I am facing multi hour verfies each days which seems surprising. The verify log shows plenty of...
  4. B

    How do I connect PBS to PVE with api token

    According to the documentation here at the bottom, it is best to use API Tokens to connect PBS to PVE as storage. I can't get that to work though. The steps I tried in order are: Add user myvmhost@pbs, enabled and never expiring using <somepass> Add apitoken for myvmhost@pbs with name...
  5. B

    [SOLVED] How do I improve incremental ext4 FS backups?

    I'm a bit disappointed by the chunk reuse of my backups of a (piece of) my ext4 fileystem. fstab: /dev/mapper/vg_raid-lv_raid /mnt/raid ext4 defaults 0 0 mount: /dev/mapper/vg_raid-lv_raid on /mnt/raid type ext4 (rw,relatime) Running 2 backups right after one another...
  6. B

    [Solved] Pruning multiple backups from single host

    I have a host that makes two backups to a PBS. Let's call them rootfs and datafs. The rootfs is backed up hourly, the datafs only daily. When I try to prune by keeping only a single daily backup, the pruning only keeps either the rootfs or the datafs for each day, while I expect it to keep 1x...
  7. B

    Daily restart of pveproxy?

    From my syslog it looks like pveproxy is being restarted on a daily basis, but I have no clue how/why, and I can't seem to find any documentation on it. To me, this is a very annoying issue, since I use the API for all sorts of things, and the connectiong just dying because of a reboot is not...