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

Hello, Is there any documented way to restore from a backup done with this project? Thank you

Expected behavior: I run the utility again and the modified files are synchronized. But the files remain unchanged. ``` ~$ github-backup --version github-backup 0.45.1 ``` ## Steps 1. Create test...

Additionally, a flag such as `--include-assets REPO_NAME_REGEX` to do the opposite and only download assets for matching repos would be very useful as well. _Originally posted by @einsteinx2 in https://github.com/josegonzalez/python-github-backup/issues/135#issuecomment-571603492_

See https://docs.github.com/en/rest/security-advisories/repository-advisories?apiVersion=2022-11-28#list-repository-security-advisories This would make the backup more complete.

## Status quo At the moment, incremental backups always use the last update of the backup as a `since` date, even if the last backup failed. This is documented as...

The `--starred` backups a not empty list. But the `--all-starred` does nothing.

It's because of these lines: ``` if lfs_clone: git_command = ['git', 'lfs', 'fetch', '--all', '--prune'] else: git_command = ['git', 'fetch', '--all', '--force', '--tags', '--prune'] ``` Which should instead be something...

Bumps the python-packages group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.3.0` |...

dependencies
python

Discussions are not backed up. There is also no command line argument to include them, and they are not included in --all.

Bumps the python-packages group with 4 updates in the / directory: [importlib-metadata](https://github.com/python/importlib_metadata), [readme-renderer](https://github.com/pypa/readme_renderer), [setuptools](https://github.com/pypa/setuptools) and [twine](https://github.com/pypa/twine). Updates `importlib-metadata` from 7.2.1 to 8.0.0 Changelog Sourced from importlib-metadata's changelog. v8.0.0 Deprecations and...

dependencies
python