Search results

  1. G

    Partial sync job ? (pre-prune)

    Ah I think I understand the regex matches only the group name not the full backup ID. Having a feature to match on the full backup ID would solve my issue.
  2. G

    Partial sync job ? (pre-prune)

    Thanks for the quick reply. Additionnal issue is that the primary is still running PBS 1.x so no group pruning. Looking at the PBS API docs I see that group-filter has a "regex" type but I couldn't find what regex syntax this is using, I assumed https://docs.rs/regex/latest/regex/ from...
  3. G

    [SOLVED] Single PBS for different PVE clusters

    Note: it's not on the roadmap :) https://pbs.proxmox.com/wiki/index.php/Roadmap
  4. G

    Partial sync job ? (pre-prune)

    Hi, I want to set up a very fast secondary PBS server (NVME) and have it sync to our current existing primary PBS server (SSD). The NVME server will have less space than the SSD server and not enough space to have a copy of all backups of the primary, the idea is to keep only a limited number...