{ "info": { "author": "Rodion S.", "author_email": "python@profserver.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: MacOS", "Operating System :: POSIX :: BSD", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "Install\r\n=======\r\n::\r\n\r\n $ sudo pip install s3mongobkp\r\n\r\nConfiguration\r\n=============\r\n\r\nAll configuration located in /etc/s3mongobkp.conf::\r\n\r\n # /etc/s3mongobkp.conf\r\n\r\n [amazon]\r\n access_key = AKIAIK4KP&XSYHCIF*OK\r\n secret_key = +SqasKIMLizimFBmHJKPlJsSKldWnd1wNmSIkLvs\r\n # Allocate a separate backup bucket, the program can remove other data from the bucket.\r\n # Use unique name bucket.\r\n bucket_name = mongobackup\r\n\r\n [mongo]\r\n hostname = localhost:27017\r\n database = mybase\r\n # Don't use this options if no password is set.\r\n username =\r\n password =\r\n\r\n [backup]\r\n # Max life time backup in days\r\n max_lifetime_backup = 3\r\n # Template directory for backup\r\n tmp_dir = /tmp\r\n\r\n\r\n**Test:** ::\r\n\r\n\r\n $ s3mongobkp_run.py\r\n\r\n**For periodic backup add an entry to cron:** ::\r\n\r\n $ crontab -e\r\n\r\n**and add an entry like:** ::\r\n\r\n 10 */2 * * * /usr/local/bin/s3mongobkp_run.py\r\n\r\n\r\nWarning\r\n=======\r\nAllocate a separate backup bucket, the program can remove other data from the bucket.\r\n-------------------------------------------------------------------------------------\r\n\r\n\r\nLicense\r\n=======\r\n\r\nS3mongobkp is free software: you can redistribute it and/or modify\r\nit under the terms of the GNU General Public License as published by\r\nthe Free Software Foundation, either version 3 of the License, or\r\nany later version.\r\n\r\nS3mogobkp is distributed in the hope that it will be useful,\r\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\r\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\nGNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License\r\nalong with S3mongobkp. If not, see .\r\n\r\n\r\nRequirements\r\n------------\r\n* python (>=2.7.0)\r\n* boto (>=2.7.0)\r\n* mongodb (>=2.2)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/s3mongobkp/", "keywords": "S3 MongoDB Backup", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "s3mongobkp", "package_url": "https://pypi.org/project/s3mongobkp/", "platform": "", "project_url": "https://pypi.org/project/s3mongobkp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/s3mongobkp/" }, "release_url": "https://pypi.org/project/s3mongobkp/0.2/", "requires_dist": null, "requires_python": null, "summary": "MongoDB backups to cloud Amazon S3", "version": "0.2" }, "last_serial": 1055614, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "406a0e17f5f98d1bde60b2d84e0cd3ee", "sha256": "bbcb623bcf783b4deca125b95bf7acaa0ded57556f1801d3e61c1360c300bf94" }, "downloads": -1, "filename": "s3mongobkp-0.1.tar.gz", "has_sig": false, "md5_digest": "406a0e17f5f98d1bde60b2d84e0cd3ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2309, "upload_time": "2014-04-07T11:48:52", "url": "https://files.pythonhosted.org/packages/34/ed/ebdd44c710eb761a6f3de6d3224849ee822ddaaedabf01edca5cc2b94e5f/s3mongobkp-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "ec952f4823c7112ace3a545efb18b393", "sha256": "de6036ac69ed0cfa088c18bb1d75f3915044a918955c03d1e199a79621f972bc" }, "downloads": -1, "filename": "s3mongobkp-0.2.tar.gz", "has_sig": false, "md5_digest": "ec952f4823c7112ace3a545efb18b393", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2357, "upload_time": "2014-04-08T09:02:32", "url": "https://files.pythonhosted.org/packages/62/1b/a0b4ae8bab90c2a206709400224267f2aff351fa0a446d4627841de897dd/s3mongobkp-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec952f4823c7112ace3a545efb18b393", "sha256": "de6036ac69ed0cfa088c18bb1d75f3915044a918955c03d1e199a79621f972bc" }, "downloads": -1, "filename": "s3mongobkp-0.2.tar.gz", "has_sig": false, "md5_digest": "ec952f4823c7112ace3a545efb18b393", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2357, "upload_time": "2014-04-08T09:02:32", "url": "https://files.pythonhosted.org/packages/62/1b/a0b4ae8bab90c2a206709400224267f2aff351fa0a446d4627841de897dd/s3mongobkp-0.2.tar.gz" } ] }