Search results

  1. V

    PBS behind reverse proxy

    Hi @dcsapak thank you for the suggestion, maybe it's the right path! I tried this (adapted from Apache docs), but still doesn't works (same error): <LocationMatch ^/(api2/json/backup*)$> ProxyPass h2://xxx.xxx.xxx.xxx:8007/$1 ProxyPassReverse...
  2. V

    PBS behind reverse proxy

    Thanks for the suggestion @oguz , but i already forward on my reverse proxy to 8007 in order to have the webui working.
  3. V

    PBS behind reverse proxy

    Hi all, I have an installation of PBS behind an apache reverse proxy, and I can access to the webui without problems. The console doesn't works but it wasn't a big problem. Now i want to use proxmox-backup-client to backup a remote VPS to my PBS, but backup fails with: Starting backup...
  4. V

    Sync Job hangs without explaination

    Dear PBS users and dev, my scenario: PBS-local is a LXC running inside PVE. Backup to it works fine. PBS-remote is a physical server connected via openvpn. On it I configured a sync job from PBS-local, that sync every 15 mins. Often, I find the job running from several hours, with last log...