{"id":50757650,"url":"https://github.com/yumin-chen/git-backup-bot","last_synced_at":"2026-06-11T06:32:14.362Z","repository":{"id":326968863,"uuid":"1107282063","full_name":"yumin-chen/git-backup-bot","owner":"yumin-chen","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-01T02:46:09.000Z","size":81,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-03T09:23:12.112Z","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/yumin-chen.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-11-30T22:58:02.000Z","updated_at":"2025-12-01T00:28:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yumin-chen/git-backup-bot","commit_stats":null,"previous_names":["yumin-chen/git-backup-bot"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yumin-chen/git-backup-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumin-chen%2Fgit-backup-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumin-chen%2Fgit-backup-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumin-chen%2Fgit-backup-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumin-chen%2Fgit-backup-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yumin-chen","download_url":"https://codeload.github.com/yumin-chen/git-backup-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yumin-chen%2Fgit-backup-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2026-06-11T06:32:13.480Z","updated_at":"2026-06-11T06:32:14.357Z","avatar_url":"https://github.com/yumin-chen.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-backup-bot\n\n`git-backup-bot` is a production-grade automated backup system that continuously monitors local directories, commits changes to Git repositories with LFS support, and pushes updates to remote storage.\n\n## Features\n\n- **Automated Backups:** Monitors local directories for changes and automatically commits them to a Git repository.\n- **Git LFS Support:** Handles large files efficiently using Git LFS.\n- **Containerized:** Deploys as a containerized application using Podman.\n- **Configurable:** Uses a simple YAML file for configuration.\n- **Resilient:** Includes state persistence and crash recovery capabilities.\n- **Secure:** Designed to run as a non-root user with credential isolation.\n- **Extensible:** Modular architecture allows for future expansion.\n\n## Getting Started\n\n### Prerequisites\n\n- Podman\n- Git\n- Git LFS\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/backup-bot.git\n   cd backup-bot\n   ```\n\n2. Create your configuration file from the example:\n   ```bash\n   cp config/config.yaml.example config/config.yaml\n   ```\n\n3. Edit `config/config.yaml` to match your environment.\n\n4. Build the container image:\n   ```bash\n   podman build -t backup-bot .\n   ```\n\n5. Run the container:\n   ```bash\n   podman run -d --name backup-bot \\\n     -v ./config:/usr/src/app/config \\\n     -v /path/to/your/data:/path/to/your/data \\\n     -v /path/to/ssh/keys:/root/.ssh:ro \\\n     backup-bot\n   ```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumin-chen%2Fgit-backup-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyumin-chen%2Fgit-backup-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyumin-chen%2Fgit-backup-bot/lists"}