Skip to main content

A simplified Amazon Glacier cli, integrated with a database.

Project description

AmazonGlacierBackUpSystem

Amazon Glacier BackUp System (AGBUS) is a cli tool that provides an interface to Amazon Glacier that is simpler than the aws cli. It can also be pointed to a mongoDB instance to store information about vaults, archives and more.

Installation:

pip install agbus

Database Configuration File

  • location: ~/.gbs/db_config
  • Only 1 attribute: dbUri - Can define the connection string URI for any mongo instance
  • example db_config:
{
    "dbUri": "mongodb://localhost:27017"
}

AWS authentication

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

agbus-0.5-py2-none-any.whl (9.1 kB view hashes)

Uploaded Python 2

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