Metadata-Version: 2.1
Name: dbbackup
Version: 0.1.13
Summary: Package dbbackup to manage server database backups
Home-page: https://github.com/EmmanuelDiscors?tab=repositories
License: MIT
Keywords: backup,restore,databases,Mysql,PostgreSQL
Author: Emmanuel DISCORS
Author-email: e.discors.perso@gmail.com
Maintainer: Emmanuel DISCORS
Maintainer-email: e.discors.perso@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Archiving :: Backup
Requires-Dist: PyYAML (>=5.3.1,<6.0.0)
Requires-Dist: dbbackup-tools
Requires-Dist: python-decouple (>=3.3,<4.0)
Project-URL: Bug Tracker, https://github.com/EmmanuelDiscors/backup-systems/issues
Project-URL: Repository, https://github.com/EmmanuelDiscors?tab=repositories
Description-Content-Type: text/markdown

# dbbackup to manage server databases backups:
- Mysql: this release
- PostgreSQL: next release
- Other: futures releases (need some help...)

Installation:

pip install dbbackup

dbbackup-tools is instaled with dbbackup dependencies

Run it:
- python
- import dbbackup_tools.util
- Enter your folder name to hold dbbackup configuration
- cd to your new dbbackup folder

Configuration:
- ajust the file .env to match your local configration

- To logging on smtp, rename and adjust:

loggin_config_example.yaml to loggin_config.yaml

- To backup Mysql databases, rename and adjust:

mysql-backup-script_example.config to mysql-backup-script.config

Work with it:
- python
- import dbbackup
- from dbbackup import check_dbbackup

