Skip to content

Instantly share code, notes, and snippets.

@0xKayvan
Created April 15, 2018 13:38
Show Gist options
  • Save 0xKayvan/98ef2d294daa12ca7a9c20a04313e996 to your computer and use it in GitHub Desktop.
Save 0xKayvan/98ef2d294daa12ca7a9c20a04313e996 to your computer and use it in GitHub Desktop.
#!/bin/sh
DIR=`date +%Y-%m-%d-%H-%M-%S`
DEST=/root/db_backups/$DIR
mkdir $DEST
mongodump -o $DEST
scp -r /root/db_backups/$DIR 7030backup:/root/mongodb_backups/$DIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment