geetansh / BagitUp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BagitUp

BagitUp is a Pythob based module that enables you to automatically backup your files and databases to Git

Reading .env files

# .env  
git_url="https://username:password@git_repo_url"  
mysql_host="hostname"  
mysql_username="user"  
mysql_pass="pass"  
mysql_dbname="Database Name"  

Install

pip install BagitUp

Basic usage

set environment variables in .env file

BagitUp -d /folder/to/backup/

License

MIT licensed. See the LICENSE file for more details.

About

License:MIT License


Languages

Language:Python 100.0%