Email list hosting service & mailing list manager

Set up a GitLab mirror as a simple backup? Lassi Kortela (07 Aug 2020 11:17 UTC)
Re: Set up a GitLab mirror as a simple backup? John Cowan (07 Aug 2020 11:56 UTC)
Re: Set up a GitLab mirror as a simple backup? Lassi Kortela (07 Aug 2020 12:12 UTC)
Re: Set up a GitLab mirror as a simple backup? Lassi Kortela (07 Aug 2020 12:40 UTC)
Re: Set up a GitLab mirror as a simple backup? hga@xxxxxx (07 Aug 2020 14:44 UTC)
Re: Set up a GitLab mirror as a simple backup? Lassi Kortela (07 Aug 2020 14:58 UTC)
Re: Set up a GitLab mirror as a simple backup? hga@xxxxxx (07 Aug 2020 15:24 UTC)
Re: Set up a GitLab mirror as a simple backup? Lassi Kortela (07 Aug 2020 15:44 UTC)
Re: Set up a GitLab mirror as a simple backup? hga@xxxxxx (07 Aug 2020 16:11 UTC)
Re: Set up a GitLab mirror as a simple backup? Arthur A. Gleckler (08 Aug 2020 01:44 UTC)
Re: Set up a GitLab mirror as a simple backup? Arthur A. Gleckler (07 Aug 2020 15:25 UTC)

Re: Set up a GitLab mirror as a simple backup? Lassi Kortela 07 Aug 2020 12:12 UTC

> Gitlab supports push or pull mirroring from any publicly accessible Git
> repo, including Github.  See
> https://docs.gitlab.com/ee/user/project/repository/repository_mirroring.html for
> documentation.

That's great news! From that page:

"There are two kinds of repository mirroring supported by GitLab:
Push: for mirroring a GitLab repository to another location.
Pull: ..."

It sounds like Push is free and Pull needs a paid account.

If that's correct, we should be able to host the master copy in GitLab
for free and have it push to GitHub on each commit?

I'll make a test repo on my GitLab account to try it out.

Harold, what do you think of this kind of arrangement?

> Note that this is one way; AFAICT there is no support for two-way mirroring.

It's hard to find information on a similar offering by GitHub. A few
quick web searches turn up nothing official.