Metadata-Version: 1.1
Name: SimpleS3Backup
Version: 0.2
Summary: A simple backup script that saves artbitrary command output to s3 in a rotating series of files
Home-page: https://github.com/deweysasser/SimpleS3Backup
Author: Dewey Sasser
Author-email: dewey@sasser.com
License: Artistic License
Description: Simple backup script to run commands and send the output to S3
        
            ./s3backup -bucket example-bucket -path backups -name mybackup.tar -count 3 tar -C /some/path cp .
        
        Creates /backups/mybackup.tar.1 in AWS bucket "example-bucket", using
        the default boto profile.  As you run it each day it will rotate up to
        COUNT versions, then overwrite.
        
        It uses local disk to store the file, then uploads to S3.
Keywords: Amazon AWS S3 Backup
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Artistic License
