{ "info": { "author": "Rob Galanakis", "author_email": "rob.galanakis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Archiving", "Topic :: System :: Archiving :: Backup" ], "description": "`backitup` is a module for easily backing up files.\nIt is designed for ease of use for python programmers,\nby doing a few simple things clearly.\n\nGeneral Use\n&&&&&&&&&&&\n\n- Create the python file that will call backitup.\n Generally this will hard-code some configuration information,\n such as the backup directory, source file paths, etc.\n It can also do stuff like configure logging.\n- This python file should generally also create the upload\n handlers (make_upload_*).\n- Your python file invokes backitup.create_archive.\n- It takes the result of create_archive and passes\n it and the upload handlers to upload_all.\n\nSee the included `examples` directory for a set of example files,\nwhich is similar to how things are set up on the author's machine.\n\nNotes\n&&&&&\n\nAll 'configuration' is handled by passing arguments into the functions.\nThe module-level constants are for defining default values only.\nYou should never need to change these consts, just provide different args.\n\n`backitup` does not come with a commandline interface.\nCall me a heretic but I'd rather write a clear API that can\nbe called from python, and let you write a wrapper for it\nthat you can invoke with YOUR own CLI.\n\nRunning multiple backups at the same time may produce some\nunexpected race conditions, with regards to backup\npruning, and myphp backup.", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/backitup", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/backitup/", "keywords": "archive,backup,upload", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "backitup", "package_url": "https://pypi.org/project/backitup/", "platform": "POSIX,Windows", "project_url": "https://pypi.org/project/backitup/", "project_urls": { "Download": "http://pypi.python.org/pypi/backitup", "Homepage": "http://code.google.com/p/backitup/" }, "release_url": "https://pypi.org/project/backitup/0.9.6/", "requires_dist": null, "requires_python": null, "summary": "Simple library for easily customized backup and uploading of your files", "version": "0.9.6" }, "last_serial": 786669, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "8bf765cbcd6d49bb8a49e52742bf48a5", "sha256": "9e6d62f0984450bc4750c02f09f691de032f105e0a7a89bacaa6e67dfa68e91b" }, "downloads": -1, "filename": "backitup-0.9.zip", "has_sig": false, "md5_digest": "8bf765cbcd6d49bb8a49e52742bf48a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9551, "upload_time": "2012-06-09T13:19:19", "url": "https://files.pythonhosted.org/packages/40/61/09b53823163c31c11443abea9c7137dc07b550b4ad7ef071c01d0e072d55/backitup-0.9.zip" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "77714d6d3c1e3a57822e2e0344cad251", "sha256": "74a8cd8ca04bdfdb527829fd8eaea662825dcc62618470f1a2ee87a6e25d9d48" }, "downloads": -1, "filename": "backitup-0.9.5.zip", "has_sig": false, "md5_digest": "77714d6d3c1e3a57822e2e0344cad251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10079, "upload_time": "2012-06-09T13:41:49", "url": "https://files.pythonhosted.org/packages/06/64/0f20b17ce793d59e1da18f8b846f6ff1f47cfe6e094f6ab31234b4c2a674/backitup-0.9.5.zip" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "4ba2dfe41b051f1c8dfb512ec87d5fd2", "sha256": "72dcee6ccaeea3fd31e6315cefe831c68eeb0a1c683b977c007872e437b89c9f" }, "downloads": -1, "filename": "backitup-0.9.6.zip", "has_sig": false, "md5_digest": "4ba2dfe41b051f1c8dfb512ec87d5fd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10082, "upload_time": "2012-06-09T13:42:56", "url": "https://files.pythonhosted.org/packages/aa/30/eb84e3134fa04376daac7248dd6a23f8724df6a6e6e85b9ad3e92f0c905e/backitup-0.9.6.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4ba2dfe41b051f1c8dfb512ec87d5fd2", "sha256": "72dcee6ccaeea3fd31e6315cefe831c68eeb0a1c683b977c007872e437b89c9f" }, "downloads": -1, "filename": "backitup-0.9.6.zip", "has_sig": false, "md5_digest": "4ba2dfe41b051f1c8dfb512ec87d5fd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10082, "upload_time": "2012-06-09T13:42:56", "url": "https://files.pythonhosted.org/packages/aa/30/eb84e3134fa04376daac7248dd6a23f8724df6a6e6e85b9ad3e92f0c905e/backitup-0.9.6.zip" } ] }