{"id":20504498,"url":"https://github.com/2naive/git-mysql-backup","last_synced_at":"2025-03-05T20:50:07.223Z","repository":{"id":12286659,"uuid":"14912867","full_name":"2naive/GIT-MySQL-Backup","owner":"2naive","description":"Backup MySQL database to GIT repository using Cron","archived":false,"fork":false,"pushed_at":"2013-12-24T18:18:16.000Z","size":136,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-16T07:54:36.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/2naive.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}},"created_at":"2013-12-04T03:02:42.000Z","updated_at":"2020-06-17T11:15:21.000Z","dependencies_parsed_at":"2022-08-21T04:40:52.189Z","dependency_job_id":null,"html_url":"https://github.com/2naive/GIT-MySQL-Backup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2naive%2FGIT-MySQL-Backup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2naive%2FGIT-MySQL-Backup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2naive%2FGIT-MySQL-Backup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2naive%2FGIT-MySQL-Backup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2naive","download_url":"https://codeload.github.com/2naive/GIT-MySQL-Backup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242101974,"owners_count":20071986,"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","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":"2024-11-15T19:38:24.977Z","updated_at":"2025-03-05T20:50:07.199Z","avatar_url":"https://github.com/2naive.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"### INSTALLATION\n\n    git clone https://github.com/2naive/GIT-MySQL-Backup.git\n    (crontab -l ; echo \"30 04 * * * /bin/bash /path/to/GIT-MySQL-Backup/backup.sh /path/to/MYSQL-BACKUPS MYSQL-USER MYSQL-PASS MYSQL-DB\")| crontab -\n\n### GIT CONFIGURATION\n\nGit should be configured in backups directory. To prevent asking for password when using git push command use e.g.:\n\n    git add remote origin https://login:password@bitbucket.org/login/repo.git\n    \nor fix .git/config:\n\n    [remote \"origin\"]\n        fetch = +refs/heads/*:refs/remotes/origin/*\n        url = https://login:password@bitbucket.org/login/repo.git\n\n\n###USAGE\n    ./backup.sh /path/to/backup mysql_user mysql_pass mysql_db\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2naive%2Fgit-mysql-backup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2naive%2Fgit-mysql-backup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2naive%2Fgit-mysql-backup/lists"}