Metadata-Version: 2.4
Name: bup
Version: 0.11.10
Summary: backup all your AWS S3 buckets and DynamoDB tables, and github repos to a backup directory/folder
Author-email: abel <j@abel.co>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/jamesabel/bup
Project-URL: Download, https://github.com/jamesabel/bup
Keywords: aws,dynamodb,s3,github,backup
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt
Requires-Dist: ismain
Requires-Dist: balsa
Requires-Dist: boto3
Requires-Dist: typeguard
Requires-Dist: hashy
Requires-Dist: dictim
Requires-Dist: awsimple
Requires-Dist: pressenter2exit
Requires-Dist: awscli
Requires-Dist: GitPython
Requires-Dist: github3.py
Requires-Dist: sqlitedict
Requires-Dist: tobool
Requires-Dist: attrs
Requires-Dist: appdirs
Requires-Dist: pref
Requires-Dist: pyqt5
Requires-Dist: python-dotenv
Requires-Dist: sentry-sdk
Dynamic: license-file

# bup

backup for github repos and AWS S3 and DynamoDB

# Security Notes

- Credentials you enter (AWS secret access key, GitHub token) are stored **unencrypted** in a local
  SQLite preferences database in your user profile. Prefer AWS profiles (`~/.aws/credentials`) over
  raw keys where possible, and treat the preferences database with the same care as a credentials file.
- GitHub authentication for clone/pull is passed to git via the process environment, so the token is
  not written into each backup's `.git/config`. Backups made by older versions of bup may still have
  a token embedded in their remote URL; bup scrubs these the next time each repo is pulled.

# Acknowledgements 

<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
