github-backup icon indicating copy to clipboard operation
github-backup copied to clipboard

Backup GitHub repositories locally.

Results 4 github-backup issues
Sort by recently updated
recently updated
newest added

Planning to make a PR allowing the user to specify a list of repo names to ignore when performing the backup. I was thinking a file called `.dontbackup` or `.ignoredrepos`...

I guess you are aware of [the same tool](https://github.com/joeyh/github-backup) (in a different language) from @joeyh which seems to have the same goals than your project. Can you maybe add a...

I noticed when backing up private repositories that I get asked for username and password. As github-backup is meant for cronjobs, this is not what I wanted :-) I changed...

The Github API uses paging on the returned JSON results, so if you have a significant number of starred repositories, you may only get a smaller number returned and therefore...