{"id":23340173,"url":"https://github.com/sierrasoftworks/minback-mysql","last_synced_at":"2025-10-25T11:02:36.143Z","repository":{"id":33924763,"uuid":"130899622","full_name":"SierraSoftworks/minback-mysql","owner":"SierraSoftworks","description":"A MySQL backup container which ships the backup to S3","archived":false,"fork":false,"pushed_at":"2025-08-12T05:46:33.000Z","size":108,"stargazers_count":8,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-12T07:23:11.729Z","etag":null,"topics":["backup","docker","minback","minio","mysql","s3"],"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/SierraSoftworks.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":"2018-04-24T18:47:19.000Z","updated_at":"2025-08-12T05:46:36.000Z","dependencies_parsed_at":"2023-11-16T23:52:59.997Z","dependency_job_id":"8a423802-7917-404c-815b-4849b6dd35e4","html_url":"https://github.com/SierraSoftworks/minback-mysql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SierraSoftworks/minback-mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SierraSoftworks%2Fminback-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SierraSoftworks%2Fminback-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SierraSoftworks%2Fminback-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SierraSoftworks%2Fminback-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SierraSoftworks","download_url":"https://codeload.github.com/SierraSoftworks/minback-mysql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SierraSoftworks%2Fminback-mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280943396,"owners_count":26417747,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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","docker","minback","minio","mysql","s3"],"created_at":"2024-12-21T04:19:52.210Z","updated_at":"2025-10-25T11:02:36.126Z","avatar_url":"https://github.com/SierraSoftworks.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# minback-mysql\n**Minio Backup container for MySQL**\n\nThis container provides a trivially simple means to run `mysqldump` and fire the results off\nto a [Minio][] instance. It is intended to be run in conjunction with a [Kubernetes CronJob][]\nto maintain a frequent backup of your critical data with minimal fuss.\n\n## Features\n* Dumps a single MySQL database to an S3 bucket\n* Lightweight and short lived\n* Simple and readable implementation\n\n## Example\n```sh\ndocker run --rm --env-file backup.env minback/mysql my_db -h mysqlserver1\n```\n\n#### `backup.env`\n```\nMINIO_SERVER=https://play.minio.io/\nMINIO_ACCESS_KEY=minio\nMINIO_SECRET_KEY=miniosecret\nMINIO_BUCKET=backups\n```\n\n## Usage\n```\nDB_NAME [OPTIONS...]\n\nArguments\n  DB_NAME  - The name of the database you wish to backup\n  OPTIONS  - Any additional options you wish to pass to mysqldump\n```\n\nYou can read about the options available for use on the official MySQL\n[documentation](https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html).\n\n## Configuration\nThis container is configured using environment variables, enabling it to easily be started\nmanually or automatically and integrate well with Kubernetes' configuration framework.\n\n#### `MINIO_SERVER=https://play.minio.io/`\nThe Minio server you wish to send backups to.\n\n#### `MINIO_ACCESS_KEY=minio`\nThe Access Key used to connect to your Minio server.\n\n#### `MINIO_SECRET_KEY=miniosecret`\nThe Secret Key used to connect to your Minio server.\n\n#### `MINIO_BUCKET=backups`\nThe Minio bucket you wish to store your backup in.\n\n### `DATE_FORMAT=+%Y-%m-%d`\nThe date format you would like to use when naming your backup files. Files are named `$DB-$DATE.archive`.\n\n[Kubernetes CronJob]: https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/\n[Minio]: https://minio.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsierrasoftworks%2Fminback-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsierrasoftworks%2Fminback-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsierrasoftworks%2Fminback-mysql/lists"}