{"id":22700499,"url":"https://github.com/pschmitt/bw-backup","last_synced_at":"2025-06-21T08:40:13.688Z","repository":{"id":259053016,"uuid":"876170225","full_name":"pschmitt/bw-backup","owner":"pschmitt","description":"Brain-dead simple bitwarden backups (including attachments!)","archived":false,"fork":false,"pushed_at":"2024-10-22T08:06:45.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T23:51:20.292Z","etag":null,"topics":["bitwarden","bitwarden-backup","bitwarden-cli"],"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/pschmitt.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},"funding":{"github":["pschmitt"],"custom":["https://www.paypal.com/paypalme/pppschmitt"]}},"created_at":"2024-10-21T14:11:46.000Z","updated_at":"2024-10-29T19:37:18.000Z","dependencies_parsed_at":"2024-10-22T19:22:22.534Z","dependency_job_id":null,"html_url":"https://github.com/pschmitt/bw-backup","commit_stats":null,"previous_names":["pschmitt/bw-backup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pschmitt/bw-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fbw-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fbw-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fbw-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fbw-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pschmitt","download_url":"https://codeload.github.com/pschmitt/bw-backup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fbw-backup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261095027,"owners_count":23108758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bitwarden","bitwarden-backup","bitwarden-cli"],"created_at":"2024-12-10T06:13:54.700Z","updated_at":"2025-06-21T08:40:08.674Z","avatar_url":"https://github.com/pschmitt.png","language":"Shell","funding_links":["https://github.com/sponsors/pschmitt","https://www.paypal.com/paypalme/pppschmitt"],"categories":[],"sub_categories":[],"readme":"# bw-backup\n\n## Usage\n\n```shell\npodman run -it --rm \\\n  -v /tmp/data:/data \\\n  -e BW_CLIENTID=user.xxxx \\\n  -e BW_CLIENTSECRET=xxxx \\\n  -e BW_PASSWORD=xxxx \\\n  -e ENCRYPTION_PASSPHRASE=mySecret1234 \\\n  -e KEEP=10 \\\n  -e CRON=\"0 23 * * *\" \\\n  ghcr.io/pschmitt/bw-backup:latest\n```\n\n`ENCRIPTION_PASSPHRASE` is optional. If set the backups will be encrypted with\nthe given passphrase.\n\n`KEEP` is optional. If set the script will keep the last `KEEP` backups.\n\n`CRON` is optional. If set the script will run the backup script periodically.\n\n## How do I decrypt my backup?\n\n```shell\ngpg --batch --yes --passphrase \"mySecret1234\" --decrypt \\\n  --output decrypted.tar.gz \\\n  data/bw-export-xxx.tar.gz.gpg\n```\n\nThere's also a wrapper script for that: [decrypt.sh](decrypt.sh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschmitt%2Fbw-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpschmitt%2Fbw-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschmitt%2Fbw-backup/lists"}