{ "info": { "author": "Nazar Suryev", "author_email": "wavedocs@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: System :: Archiving :: Backup" ], "description": "backup2s3\n=========\n\nBackup files and mysql databases to Amazon S3\n\nRequirements\n------------\n\n- mysql-client\n\nInstallation\n------------\nUsing PIP via PyPI::\n\n pip install backup2s3\n\nUsing PIP via Github::\n\n pip install git+https://github.com/wavedocs/backup2s3#egg=backup2s3\n\nUsage\n-----\n\nCreate new IAM User\n\n- In the IAM Management Console on Amazon, click Create New User and follow on-screen instructions.\n- Click Create User Policy on the user page, then select Custom Policy, then paste the following text in the text area. Replace INSERT_YOUR_BUCKET_NAME with the bucket name you have previously created, and submit the form:\n\n\n```\n{\n\t\"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:*\"\n ],\n \"Resource\": [\n \"arn:aws:s3:::INSERT_YOUR_BUCKET_NAME\",\n \"arn:aws:s3:::INSERT_YOUR_BUCKET_NAME/*\"\n ]\n }\n ]\n}\n```\n\n\u0421opy and edit the config\n\n```\n$ cp /etc/backup2s3-sample.yml /etc/backup2s3.yml\n```\n\nRun backup files and mysql databases\n\n```\n/usr/bin/backup2s3\n\nUsage: backup2s3 [options]\n Options:\n -a, --all Backup files and mysql db\n -f, --files Backup files\n -d, --databases Backup mysql databases\n -h, --help Print man", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/wavedocs/backup2s3/archive/0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wavedocs/backup2s3", "keywords": "backup", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "backup2s3", "package_url": "https://pypi.org/project/backup2s3/", "platform": "", "project_url": "https://pypi.org/project/backup2s3/", "project_urls": { "Download": "https://github.com/wavedocs/backup2s3/archive/0.1.tar.gz", "Homepage": "https://github.com/wavedocs/backup2s3" }, "release_url": "https://pypi.org/project/backup2s3/0.2/", "requires_dist": null, "requires_python": "", "summary": "Backup files and mysql to AWS S3", "version": "0.2" }, "last_serial": 3495372, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7f38723a95fe5a7d72c8c5352abaa66a", "sha256": "7fcd4c854f7d12bd573efd7bb08271e532c84b992e3c3cced38b422160dd593d" }, "downloads": -1, "filename": "backup2s3-0.1.tar.gz", "has_sig": false, "md5_digest": "7f38723a95fe5a7d72c8c5352abaa66a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3701, "upload_time": "2018-01-16T21:51:45", "url": "https://files.pythonhosted.org/packages/7a/cc/03817b9f28391ad9502023263f50e9505e54ca704665b0b07f9cc4430067/backup2s3-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "10522292278c07759797f0db9292bdfa", "sha256": "ce7e4f015703c1181c820492aa9e67285eaa25ee8fa656f0eecfbca2837d5846" }, "downloads": -1, "filename": "backup2s3-0.2.tar.gz", "has_sig": false, "md5_digest": "10522292278c07759797f0db9292bdfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4389, "upload_time": "2018-01-16T22:21:29", "url": "https://files.pythonhosted.org/packages/d4/17/22a95c7dca60f40db1c3cbf49e499503d45e31cc67e744d3112d23ced3d3/backup2s3-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10522292278c07759797f0db9292bdfa", "sha256": "ce7e4f015703c1181c820492aa9e67285eaa25ee8fa656f0eecfbca2837d5846" }, "downloads": -1, "filename": "backup2s3-0.2.tar.gz", "has_sig": false, "md5_digest": "10522292278c07759797f0db9292bdfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4389, "upload_time": "2018-01-16T22:21:29", "url": "https://files.pythonhosted.org/packages/d4/17/22a95c7dca60f40db1c3cbf49e499503d45e31cc67e744d3112d23ced3d3/backup2s3-0.2.tar.gz" } ] }