Metadata-Version: 2.0
Name: PyBackup
Version: 0.0.1b0
Summary: Python module for Backup routinesof files and folders
Home-page: https://github.com/FRReinert/PyBackup
Author: Fabricio Roberto reinert
Author-email: fabricio.reinert@live.com
License: MIT license
Keywords: Python,backup,files,folders
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6

# PyBackup

## Why should i use it?

### Backup files/folders using a Python module. Or override it to make your personal script 

* If you need a custom backup, just override our main class
* Mailing list trigger at the end of backup process
* Settings file to facilitate the setup 
* Use **Wildcards** to exclude extensions, files and folders 
* Dynamic Use of Lists to add files/folders to your backup routine

# How to use it?

## Installing

```python
pip install pybackup
```
## How to use it

[Using Settings - GITHUB](https://github.com/FRReinert/PyBackup/blob/master/documentation/SETTINGS.md)

[Example - GITHUB](https://github.com/FRReinert/PyBackup/tree/master/example)


