MongoDB backups to cloud Amazon S3
Project description
Install
$ sudo pip install s3mongobkp
Configuration
All configuration located in /etc/s3mongobkp.conf:
# /etc/s3mongobkp.conf [amazon] access_key = AKIAIK4KP&XSYHCIF*OK secret_key = +SqasKIMLizimFBmHJKPlJsSKldWnd1wNmSIkLvs # Allocate a separate backup bucket, the program can remove other data from the bucket. # Use unique name bucket. bucket_name = mongobackup [mongo] hostname = localhost:27017 database = mybase # Don't use this options if no password is set. username = password = [backup] # Max life time backup in days max_lifetime_backup = 3 # Template directory for backup tmp_dir = /tmp
Test:
$ s3mongobkp_run.py
For periodic backup add an entry to cron:
$ crontab -e
and add an entry like:
10 */2 * * * /usr/local/bin/s3mongobkp_run.py
Warning
Allocate a separate backup bucket, the program can remove other data from the bucket.
License
S3mongobkp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
S3mogobkp is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with S3mongobkp. If not, see <http://www.gnu.org/licenses/>.
Requirements
python (>=2.7.0)
boto (>=2.7.0)
mongodb (>=2.2)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file s3mongobkp-0.2.tar.gz.
File metadata
- Download URL: s3mongobkp-0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de6036ac69ed0cfa088c18bb1d75f3915044a918955c03d1e199a79621f972bc
|
|
| MD5 |
ec952f4823c7112ace3a545efb18b393
|
|
| BLAKE2b-256 |
621ba0b4ae8bab90c2a206709400224267f2aff351fa0a446d4627841de897dd
|