namespaces

  1. A

    Gui option to move backups from namespace to another or entire namespaces under others

    Hi! I was wondering would it be possible for pbs to include gui option for moving the backups around between different namespaces? Currently the manual moving of files/directories to make the change is kinda cumbersome. Also I have not found a way to move specific snapshots of vm:s and...
  2. tcabernoch

    how do you sync into a specific namespace?

    Namespace properties seem to sync along with the actual backups. If you try to sync something in namspace /a to a PBS with namspace /b, what you get is /b/a/. I want to grab stuff from /a on the first server and put it into /b without its namespace properties. I want /a from the first server to...
  3. jsterr

    [TUTORIAL] P2100G bad network performance in (docker) container

    We had some issues with docker on p2100G broadcom nics these days. Container did have network performance of only 1.8 MB/s on a 100Gbit/s nic. We fixed it by turning off a specific offload parameter via ethtool --offload enp1s0f0np0 generic-receive-offload off Dont forget to put a pre-up in...