An open API service indexing awesome lists of open source software.

https://github.com/mistergf/awsbackups

Simple python script to backup your linux box. Includes mongoDB, packages installed, website files and configs saved.
https://github.com/mistergf/awsbackups

aws backup mongodb python python-script

Last synced: 10 months ago
JSON representation

Simple python script to backup your linux box. Includes mongoDB, packages installed, website files and configs saved.

Awesome Lists containing this project

README

          

# AWSbackups
Simple python script to backup your linux box. It includes examples of backing up mongoDB, packages installed, website flat files and server config.

It is very simple to use and feel commented.

Make sure you have python and [boto 3](https://github.com/boto/boto) installed.

After that you can go through the script and plug in your AWS creds, your preferred location to save the backups, etc.
Feel free to fork and make it your own.