{ "info": { "author": "Evgeny Fadeev", "author_email": "evgeny.fadeev@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "This is a fork of the `django-backup app `_\n\nThis app backs up database and the media directory on the local disk\nin a plain directory, without subdirectories.\n\nIt does not set a goal of syncing files offsite.\nTo sync the files or do other post-processing,\nplease use a signal `backup_ready`\nor an independent script.\n\nTo list and download the backup files via the web, \ntry application `django-directory `_\n\nInstallation\n============\nAdd to the `INSTALLED_APPS` entry `'simple_backup',`.\n\nSettings\n========\n`SIMPLE_BACKUP_DIRECTORY` - directory where the backups will be stored. Default value\nis `'backups'`, relative to the current working directory. This setting can be over-ridden\nwith the option `--output-directory` (or shorter version `-o`)\n\n`SIMPLE_BACKUP_DAYS` - number of days to keep the backup files. Default value is `None`.\nIf set, older files will be deleted automatically each time the new backup is made.\nThis walue can be over-ridden with a `--days` option to the command.\n\n.. warning:: \n To avoid accidental deletion of valuable files when the above setting/option is used,\n make sure that the backup directory contains only backups.\n\nCommands\n========\n`backup` - backs up the site. See output of `python manage.py backup --help` for more information.\n\nSignals\n=======\nThe command `backup` sends a signal `simple_backups.signals.backup_ready` when\nthe backup is prepared and copied to the backups directory.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-simple-backup", "package_url": "https://pypi.org/project/django-simple-backup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-simple-backup/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-simple-backup/1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple backup command for Django", "version": "1.0" }, "last_serial": 1291383, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "cefad200f15d5436b9e20839eac01c9b", "sha256": "22b947f85676426895913e70e8591861bfc8715dac6398062a84b303868bb207" }, "downloads": -1, "filename": "django-simple-backup-1.0.tar.gz", "has_sig": false, "md5_digest": "cefad200f15d5436b9e20839eac01c9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4125, "upload_time": "2014-11-01T22:36:41", "url": "https://files.pythonhosted.org/packages/7a/0f/1d06606ee5807f8685ab13a453add70e455855acc9544425ce99a4c58b62/django-simple-backup-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cefad200f15d5436b9e20839eac01c9b", "sha256": "22b947f85676426895913e70e8591861bfc8715dac6398062a84b303868bb207" }, "downloads": -1, "filename": "django-simple-backup-1.0.tar.gz", "has_sig": false, "md5_digest": "cefad200f15d5436b9e20839eac01c9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4125, "upload_time": "2014-11-01T22:36:41", "url": "https://files.pythonhosted.org/packages/7a/0f/1d06606ee5807f8685ab13a453add70e455855acc9544425ce99a4c58b62/django-simple-backup-1.0.tar.gz" } ] }