{"id":22441870,"url":"https://github.com/dsgnr/rclone-pbs-script","last_synced_at":"2026-05-16T06:36:30.508Z","repository":{"id":262614044,"uuid":"887806082","full_name":"dsgnr/rclone-pbs-script","owner":"dsgnr","description":"Proxmox Backup Server rclone script for BackBlaze","archived":false,"fork":false,"pushed_at":"2024-11-26T10:56:13.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-08T10:46:44.474Z","etag":null,"topics":["backblaze","backup","bash","pbs","proxmox","script"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dsgnr.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}},"created_at":"2024-11-13T10:14:33.000Z","updated_at":"2025-12-19T02:27:58.000Z","dependencies_parsed_at":"2024-11-26T12:47:47.184Z","dependency_job_id":null,"html_url":"https://github.com/dsgnr/rclone-pbs-script","commit_stats":null,"previous_names":["dsgnr/rclone-pbs-backblaze","dsgnr/rclone-pbs-script"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsgnr/rclone-pbs-script","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsgnr%2Frclone-pbs-script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsgnr%2Frclone-pbs-script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsgnr%2Frclone-pbs-script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsgnr%2Frclone-pbs-script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsgnr","download_url":"https://codeload.github.com/dsgnr/rclone-pbs-script/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsgnr%2Frclone-pbs-script/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33092719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["backblaze","backup","bash","pbs","proxmox","script"],"created_at":"2024-12-06T02:16:39.626Z","updated_at":"2026-05-16T06:36:30.492Z","avatar_url":"https://github.com/dsgnr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rclone-pbs-script\n\nInspired by [https://r00t.dk/post/2022/05/28/rsync-rclone-experience-backing-up-proxmox/](https://r00t.dk/post/2022/05/28/rsync-rclone-experience-backing-up-proxmox/), this script has been modified to support multiple backends, as well as send an optional notification to [healthchecks.io](healthchecks.io).\n\n## Usage\n\n### backup\n\n```bash\nbash -x rclone.sh [SRC] [BACKEND]:[BUCKET]/[DIR]\n```\n\n### Restoring\n\nCreate the restore directory in your Proxmox Backup Server appliance\n\n```bash\nroot@pbs:~# mkdir /restore\n```\n\nCreate the Repository in PBS\n\n```bash\ncat \u003c\u003cEOF \u003e\u003e /etc/proxmox-backup/datastore.cfg\ndatastore: RestoreTest\n        path /restore\nEOF\n```\n\nPerform the restore sync from the Rclone Backend\n\n```\nroot@pbs:~# rclone sync \\\n    --progress \\\n    --stats-one-line \\\n    --stats=30s \\\n    --transfers=24 \\\n    --checkers=24 \\\n    --config=./.rclone.conf \\\n    [BACKEND]:[BUCKET]/[DIR] /restore/.\n```\n\n## Secrets\n\nSecrets are sourced from `env_conf`. There is an example at `env_conf.example` which should be updated and renamed for your use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsgnr%2Frclone-pbs-script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsgnr%2Frclone-pbs-script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsgnr%2Frclone-pbs-script/lists"}