Metadata-Version: 1.1
Name: antbkp
Version: 0.0.1
Summary: Ant Backup. Simple Backup: Files, Rotation backups, Postgres, Mysql, OpenERP, Tryton,...
Home-page: https://www.zikzakmedia.com
Author: Zikzakmedia SL
Author-email: zikzak@zikzakmedia.com
License: GPL-3
Download-URL: https://bitbucket.org/zikzakmedia/python-antbkp
Description: Ant Backup
        ==========
        
        Simple Backup system to backup yours servers.
        
        Installing
        ----------
        
        See INSTALL
        
        Package Contents
        ----------------
        
          etc/
              Configuration files.
        
          antbkp/
              Ant Backup sources.
        
        License
        -------
        
        See LICENSE
        
        Copyright
        ---------
        
        See COPYRIGHT
        
        Configuration
        -------------
        
        Copy etc/antbkp.cfg and configure options
        
        
        Example to use
        --------------
        
            $ antbkp -c /etc/antbkp.cfg
        
        Example crontab
        ---------------
        
            30 1 * * * /usr/local/bin/antbkp -c /etc/antbkp-rotate.cfg
            00 2 * * * /usr/local/bin/antbkp -c /etc/antbkp.cfg
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
