{"id":16031800,"url":"https://github.com/realorangeone/git-mirror","last_synced_at":"2026-02-04T01:40:40.107Z","repository":{"id":51120086,"uuid":"274475555","full_name":"RealOrangeOne/git-mirror","owner":"RealOrangeOne","description":"Simple application to mirror repos between places","archived":false,"fork":false,"pushed_at":"2024-04-25T06:01:48.000Z","size":62,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T01:02:35.673Z","etag":null,"topics":["git","mirror"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/theorangeone/git-mirror","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RealOrangeOne.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},"funding":{"github":"RealOrangeOne","ko_fi":"theorangeone","liberapay":"theorangeone","custom":["https://theorangeone.net/support/"]}},"created_at":"2020-06-23T18:06:24.000Z","updated_at":"2022-03-17T06:50:36.000Z","dependencies_parsed_at":"2024-10-27T17:17:37.190Z","dependency_job_id":"36ab3595-4edd-4f88-bee0-37a7518c9868","html_url":"https://github.com/RealOrangeOne/git-mirror","commit_stats":{"total_commits":48,"total_committers":3,"mean_commits":16.0,"dds":0.04166666666666663,"last_synced_commit":"40063da1c8e124c37154d06c5fd6fdbb411b1edd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RealOrangeOne/git-mirror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fgit-mirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fgit-mirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fgit-mirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fgit-mirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealOrangeOne","download_url":"https://codeload.github.com/RealOrangeOne/git-mirror/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fgit-mirror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["git","mirror"],"created_at":"2024-10-08T21:05:48.422Z","updated_at":"2026-02-04T01:40:40.086Z","avatar_url":"https://github.com/RealOrangeOne.png","language":"Python","funding_links":["https://github.com/sponsors/RealOrangeOne","https://ko-fi.com/theorangeone","https://liberapay.com/theorangeone","https://theorangeone.net/support/"],"categories":[],"sub_categories":[],"readme":"# Git Mirror\n\nMirror git repositories between services.\n\n## Usage\n\nConfiguration is done using a `repositories.toml` file:\n\n```toml\n[[repository]]\nsource = \"https://$GITHUB_TOKEN@github.com/RealOrangeOne/git-mirror\"\ndestination = \"https://$GITHUB_TOKEN@github.com/RealOrangeOne-backup/git-mirror\"\n```\n\nEnvironment variables are automatically injected into the `source` and `destination` values.\n\nNow, simply run the script. For efficiency, these clones are stored so that only changes need to be cloned and pushed going forwards. `git gc` is automatically run to keep directory sizes down.\n\nTo just run the mirror once, run using `--once`.\n\n### Additional settings\n\n`heartbeat`: A HTTP URL to poll to ensure the process is still running. The interval is the smallest interval of all the repositories. Works nicely with [healthchecks.io](https://healthchecks.io/).\n\n`clone_root`: Directory to store repositories in. Defaults to `$PWD/repositories/`.\n\n`interval`: How often repositories are checked (in seconds). Defaults to 15 minutes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fgit-mirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealorangeone%2Fgit-mirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fgit-mirror/lists"}