Melodia/archiver/__init__.py

8 lines
358 B
Python
Raw Normal View History

2013-05-09 18:05:13 -04:00
'''
.. moduleauthor:: Bradlee Speice <bspeice.nc@gmail.com>
2013-05-09 18:05:13 -04:00
The ``archiver`` application is responsible for all of the backend operations in Melodia. Its purpose is to provide an easy, Pythonic API to any other applications that want to use it. Some features include:
* Multiple archive location support
* Automatic backup of archives using rsync
2013-05-09 18:05:13 -04:00
'''