{ "info": { "author": "Ivan Gromov", "author_email": "ivan.gromov@redsolution.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Natural Language :: Russian", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===============\ndjango-snapshot\n===============\n\nInstallation:\n=============\n\n1. Add ``snapshot`` to ``INSTALLED_APPS`` in your ``settings.py`` within your django project.\n\n\nUsage\n======\n\nUse management command ``snap``\n\n ``./manage.py snap``\n\n*help:*\n\n* snap save - take a snapshot at current time\n* snap restore [i] - restore from [i] snapshot (0 by default)\n* snap list - list all available snapshots\n \n\nHow it works:\n=============\n\nProgram create \\*.tar.gz archive with files:\n\n **info.json** - JSON description of archive's contents for ``restore`` command\n \n **directory_backup.2011-01-01.tar** - backup of upload directory\n \n **database_postgres_backup.2011-01-01.sql** - SQL database dump\n\nAll files created and restored automatically, you do not need to bother of \ntheir structure.\n\nRestrictions:\n==============\n\nDjango-snapshot works now only with PostgreSQL database. Nor sqlite or MySQL are not supported.\nIf you have any suggestions, email developers. Any feedback is welcome.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "django snapshot backup restore tool", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "django-snapshot", "package_url": "https://pypi.org/project/django-snapshot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-snapshot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-snapshot/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Django backup and restore tool. Handle upload files and database", "version": "0.1.0" }, "last_serial": 790686, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d11a5f014138557d26897c0279b70423", "sha256": "6f241851fd0b223f6d3b29449cae7d9cb63d4293829de325852b8f8f5a013020" }, "downloads": -1, "filename": "django-snapshot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d11a5f014138557d26897c0279b70423", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5748, "upload_time": "2011-04-07T16:15:07", "url": "https://files.pythonhosted.org/packages/df/10/3ab657d2d072b6811ae0b7d40ba1d18c50f732cafc93be92daac2884147d/django-snapshot-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d11a5f014138557d26897c0279b70423", "sha256": "6f241851fd0b223f6d3b29449cae7d9cb63d4293829de325852b8f8f5a013020" }, "downloads": -1, "filename": "django-snapshot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d11a5f014138557d26897c0279b70423", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5748, "upload_time": "2011-04-07T16:15:07", "url": "https://files.pythonhosted.org/packages/df/10/3ab657d2d072b6811ae0b7d40ba1d18c50f732cafc93be92daac2884147d/django-snapshot-0.1.0.tar.gz" } ] }