s3arch

Software Screenshot:
s3arch
Software Details:
Version: 0.1
Upload Date: 20 Feb 15
Developer: Jeremy Carbaugh
Distribution Type: Freeware
Downloads: 13

Rating: 3.0/5 (Total Votes: 1)

s3arch is a Python utility for creating archival backups of S3 buckets.

Installation

pip install s3arch

AWS key and secret can be specified by the -k and -s command line arguments, AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables, or .boto configuration files.

Example

Backup and compress myawesomebucket bucket to ~/Downloads:

s3arch -o ~/Downloads -z myawesomebucket

Usage

usage: s3arch.py [-h] [-k KEY] [-s SECRET] [-o PATH]
 [-p PREFIX] [-v] [-z]
 BUCKET [BUCKET ...]

positional arguments:
 BUCKET buckets to archive

optional arguments:
 -h, --help show this help message and exit
 -k KEY, --key KEY S3 key
 -s SECRET, --secret SECRET
 S3 secret key
 -o PATH, --outputdir PATH
 directory in which the archives will be placed
 (default is current directory)
 -p PREFIX, --prefix PREFIX
 prefix added to the local bucket directory name (and
 tar archive if -z)
 -v verbose output to stdout
 -z compress backup with gzip

Requirements:

  • Python

Similar Software

Barman
Barman

19 Feb 15

Bucket Commander
Bucket Commander

20 Feb 15

wmmaiload
wmmaiload

3 Jun 15

Other Software of Developer Jeremy Carbaugh

django-magicword
django-magicword

20 Feb 15

django-mediasync
django-mediasync

12 May 15

django-cloudmailin
django-cloudmailin

11 May 15

Comments to s3arch

Comments not found
Add Comment
Turn on images!