Skip to content
Snippets Groups Projects

git-mirror.sh

No-thrills / uni-directional git mirroring.

Mirrors all branches in a git repository A to a repository B. (This solution does not need a post-receive hook on A.)

Usage

Clone the source A to a location of your choice.

$ git clone --mirror git@gitlab.example.com:path/to/repo.git source_repo

Run script manually or trigger via cronjob/systemd timer to mirror to repo B.

$ ./git-mirror.sh source_repo git@github.com:target/repo.git