-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup (core) of NewPipe's organization #7996
Comments
Why not use Codeberg or another Gitea instance? IIRC gitlab.com uses GitLab EE, which isn't open source. |
Status update:
→ Therefore the most likely solution will be a script that periodically imports the GitHub repo (+issues and PR) into Gitlab.
As I'm just using the parts of GitLab that are also available on the CE edition, I see no harm here. |
Did another import this week and there are even more issues missing (https://gitlab.com/n3490/newpipe/2022-03-21). Not sure what is happening there exactly... Related: https://gitlab.com/gitlab-org/gitlab/-/issues/32026 |
I recently noticed that we don't have any kind of backup of our organization in case GitHub takes them down (#youtube-dl).
Also related to #1499.
What should be backed up
I think the following things should be backed up:
Backup destination
For now I would target GitLab.com (→ https://gitlab.com/TeamNewPipe)
Backing up Git
Idea: Run once a week a full backup (with GH actions?) and push it to gitlab (override everything that is already there)
See also:
Backing up Issues
Idea: https://github.com/MichaelMure/git-bug
Requires a new repository.
Add 2 bridges:
Sync changes e.g. once in a week
The text was updated successfully, but these errors were encountered: