{"id":19718169,"url":"https://github.com/kwatson/pbclient","last_synced_at":"2026-03-19T11:16:08.959Z","repository":{"id":66662366,"uuid":"477492476","full_name":"kwatson/pbclient","owner":"kwatson","description":"Proxmox Backup Client in Docker","archived":false,"fork":false,"pushed_at":"2022-11-29T06:51:05.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-23T18:05:22.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kwatson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-04-03T23:34:22.000Z","updated_at":"2023-02-05T13:49:00.000Z","dependencies_parsed_at":"2023-02-21T12:15:28.215Z","dependency_job_id":null,"html_url":"https://github.com/kwatson/pbclient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kwatson/pbclient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwatson%2Fpbclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwatson%2Fpbclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwatson%2Fpbclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwatson%2Fpbclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kwatson","download_url":"https://codeload.github.com/kwatson/pbclient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kwatson%2Fpbclient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29367879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-11T22:54:00.196Z","updated_at":"2026-02-12T14:05:39.656Z","avatar_url":"https://github.com/kwatson.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proxmox Backup Client in a Container\n\nThis was built to run on an unraid server, so here are some specific setup steps for that.\n\n### Setup\nSSH into unraid and perform the following:\n\n```bash\nmkdir -p /mnt/user/appdata/pbclient \u0026\u0026 chown nobody:nousers /mnt/user/appdata/pbclient\n```\n\n### Create the encryption key\n```bash\ndocker run --rm -i -v /mnt/user/appdata/pbclient:/config kwatson/pbclient:latest proxmox-backup-client key create /config/client.key --kdf none\n```\n\n### Perform a backup\n\nYou can use the userscripts application to setup a recurring schedule for this.\n\n* `docs.pxar:/data` is a friendly name for the unraid share, and `/data` is where it's mounted in the container\n* `unraid@pbs\\!unraid-agent` is the API username\n* `PBS_PASSWORD` is your api token\n* `--backup-id unraid-docs` is a friendly name that's displayed under Content in the proxmox backup UI. Without this, it would default to the hostname of the container, which is different after each run.\n* `MYPBS` is the ip or url to your proxmox backup server\n* `DATASTORE` is the name of your datastore\n\n```bash\ndocker run --rm \\\n      -v /mnt/user/appdata/pbclient:/config \\\n      -v /mnt/user/Docs:/data \\\n      -e PBS_PASSWORD=CHANGEME \\\n      -e PBS_REPOSITORY=unraid@pbs\\!unraid-agent@MYPBS:DATASTORE \\\n      kwatson/pbclient:latest proxmox-backup-client backup docs.pxar:/data --keyfile /config/client.key --backup-id unraid-docs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwatson%2Fpbclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkwatson%2Fpbclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkwatson%2Fpbclient/lists"}