{"id":34789812,"url":"https://github.com/incu6us/gdb","last_synced_at":"2026-05-26T04:03:44.067Z","repository":{"id":82296341,"uuid":"115516289","full_name":"incu6us/gdb","owner":"incu6us","description":"Data backup tool for MySQL databases, local files and directories to S3 or DigitalOcean Space","archived":false,"fork":false,"pushed_at":"2017-12-28T12:48:51.000Z","size":195,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T20:47:49.293Z","etag":null,"topics":["backup-cli","backup-database","backup-files","backup-utility"],"latest_commit_sha":null,"homepage":"","language":"Go","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/incu6us.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}},"created_at":"2017-12-27T11:54:44.000Z","updated_at":"2022-08-01T09:06:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5a39056-d602-447d-89c9-7da67485fad6","html_url":"https://github.com/incu6us/gdb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/incu6us/gdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incu6us%2Fgdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incu6us%2Fgdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incu6us%2Fgdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incu6us%2Fgdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/incu6us","download_url":"https://codeload.github.com/incu6us/gdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incu6us%2Fgdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33503230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T03:12:49.672Z","status":"ssl_error","status_checked_at":"2026-05-26T03:12:47.976Z","response_time":63,"last_error":"SSL_read: 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":["backup-cli","backup-database","backup-files","backup-utility"],"created_at":"2025-12-25T09:57:22.398Z","updated_at":"2026-05-26T04:03:44.062Z","avatar_url":"https://github.com/incu6us.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"gdb (GOLang Data Backup)\n------\n\nTool for backup a local files, directories \u0026 mysql, using externally \"mysqldump\", \"cp\", \"tar\"\n\nConfig example:\n\n```json\n{\n  \"s3\": {\n    \"bucket-endpoint\": \"https://test-bucket-01.nyc3.digitaloceanspaces.com\",\n    \"region\": \"nyc3\",\n    \"bucket\": \"test-bucket-01\",\n    \"access-key\": \"*************\",\n    \"secret-key\": \"**********************\"\n  },\n  \"mysql-configs\": [\n    {\n      \"host\": \"127.0.0.1\",\n      \"port\": 3306,\n      \"db\": \"database01\",\n      \"user\": \"root\",\n      \"password\": \"p@ssw0rd\",\n      \"options\": [],\n      \"s3-dir\": \"mysql-bkp\"\n    }\n  ],\n  \"local-configs\": [\n    {\n      \"path\": \"/etc/issue\",\n      \"s3-dir\": \"local-bkp\"\n    }\n  ]\n}\n```\n\n * `s3` - general configuration for S3(for AWS S3 you could skip `bucket-endpoint` parameter in json config) or DigitalOcean Space;\n * `mysql-configs` - multiple configurations for MySQL database:\n    -  `s3-dir` - path in S3 bucket where backup will be stored\n * `local-configs` - configurations for local files \u0026 directories to store it to S3","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincu6us%2Fgdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincu6us%2Fgdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincu6us%2Fgdb/lists"}