namespaces

  1. C

    Making an existing sync work two-ways -- namespaces?

    Hi, We have a PBS backup a couple of Proxmox servers in a datacenter. We have another PBS setup at our main office and I configured a sync job on it to sync all the backups off-site. It's configured to sync everything (root namespace). Now I want to move more of our home-grown backup solution...
  2. 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...
  3. 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...
  4. 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...