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

backup a github user or organization

Results 53 python-github-backup issues
Sort by recently updated
recently updated
newest added

https://github.com/josegonzalez/python-github-backup/blob/2340a02fc67d417c50ae0ddb314799948bfe27ea/bin/github-backup#L678-L700 You could either include everything or list the few options it includes. Actually, may be list the options it do not include as `--gists`, `--private` and `--forks`.

I guess using options like '--all-starred' might potentially end up filling up your file system if the repository is unexpectedly big, so you might want to limit individual repo size...

I was having an issue running the code. It's was a silly system config error I ran into on a new dev environment. Since code throws a misleading I'm putting...

``` github-backup --private --organization --output-directory ~/gitbak --all Retrieving repositories Filtering repositories Backing up repositories Retrieving starred repositories Writing 0 starred repositories to disk Retrieving watched repositories Writing 0 watched repositories...

What would be nice if the incremental backups could detect force pushes or changes to tags and keep the abandonded trees around with a specific label. Maybe a reflog style...

With #87 and #92 I realized that there is no API to get the starred gists of another user. This means the `--starred-gists` will never work for the specified user,...

This would be a nice touch for contributors!

If I remove a repository from GitHub, it might be desirable to remove its files from my backups as well. Usually these repos have no value anymore, or they are...

I'd like to back up multiple repositories from my account, but not the whole thing, as I have forked various big repositories I just made some small (or no) contributions...

enhancement

Bumps the python-packages group with 2 updates: [black](https://github.com/psf/black) and [docutils](https://docutils.sourceforge.io). Updates `black` from 24.3.0 to 24.4.0 Release notes Sourced from black's releases. 24.4.0 Stable style Fix unwanted crashes caused by...

dependencies
python