{ "info": { "author": "Timur Isanov", "author_email": "tisanov@yahoo.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Database" ], "description": "inipgdump\r\n=========\r\n\r\nIt works on python2.6 and python2.7\r\n-----------------------------------\r\n\r\nInstallation:\r\n\r\n::\r\n\r\n pip install inipgdump\r\n\r\nCreates a dump of the PostgreSQL database. The naming format of dump:\r\n\r\n::\r\n\r\n $host_$dbname_$datetime.dump\r\n\r\nStores the specified number of dumps, deletes the old dumps.\r\n\r\nOptions to create a dump taken from the configuration file in the\r\nfollowing format:\r\n\r\n::\r\n\r\n [database]\r\n DATABASE_NAME = your_value\r\n DATABASE_USER = your_value\r\n DATABASE_PASSWORD = your_value\r\n DATABASE_HOST = your_value\r\n DATABASE_PORT = your value\r\n\r\nUsage:\r\n\r\n::\r\n\r\n (without rotation): inipgdump config_file.ini /dump/dir\r\n (with rotation): inipgdump config_file.ini /dump/dir keep_count\r\n \r\n\r\nExamples of usage in the cron::\r\n\r\n\r\n # Daily backup\r\n 0 4 2-31 * 0-5 inipgdump /path/to/config_file.ini /dumps/daily 7\r\n # Weekly backup\r\n 0 4 2-31 * 6 inipgdump /path/to/config_file.ini /dumps/weekly 8\r\n # Monthly backup\r\n 0 4 1 2-12 * inipgdump /path/to/config_file.ini /dumps/monthly 12\r\n # Yearly backup\r\n 0 4 1 1 * inipgdump /path/to/config_file.ini /dumps/yearly 10", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xtimon/inipgdump", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "inipgdump", "package_url": "https://pypi.org/project/inipgdump/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/inipgdump/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xtimon/inipgdump" }, "release_url": "https://pypi.org/project/inipgdump/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Creates a dump of the PostgreSQL database. Stores the specified number of dumps, deletes the old dumps.", "version": "0.2.2" }, "last_serial": 1870835, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "3d3e493da8f4fbff4d04c4e202a34435", "sha256": "895e3906469809ccfc94b1fc76dbc246b790a19c91f2d6efab3178f58c050873" }, "downloads": -1, "filename": "inipgdump-0.2.2.tar.gz", "has_sig": false, "md5_digest": "3d3e493da8f4fbff4d04c4e202a34435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2611, "upload_time": "2015-12-20T13:11:36", "url": "https://files.pythonhosted.org/packages/95/15/d570ed74099ff0dc19e6abb072fbc6254e0e1a90a2b5510745d596af2982/inipgdump-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d3e493da8f4fbff4d04c4e202a34435", "sha256": "895e3906469809ccfc94b1fc76dbc246b790a19c91f2d6efab3178f58c050873" }, "downloads": -1, "filename": "inipgdump-0.2.2.tar.gz", "has_sig": false, "md5_digest": "3d3e493da8f4fbff4d04c4e202a34435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2611, "upload_time": "2015-12-20T13:11:36", "url": "https://files.pythonhosted.org/packages/95/15/d570ed74099ff0dc19e6abb072fbc6254e0e1a90a2b5510745d596af2982/inipgdump-0.2.2.tar.gz" } ] }