{"id":24642913,"url":"https://github.com/zartek-creole/git-mirror","last_synced_at":"2026-05-08T08:32:19.818Z","repository":{"id":93137604,"uuid":"581124160","full_name":"ZarTek-Creole/git-mirror","owner":"ZarTek-Creole","description":"Advanced Bash script for GitHub repository backup, cloning, mirroring, synchronization, monitoring and export. DevOps – CI/CD – Linux – Automation – Open Source.","archived":false,"fork":false,"pushed_at":"2025-11-10T22:49:19.000Z","size":644,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-11T00:27:53.231Z","etag":null,"topics":["automation","backup","bash","devops","git","linux","monitoring"],"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/ZarTek-Creole.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY_AUDIT.md","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":"2022-12-22T10:37:28.000Z","updated_at":"2025-11-10T22:49:22.000Z","dependencies_parsed_at":"2023-03-25T15:32:12.137Z","dependency_job_id":null,"html_url":"https://github.com/ZarTek-Creole/git-mirror","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ZarTek-Creole/git-mirror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZarTek-Creole%2Fgit-mirror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZarTek-Creole%2Fgit-mirror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZarTek-Creole%2Fgit-mirror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZarTek-Creole%2Fgit-mirror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZarTek-Creole","download_url":"https://codeload.github.com/ZarTek-Creole/git-mirror/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZarTek-Creole%2Fgit-mirror/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32772935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["automation","backup","bash","devops","git","linux","monitoring"],"created_at":"2025-01-25T13:12:55.311Z","updated_at":"2026-05-08T08:32:19.805Z","avatar_url":"https://github.com/ZarTek-Creole.png","language":"Shell","funding_links":["https://ko-fi.com/zartek"],"categories":[],"sub_categories":[],"readme":"# Git Mirror\n\n[![Version](https://img.shields.io/badge/version-2.5.0-orange)](CHANGELOG.md) [![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE) [![Bash](https://img.shields.io/badge/bash-4.4%2B-green)](https://www.gnu.org/software/bash/) [![Issues](https://img.shields.io/github/issues/ZarTek-Creole/git-mirror)](https://github.com/ZarTek-Creole/git-mirror/issues) [![Stars](https://img.shields.io/github/stars/ZarTek-Creole/git-mirror)](https://github.com/ZarTek-Creole/git-mirror/stargazers)\n\n\u003e Advanced Bash script for GitHub repository backup, cloning, mirroring, synchronization, monitoring and export. Complete DevOps automation tool for Git repository management.\n\n## Table des Matières\n\n- [Résumé](#résumé)\n- [Description](#description)\n- [Caractéristiques principales](#caractéristiques-principales)\n- [Dépendances \u0026 Prérequis](#dépendances--prérequis)\n- [Utilisation](#utilisation)\n- [Architecture du Projet](#architecture-du-projet)\n- [Documentation](#documentation)\n- [Matrice de Compatibilité](#matrice-de-compatibilité)\n- [Notes importantes](#notes-importantes)\n- [Limitations](#limitations)\n- [Problèmes courants et solutions](#problèmes-courants-et-solutions)\n- [Contributions](#contributions)\n- [Licence](#licence)\n- [Auteur](#auteur)\n- [Donations](#donations)\n\n## Résumé\n\nGit Mirror est un script avancé permettant de cloner ou mettre à jour tous les dépôts GitHub d'un utilisateur ou d'une organisation. Il supporte l'authentification, le traitement parallèle, les filtres, et offre une large gamme d'options de configuration.\n\n## Description\n\nCe script Bash permet de cloner ou mettre à jour tous les dépôts GitHub (avec ou sans forks selon vos préférences) appartenant à un utilisateur ou une organisation donnée. Il utilise l'API GitHub et l'outil jq pour récupérer la liste des dépôts et exécute la commande git clone ou git pull sur chaque dépôt. Le script définit également un délai d'expiration configurable pour la commande git afin d'éviter les exécutions de commandes interminables.\n\n## Caractéristiques principales\n\n- 🔐 **Authentification multiple** : Token GitHub, clé SSH, ou accès public\n- ⚡ **Traitement parallèle** : Utilisation de GNU parallel pour accélérer les opérations\n- 🔍 **Filtrage avancé** : Inclure/exclure des dépôts par patterns\n- 📊 **Monitoring intégré** : Surveillance et rapports détaillés\n- 🔄 **Synchronisation automatique** : Mise à jour automatique des dépôts existants\n- 💾 **Backup intelligent** : Sauvegarde complète avec gestion des versions\n- 🎯 **Configuration flexible** : Fichiers de configuration multiples\n- 📝 **Logs détaillés** : Journalisation complète des opérations\n\n## Quick Start\n\n```bash\n# Installation\ngit clone https://github.com/ZarTek-Creole/git-mirror.git\ncd git-mirror\n\n# Configuration\ncp .secrets.example .secrets\n# Edit .secrets with your GitHub token\n\n# Utilisation basique\n./git-mirror.sh --user USERNAME\n\n# Utilisation avancée\n./git-mirror.sh --org ORGANIZATION --parallel 4 --exclude-pattern \"test-*\"\n```\n\n## Documentation\n\nPour une documentation complète, consultez:\n- [Documentation détaillée](docs/)\n- [Guide d'utilisation](docs/USAGE.md)\n- [Architecture du projet](docs/ARCHITECTURE.md)\n- [Exemples de configuration](docs/EXAMPLES.md)\n\n## Contributions\n\nLes contributions sont les bienvenues! Consultez [CONTRIBUTING.md](CONTRIBUTING.md) pour plus d'informations.\n\n## Licence\n\nCe projet est sous licence MIT. Voir [LICENSE](LICENSE) pour plus de détails.\n\n## Auteur\n\n**ZarTek-Creole**\n- GitHub: [@ZarTek-Creole](https://github.com/ZarTek-Creole)\n- Website: [https://github.com/ZarTek-Creole](https://github.com/ZarTek-Creole)\n\n## Donations\n\nSi vous trouvez ce projet utile, envisagez de faire un don:\n- Ko-fi: [ko-fi.com/zartek](https://ko-fi.com/zartek)\n\n---\n\n## Keywords\n\n`git` `github` `backup` `mirror` `clone` `synchronization` `devops` `automation` `bash` `shell-script` `repository-management` `git-tools` `ci-cd` `linux` `monitoring` `parallel-processing` `api` `github-api` `deployment` `version-control` `repository-sync` `github-backup` `git-automation` `open-source`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzartek-creole%2Fgit-mirror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzartek-creole%2Fgit-mirror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzartek-creole%2Fgit-mirror/lists"}