{"id":35587086,"url":"https://github.com/pbs-plus/pbs-plus","last_synced_at":"2026-06-13T03:11:27.841Z","repository":{"id":260292223,"uuid":"880886095","full_name":"pbs-plus/pbs-plus","owner":"pbs-plus","description":"A Proxmox Backup Server (PBS) \"extension\" server that aims to add features and make PBS a true alternative to Veeam.","archived":false,"fork":false,"pushed_at":"2026-06-12T21:10:06.000Z","size":24300,"stargazers_count":89,"open_issues_count":10,"forks_count":6,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-06-12T21:15:19.456Z","etag":null,"topics":["backup","backup-tool","proxmox","proxmox-backup","proxmox-backup-server","veeam","veeam-backup","veeam-backup-and-replication"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pbs-plus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-30T14:40:48.000Z","updated_at":"2026-06-12T21:10:31.000Z","dependencies_parsed_at":"2024-10-30T15:38:22.208Z","dependency_job_id":"bec52df2-a807-40b1-9f5e-ae5e07e10857","html_url":"https://github.com/pbs-plus/pbs-plus","commit_stats":null,"previous_names":["sonroyaalmerol/pbs-d2d-backup","sonroyaalmerol/pbs-plus","snrydev/pbs-plus","pbs-plus/pbs-plus"],"tags_count":524,"template":false,"template_full_name":null,"purl":"pkg:github/pbs-plus/pbs-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbs-plus%2Fpbs-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbs-plus%2Fpbs-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbs-plus%2Fpbs-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbs-plus%2Fpbs-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pbs-plus","download_url":"https://codeload.github.com/pbs-plus/pbs-plus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pbs-plus%2Fpbs-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backup","backup-tool","proxmox","proxmox-backup","proxmox-backup-server","veeam","veeam-backup","veeam-backup-and-replication"],"created_at":"2026-01-04T22:12:05.941Z","updated_at":"2026-06-13T03:11:27.816Z","avatar_url":"https://github.com/pbs-plus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proxmox Backup Server (PBS) Plus\n\nAdvanced backup features for [Proxmox Backup Server](https://pbs.proxmox.com/) — file-level backup/restore, FUSE archive mounting with journal overlays, and a Kubernetes operator.\n\n\u003e [!WARNING]\n\u003e Pre-1.0. Expect breaking changes on every release.\n\n## Quick Links\n\n| Topic | Document |\n|---|---|\n| How it works, architecture, ports | [Architecture](docs/architecture.md) |\n| Server, agent, container, operator install | [Installation](docs/installation.md) |\n| Backup/restore jobs, S3 targets, hook scripts, database dumps | [Usage](docs/usage.md) |\n| Read/write FUSE mount for PBS archives | [pxar-mount](docs/pxar-mount.md) |\n| K8s operator for annotated PVCs | [Kubernetes Operator](docs/kubernetes-operator.md) |\n| CI workflows and E2E testing | [Development](docs/development.md) |\n\n## Installation\n\n**Server** — install the `.deb` on your PBS machine, then:\n\n```bash\necho \"PBS_PLUS_HOSTNAME=$(hostname -f)\" \u003e\u003e /etc/proxmox-backup/pbs-plus/pbs-plus.env\nsystemctl restart pbs-plus\n```\n\n**Agent (Linux)** — install the package, set env vars, restart:\n\n```bash\necho \"PBS_PLUS_INIT_SERVER_URL=https://\u003cpbs\u003e:8008\" \u003e\u003e /etc/pbs-plus-agent/registry.toml\necho \"PBS_PLUS_INIT_BOOTSTRAP_TOKEN=\u003ctoken\u003e\" \u003e\u003e /etc/pbs-plus-agent/registry.toml\necho \"PBS_PLUS_HOSTNAME=$(hostname -f)\" \u003e\u003e /etc/default/pbs-plus-agent\nsystemctl restart pbs-plus-agent\n```\n\n**Agent (Docker)**:\n\n```bash\ndocker run -d --name pbs-plus-agent \\\n  --cap-add=DAC_READ_SEARCH \\\n  -e PBS_PLUS_INIT_SERVER_URL=\"https://\u003cpbs\u003e:8008\" \\\n  -e PBS_PLUS_INIT_BOOTSTRAP_TOKEN=\"\u003ctoken\u003e\" \\\n  -e PBS_PLUS_HOSTNAME=\"$(hostname -f)\" \\\n  -v /srv/pbs-plus-agent/lib:/var/lib/pbs-plus-agent \\\n  -v /srv/pbs-plus-agent/log:/var/log/pbs-plus-agent \\\n  -v /srv/pbs-plus-agent/etc:/etc/pbs-plus-agent \\\n  ghcr.io/pbs-plus/pbs-plus-agent:latest\n```\n\nSee [Installation](docs/installation.md) for Windows agent, Kubernetes operator, and details.\n\n## Contributing\n\nPRs welcome. See [Development](docs/development.md) for CI and test details.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbs-plus%2Fpbs-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpbs-plus%2Fpbs-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbs-plus%2Fpbs-plus/lists"}