mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[GH-ISSUE #62] What are the benefits compared to Forgejo/Gitea's built-in mirroring? #33
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JanRK on GitHub (Aug 2, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/62
Sorry if I am misunderstand this project, this project mirrors from GitHub in one direction (no two-way sync)?
What benefits does this solution offer compared to using Forgejo's (or Gitea) built-in mirroring feature?
@arunavo4 commented on GitHub (Aug 3, 2025):
@JanRK The Gitea's built in mirroring is either push only mirroring or pull only mirroring. Ref
and it needs to be done for each repo indivitually.
I was looking for a way to backup all my Github repos locally so that incase I get locked out of github or I am banned for some reason or maybe hacked. I can still have access to a copy of all my repos.
Along with that if a project I had starred for some reason is removed or something happens I keep a local copy. Same for all my orgs.
This app does all that automatically. It takes all your github repos and orgs and then makes a read-only mirror in gitea. Doing a two way sync will make it complex and result in merge conflicts thats not possible to handle automatically.
So this is a backup solution for your whole github account.
@WillNilges commented on GitHub (Aug 20, 2025):
👋🏻 This looks like a cool project! So it piggybacks off of Forgejo's mirroring technology, and just keeps track of whether or not your GitHub user's repos are mirrored? Forgive me if this question is answered elsewhere, but can you also make it sync organization repos?
@arunavo4 commented on GitHub (Aug 20, 2025):
Hi @WillNilges sync org repos is already there.
Yes it uses the gitea api's to set this up and keeps track.