Metadata-Version: 2.0
Name: pg2cf
Version: 1.0.2
Summary: Performs PostgresSQL dumps and stashes them in CloudFiles
Home-page: https://github.com/getstatusy/pg2cf
Author: Lev Lazinskiy
Author-email: lev@levlaz.org
License: MIT
Keywords: backup cloud database
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Archiving :: Backup
Requires-Dist: python-cloudfiles (==1.7.11)
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: flake8; extra == 'test'
Requires-Dist: xmlrunner; extra == 'test'

pg2cf
=====

Utility program for uploading PostgreSQL backups to RackSpace Cloud
Files

`Documentation <http://getstatusy.github.io/pg2cf/>`__

Installation
============

::

    pip install pg2cf

Usage
=====

1. Rename ``init.sh.example`` to ``init.sh``
2. Enter the required variables and source them ``source init.sh``
3. Install required python modules with
   ``pip install -r requirements.txt``
4. Execute the program ``./pg2cf.py``

Depending on where you set the LOG\_FILE in ``init.sh`` you can view the
logs of the application to make sure that everything is working with
``tail -f $LOG_FILE``

`Production Usage
Example <https://blog.statusy.co/easily-send-postgresql-backups-to-rackspace-cloud-files-with-pg2cf/>`__


