Skip to main content

A simple backup script that saves artbitrary command output to s3 in a rotating series of files

Project 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

SimpleS3Backup-0.2-py2.7.egg (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page