{"id":29184373,"url":"https://github.com/le0developer/vaultwarden-backup","last_synced_at":"2025-07-01T21:31:25.846Z","repository":{"id":301353696,"uuid":"1008854113","full_name":"Le0Developer/vaultwarden-backup","owner":"Le0Developer","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-26T11:51:53.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-26T12:47:35.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Le0Developer.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":"2025-06-26T07:37:38.000Z","updated_at":"2025-06-26T11:51:56.000Z","dependencies_parsed_at":"2025-06-26T12:48:06.363Z","dependency_job_id":"54369228-3796-43b8-9fee-92f9abd90fb2","html_url":"https://github.com/Le0Developer/vaultwarden-backup","commit_stats":null,"previous_names":["le0developer/vaultwarden-backup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Le0Developer/vaultwarden-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fvaultwarden-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fvaultwarden-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fvaultwarden-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fvaultwarden-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Le0Developer","download_url":"https://codeload.github.com/Le0Developer/vaultwarden-backup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Le0Developer%2Fvaultwarden-backup/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263039023,"owners_count":23404099,"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":[],"created_at":"2025-07-01T21:31:24.056Z","updated_at":"2025-07-01T21:31:25.789Z","avatar_url":"https://github.com/Le0Developer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vaultwarden-backup\n\nBacks up your Vaultwarden database every hour.\n\n## Setup\n\nYou must mount the `/data` directory of your Vaultwarden container to the `/data` directory of this container.\n\nFor example using Docker Compose:\n\n```yaml\nservices:\n  vaultwarden:\n    image: vaultwarden/server:latest\n    volumes:\n      - ./data:/data\n  vaultwarden-backup:\n    image: ghcr.io/le0developer/vaultwarden-backup:master\n    volumes:\n      - ./data:/data\n```\n\n## Backup Location\n\nThe backups will be stored in the `/backup` directory of this container.\nYou can mount this directory to your host machine to access the backups or use [`rclone`](#rclone) to sync them to a remote storage.\n\n## Environment Variables\n\nYou can set the following environment variables to customize the backup process:\n\n### `HEALTHCHECK_URL`\n\nA URL you can specify which will be called after every successful backup.\nThink of this as a keep alive ping. Status monitors can be used to notify you if no ping arrives.\n\n### `RCLONE_REMOTE`\n\nSee [rclone](#rclone) for more information.\n\n### `CLEAN`\n\nIf set to `true`, after a successful backup, older backups will be deleted.\n\n## rclone\n\nRclone lets you sync your backups to remote storages.\n\nSet `RCLONE_REMOTE` to the name of your remote storage. See [rclone documentation](https://rclone.org/docs/#environment-variables) for more information and how to set up your environment variables.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fle0developer%2Fvaultwarden-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fle0developer%2Fvaultwarden-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fle0developer%2Fvaultwarden-backup/lists"}