Skip to content

Instantly share code, notes, and snippets.

View RohitMarkam's full-sized avatar
🎯
Focusing

RohitMarkam

🎯
Focusing
View GitHub Profile
@RohitMarkam
RohitMarkam / mongodb-s3-backup.sh
Last active November 30, 2018 10:14 — forked from eladnava/mongodb-s3-backup.sh
Automatically backup a MongoDB database to S3 using mongodump, tar, and awscli (Ubuntu 14.04 LTS)
#!/bin/sh
# Make sure to:
# 1) Place the file in /home/ubuntu
# 2) Run sudo apt-get install awscli to install the AWSCLI
# 3) Run aws configure (enter s3-authorized IAM user and specify region)
# 4) Fill in DB host + name
# 5) Create S3 bucket for the backups and fill it in below (set a lifecycle rule to expire files older than X days in the bucket)
# 6) Run chmod +x mongodb-s3-backup.sh
# 7) Test it out via ./mongodb-s3-backup.sh