Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfinelli/github-backup
backup data (code, comments, issues) from github
https://github.com/mfinelli/github-backup
backup github
Last synced: about 1 month ago
JSON representation
backup data (code, comments, issues) from github
- Host: GitHub
- URL: https://github.com/mfinelli/github-backup
- Owner: mfinelli
- Created: 2021-10-05T23:14:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T00:54:27.000Z (over 2 years ago)
- Last Synced: 2024-06-20T12:05:02.748Z (7 months ago)
- Topics: backup, github
- Language: Go
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-backup
Backup your GitHub repositories (including issues and comments).
The backup will include a copy of the git repository itself (a bare, mirror
clone), the wiki repository if there is one, all of the repository issues and
comments (including the important metadata for each issue and comment and any
attached files), and all of the pull requests (including TBD). All information
will be written to disk for easy follow-up with e.g., `tar` or similar and
copy to the backup medium.## todo
// TODO: discussions
// TODO: releases
// TODO: release artifacts
// TODO: packages
// TODO: milestones