Non-official Docker image for backing up GitHub repositories as git bundles.
You'll need Docker installed.
Run the following command in Windows PowerShell.
Note: You'll need to grant the GitHub Personal Access Token (PAT) the following scopes:
read:org, read:user, repo
$ docker run --rm --volume ${PWD}:/mnt/local ghcr.io/custom-images/github-repository-backup --pat=GITHUB_PERSONAL_ACCESS_TOKEN
Run the following command in Windows Command Prompt.
Note: You'll need to grant the GitHub Personal Access Token (PAT) the following scopes:
read:org, read:user, repo
$ docker run --rm --volume %cd%:/mnt/local ghcr.io/custom-images/github-repository-backup --pat=GITHUB_PERSONAL_ACCESS_TOKEN
Thank you for your message! Please fill out a bug report.
This project is licensed under the European Union Public License 1.2.