{"id":24396330,"url":"https://github.com/tbxark-arc/dumpdb2qiniu","last_synced_at":"2026-04-12T11:39:33.382Z","repository":{"id":232548377,"uuid":"784606212","full_name":"tbxark-arc/dumpdb2qiniu","owner":"tbxark-arc","description":"Automatically backup the database to Qiniu","archived":false,"fork":false,"pushed_at":"2024-09-17T11:13:52.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T07:39:33.788Z","etag":null,"topics":["database","database-backup","mysql","mysqldump","mysqldump-backup"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tbxark-arc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-10T07:23:37.000Z","updated_at":"2024-12-03T07:32:04.000Z","dependencies_parsed_at":"2024-11-18T23:58:54.110Z","dependency_job_id":null,"html_url":"https://github.com/tbxark-arc/dumpdb2qiniu","commit_stats":null,"previous_names":["tbxark/dumpdb2qiniu","tbxark-arc/dumpdb2qiniu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tbxark-arc/dumpdb2qiniu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark-arc%2Fdumpdb2qiniu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark-arc%2Fdumpdb2qiniu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark-arc%2Fdumpdb2qiniu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark-arc%2Fdumpdb2qiniu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbxark-arc","download_url":"https://codeload.github.com/tbxark-arc/dumpdb2qiniu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbxark-arc%2Fdumpdb2qiniu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31713876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"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":["database","database-backup","mysql","mysqldump","mysqldump-backup"],"created_at":"2025-01-19T21:37:16.778Z","updated_at":"2026-04-12T11:39:33.365Z","avatar_url":"https://github.com/tbxark-arc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dumpdb2qiniu\n\n**dumpdb2qiniu** is a tool that automatically backs up databases to Qiniu Cloud. It currently supports backing up all databases that can be backed up using mysqldump.\n\n## Installation\n\n### Manual Build\n```bash\ngo install github.com/TBXark/dumpdb2qiniu@latest\n```\n\n### Docker\n```bash\ndocker run -d --name dumpdb2qiniu -v /path/to/config.json:/config.json ghcr.io/tbxark/dumpdb2qiniu:latest\n```\n\n## Usage\n\n```bash\ndumpdb2qiniu -config /path/to/config.json\n```\n\n## Configuration\n\n```json5\n{\n  \"databases\": [\n    {\n      \"host\": \"localhost\",\n      \"user\": \"root\",\n      \"password\": \"....\",\n      \"database\": \"dbname\"\n    }\n  ],  // Multiple databases are supported\n  \"qiniu\": {\n    \"access_key\": \"-e\",\n    \"secret_key\": \"\",\n    \"bucket\": \"sqldump\", // For security, please use a private bucket\n    \"file_prefix\": \"backup/serverA/\"\n  },\n  \"cron\": \"\" // Cron expression for scheduled execution\n}\n```\n\n## License\n\n**dumpdb2qiniu**  is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark-arc%2Fdumpdb2qiniu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbxark-arc%2Fdumpdb2qiniu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbxark-arc%2Fdumpdb2qiniu/lists"}