Metadata-Version: 1.0
Name: pg_raxarchive
Version: 1.1
Summary: Command line tool to handle Postgresql WAL archiving on Rackspace's cloudfiles.
Home-page: https://github.com/duilio/pg_raxarchive
Author: Maurizio Sambati
Author-email: maurizio@skicelab.com
License: BSD
Description: pg_raxarchive
        =============
        
        ``pg_raxarchive`` is a command line tool to handle Postgresql WAL archiving on
        Rackspace's cloudfiles.
        
        
        Quick help
        ----------
        
        Install using pip then:
        
        - Create a file ``/etc/pg_raxarchive.ini`` with rackspace credentials (see below).
        - Run ``pg_raxarchive upload {path_to_file} {basename}`` to upload archive a file.
        - Run ``pg_raxarchive download {basename} {path_to_file}`` to download an archived file.
        - Run ``pg_raxarchive cleanup {filename}`` to remove WAL files older than {filename}.
        
        Rackspace credential file follows pyrax format::
        
            [rackspace_cloud]
            username = YUOR_USERNAME_HERE
            api_key  = YOUR_API_KEY_HERE
        
        You can customize the region and the container name using:
        
        - ``pg_raxarchive --container CONTAINE_RNAME ...``
        - ``pg_raxarchive --region REGION_NAME ...``
        
        By default ``pg_raxarchive`` expects to be running inside rackspace network. If this is
        not your case or you want to be billed for some other reasons use ``pg_raxarchive --use-public``.
        
        
        More
        ----
        
        * Run ``pg_raxarchive --help`` to know more.
        * Check the repository at https://github.com/duilio/pg_raxarchive/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
