{"id":18496975,"url":"https://github.com/thesfinox/sql-simple-backup","last_synced_at":"2026-04-18T17:31:19.110Z","repository":{"id":71609643,"uuid":"271109492","full_name":"thesfinox/sql-simple-backup","owner":"thesfinox","description":"Simple script to backup data in a MySQL database and store it in a WebDAV server.","archived":false,"fork":false,"pushed_at":"2020-06-09T21:04:12.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-14T04:36:21.154Z","etag":null,"topics":["backup","bash","data","mysql","script","sql","webdav"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/thesfinox.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":"2020-06-09T21:04:00.000Z","updated_at":"2020-06-09T21:10:38.000Z","dependencies_parsed_at":"2023-02-23T10:45:17.355Z","dependency_job_id":null,"html_url":"https://github.com/thesfinox/sql-simple-backup","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thesfinox/sql-simple-backup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesfinox%2Fsql-simple-backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesfinox%2Fsql-simple-backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesfinox%2Fsql-simple-backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesfinox%2Fsql-simple-backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesfinox","download_url":"https://codeload.github.com/thesfinox/sql-simple-backup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesfinox%2Fsql-simple-backup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31977963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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","bash","data","mysql","script","sql","webdav"],"created_at":"2024-11-06T13:32:48.983Z","updated_at":"2026-04-18T17:31:19.091Z","avatar_url":"https://github.com/thesfinox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL Dump Backup\n\nThis is a short snippet of code to dump a logical backup of a MySQL database\nand upload it to a WebDAV server.\n\n## Installation\n\nYou can install the script simply issuing the command `sudo install dbbackup\n/path/to/install/location` from the command line.\n\n## Setup\n\nOnce you have installed it remember to configure the MySQL client and the\nremote WebDAV server credentials. Specifically prepare two files such as:\n\n  - **~/.my.cnf**:\n```shell\n[client]\nuser = username\npassword = the_password\n```\n  - **~/.dbdumpbackup/config** (create with `mkdir ~/.dbdumpbackup`):\n```shell\nUSR=\"username\"\nPSW=\"the password\"\nDBNAME=\"database name\"\nREMOTE=\"WebDAV location\"\n```\n\nRemember to issue `chmod 600 ~/.my.cnf ~/.dbdumpbackup/config` for security\nreasons.\n\n## Crontab\n\nYou can have the script run as a cron job issuing `crontab -e` as your user and\nadd something like `00 12 * * * /path/to/install/location/dbbackup` to run\n`dbbackup` every day at noon.\n\n## License\n\nThis is free software available freely under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesfinox%2Fsql-simple-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesfinox%2Fsql-simple-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesfinox%2Fsql-simple-backup/lists"}