{ "info": { "author": "DevAlone", "author_email": "dev@d3d.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet" ], "description": "# dump_it\n\nSimple tool for easy database dumping(only postgresql is supported yet).\n\n## How to?\n\n* Clone this repository\n\n`git clone https://github.com/DevAlone/dump_it`\n\n* Go to `dump_it` dir\n\n`cd dump_it`\n\n* Create configs\n\n`cp default.conf.py.example default.conf.py`\n`cp test.conf.py.example test.conf.py`\n\nDefault config is config with global settings, each of which can be overridden in config for database. Example of config for database is test.conf.py.example. You can create as many configs as many databases you have\n\n* Create cron rule\n\n`sudo crontab -e`\n\n```\n* * * * * PATH_TO_REPOSITORY/dump.py -c PATH_TO_REPOSITORY > /var/log/dump_it.stdout.log 2> /var/log/dump_it.stderr.log\n```\n\nAnd don't forget to change PATH_TO_REPOSITORY to actual path of where you cloned it. So program will be running every minute, getting configs from repository dir and writing logs to /var/log/dump_it.stdout.log and /var/log/dump_it.stderr.log\n\nHappy dumping!\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DevAlone/dump_it", "keywords": "database databases postgresql postgres dump dumping", "license": "", "maintainer": "", "maintainer_email": "", "name": "dump-it", "package_url": "https://pypi.org/project/dump-it/", "platform": "", "project_url": "https://pypi.org/project/dump-it/", "project_urls": { "Homepage": "https://github.com/DevAlone/dump_it" }, "release_url": "https://pypi.org/project/dump-it/0.1/", "requires_dist": [ "check-manifest; extra == 'dev'", "coverage; extra == 'test'" ], "requires_python": "", "summary": "Simple tool for easy database dumping", "version": "0.1" }, "last_serial": 3831371, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "749e1c0557e195c16a020a63c99308f2", "sha256": "35c61ac7f06d08dd074aaee9148081e777a17459bc9a1266ee9b07a2b95a7926" }, "downloads": -1, "filename": "dump_it-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "749e1c0557e195c16a020a63c99308f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1844, "upload_time": "2018-05-03T15:23:54", "url": "https://files.pythonhosted.org/packages/16/f3/5707522431237045679bf4d2ef2eb9c0ed887f4af47bd6de8625d55b4319/dump_it-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "749e1c0557e195c16a020a63c99308f2", "sha256": "35c61ac7f06d08dd074aaee9148081e777a17459bc9a1266ee9b07a2b95a7926" }, "downloads": -1, "filename": "dump_it-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "749e1c0557e195c16a020a63c99308f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1844, "upload_time": "2018-05-03T15:23:54", "url": "https://files.pythonhosted.org/packages/16/f3/5707522431237045679bf4d2ef2eb9c0ed887f4af47bd6de8625d55b4319/dump_it-0.1-py3-none-any.whl" } ] }