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.
- Host: GitHub
- URL: https://github.com/mistergf/awsbackups
- Owner: misterGF
- License: mit
- Created: 2015-04-21T18:37:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T18:48:50.000Z (almost 11 years ago)
- Last Synced: 2025-02-17T11:15:46.208Z (about 1 year ago)
- Topics: aws, backup, mongodb, python, python-script
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.