Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install mo2s3

How to install mo2s3

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install mo2s3
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
0.0.1 Available View build log
Linux (64-bit)
0.0.1 Available View build log
 
Author
License
MIT
Dependencies
Imports
Lastest release
version 0.0.1 on Nov 21st, 2012

A python command line tool that simplify MongoDB backup (mongodump/mongorestore) to Amazon S3.

Stdout/stderr is displayed for each command so if something goes wrong, you can see it immediately.

You can download and restore generated backups yourself without mo2s3 (just download, untar and mongorestore).

Requirements

It makes use of argparse for parsing arguments, mongodump/mongorestore/tar with envoy and boto to upload/download to S3.

  • Envoy python subprocesses for humans
  • Boto to interact with AWS S3
  • Argparse for parsing command line arguments

Installation

$ pip install mo2s3

You can configure your AWS/MongoDB credentials with mo2s3:

$ mo2s3 configure

And you can also edit ~/.mo2s3.cfg.

Usage

Basic usage, mo2s3 -h to show the help.

List bucket files
$ mo2s3 list
Perform Backup

$ mo2s3 backup

$ mo2s3 backup --db mydb

Restore

$ mo2s3 restore --filename mongodump_20120610235933.tgz

$ mo2s3 restore --host anotherhost.com:27017 --db mydb --filename mongodump_mydb_20120611150815.tgz

Delete backup
$ mo2s3 delete --filename mongodump_20120610235933.tgz
Delete all backups
$ mo2s3 drop

How It Works

Here is how a backup is performed:

  1. Run mongodump on the current directory
  2. Create tgz of the dump with tar
  3. Upload to S3 with boto
  4. Delete every generated file

And to restore:

  1. Download archive from S3
  2. Untar to current directory
  3. Mongorestore the dump
  4. Delete every downloaded file

License (MIT)

Copyright (c) 2012 Thomas Sileo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Subscribe to package updates

Last updated Nov 21st, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.