{"id":48916950,"url":"https://github.com/zicstardust/bitwarden-backup","last_synced_at":"2026-04-17T03:09:39.340Z","repository":{"id":271030717,"uuid":"912200745","full_name":"zicstardust/bitwarden-backup","owner":"zicstardust","description":"Bitwarden automatic backup container","archived":false,"fork":false,"pushed_at":"2026-03-08T20:11:29.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-09T00:29:26.871Z","etag":null,"topics":["backup","bitwarden","bitwarden-cli","container","docker","podman"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/zicstardust/bitwarden-backup","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/zicstardust.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-04T22:18:38.000Z","updated_at":"2026-03-08T20:11:27.000Z","dependencies_parsed_at":"2025-01-04T23:21:54.290Z","dependency_job_id":"69b7c165-497b-47a8-bdd1-fdf0473d3467","html_url":"https://github.com/zicstardust/bitwarden-backup","commit_stats":null,"previous_names":["zicstardust/bitwarden-backup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zicstardust/bitwarden-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicstardust%2Fbitwarden-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicstardust%2Fbitwarden-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicstardust%2Fbitwarden-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicstardust%2Fbitwarden-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zicstardust","download_url":"https://codeload.github.com/zicstardust/bitwarden-backup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zicstardust%2Fbitwarden-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","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","bitwarden","bitwarden-cli","container","docker","podman"],"created_at":"2026-04-17T03:09:33.987Z","updated_at":"2026-04-17T03:09:39.324Z","avatar_url":"https://github.com/zicstardust.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitwarden automatic backup container\n\n[GitHub](https://github.com/zicstardust/bitwarden-backup)\n\n## Container\n### Tags\n\n| Tag | Architecture | Description |\n| :----: | :----: | :----: |\n| [`latest`](https://github.com/zicstardust/bitwarden-backup/blob/main/dockerfile) | amd64, arm64 | Bitwarden CLI Node version |\n\n### Registries\n| Registry | Full image name | Description |\n| :----: | :----: | :----: |\n| [`docker.io`](https://hub.docker.com/r/zicstardust/bitwarden-backup) | `docker.io/zicstardust/bitwarden-backup` | Docker Hub |\n| [`ghcr.io`](https://github.com/zicstardust/bitwarden-backup/pkgs/container/bitwarden-backup) | `ghcr.io/zicstardust/bitwarden-backup` | GitHub |\n\n\n## Usage\n### Compose\n```yml\nservices:\n  bitwarden-backup:\n    container_name: bitwarden-backup\n    image: docker.io/zicstardust/bitwarden-backup:latest\n    environment:\n      TZ: America/New_York\n      PUID: 1000\n      PGID: 1000\n      INTERVAL: 1d\n      BW_CLIENTID: ${BW_CLIENTID}\n      BW_CLIENTSECRET: ${BW_CLIENTSECRET}\n      BW_PASSWORD: ${BW_PASSWORD}\n      ENCRYPTION_KEY: ${ENCRYPTION_KEY}\n    volumes:\n      - \u003cpath to data\u003e:/data/\n```\n\n\n## Environment variables\n\n| variables | Function | Default | Exemple/Info |\n| :----: | --- | --- | --- |\n| `TZ` | Set Timezone | | |\n| `PUID` | Set User ID | 1000 | |\n| `PGID` | Set Group ID | 1000 | |\n| `INTERVAL` | interval between executions\u003c | 1d | `1d - 1 day`\u003cbr/\u003e`10m - 10 minutes`\u003cbr/\u003e`1w - 1 week`\u003cbr/\u003e`65s - 65 seconds` |\n| `BW_CLIENTID` | Set User Client ID | | |\n| `BW_CLIENTSECRET` | Set User Client Secret | | |\n| `BW_PASSWORD` | Set User Master Password | | |\n| `ENCRYPTION_KEY` | Set password for file encryption | | |\n| `ORGANIZATION_IDS` | Backup organization vault\u003cbr/\u003earray separated by `,` | | |\n| `BACKUP_ORGANIZATION_ONLY` | Set `true` to skip individual vault backup | | |\n| `KEEP_LAST` | Number of backups to keep\u003cbr/\u003eIf value is `0`, keep all | 0 | |\n| `BACKUP_FORMAT` | Backup format | encrypted_json | Value: `encrypted_json`, `json`, `csv`, `zip`,\u003cbr/\u003eNOTE: Only `encrypted_json` is encrypted and requires `ENCRYPTION_KEY`\u003cbr/\u003eNOTE: `zip` includes your attachments\u003cbr/\u003eNOTE: `zip` not supported for organization |\n\n### For Self-hosted only\n\n| variables | Function | Required |\n| :----: | --- | --- |\n| `BW_SERVER_BASE` | On-premises hosted installation URL | Required |\n| `BW_SERVER_WEB_VAULT` | Custom web vault URL that differs from the `BW_SERVER_BASE` | Optional |\n| `BW_SERVER_API` | Custom API URL that differs from the `BW_SERVER_BASE` | Optional |\n| `BW_SERVER_IDENTITY` | Custom identity URL that differs from the `BW_SERVER_BASE` | Optional |\n| `BW_SERVER_ICONS` | Custom icons service URL that differs from the `BW_SERVER_BASE` | Optional |\n| `BW_SERVER_NOTIFICATIONS` | Custom notifications URL that differs from the `BW_SERVER_BASE` | Optional |\n| `BW_SERVER_EVENTS` | Custom events URL that differs from the `BW_SERVER_BASE` | Optional |\n| `BW_SERVER_KEY_CONNECTOR` | URL for your Key Connector server | Optional |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzicstardust%2Fbitwarden-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzicstardust%2Fbitwarden-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzicstardust%2Fbitwarden-backup/lists"}