Skip to content

Non-official Docker image for backing up GitHub repositories as git bundles.

License

Notifications You must be signed in to change notification settings

custom-images/github-repository-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repository Backup

Docker

Non-official Docker image for backing up GitHub repositories as git bundles.

⚙️ Get Started

You'll need Docker installed.

Run Container

PowerShell

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

CMD

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

👷‍ Error Found?

Thank you for your message! Please fill out a bug report.

License

This project is licensed under the European Union Public License 1.2.

About

Non-official Docker image for backing up GitHub repositories as git bundles.

Topics

Resources

License

Stars

Watchers

Forks

Packages