Skip to content

Instantly share code, notes, and snippets.

@stoshiya
Last active September 29, 2016 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoshiya/0d136e53c4d895d44ff8bfe3b2f3b310 to your computer and use it in GitHub Desktop.
Save stoshiya/0d136e53c4d895d44ff8bfe3b2f3b310 to your computer and use it in GitHub Desktop.

mongodbのデータディレクトリをアーカイブしてs3に保存.レプリカセットの場合はPRIMARYで実施.

% sudo tar -C /var/lib -cvz mongo | aws s3 cp - s3://<BUCKET NAME>/backup/mongodb-`date '+%Y%m%d'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment