{ "info": { "author": "Steve McMahon", "author_email": "steve@dcn.org", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis package is a wrapper around the backup_blobs component of collective.recipe.backup. There are no dependencies beyond Python 2.6-7 and having rsync installed.\n\ncollective.recipe.backup has a wonderful mechanism for a rotating generational backkup via rsync. The really clever thing is that it can use rsync's hard link feature to minimize storage space.\n\ncollective.recipe.backup was developed by Reinout van Rees and Maurits van Rees, both from Zest software. The blob backups feature was added by Matej Cotman (niteoweb). collective.recipe backup is GPL; so is this package.\n\nThis package borrows two Python source files from collective.recipe.backup. The only change made is to one import to remove a dependency.\n\nThis package exposes c.r.b's backup_blobs function as collective.blobsync.backup_blobs. The prototype for that function is::\n\n def backup_blobs(source, destination, full=False, use_rsync=True,\n keep=0, keep_blob_days=0, gzip_blob=False, rsync_options='')\n\nThe package also creates a command-line script for the most common (IMHO) usage::\n\n usage: blobsync [-h] [--keep KEEP] [--rsync-options OPTIONS] src dest\n\n Rotating generational rsync backup.\n\n positional arguments:\n src rsync source\n dest rsync destination\n\n optional arguments:\n -h, --help show this help message and exit\n --keep KEEP Number of generations to keep\n --rsync-options OPTIONS\n rsync option arguments\n\nNote that src and dest may be rsync-format source and destination. Thus, they may be remote, not just local.\n\nExample Usage\n=============\n\nThis is example usage with an rsync daemon. The rsync \"live\" share is a Plone var directory::\n\n blobsync \\\n \tbackup_user@www.YOURSERVERHERE.org::live/blobstorage \\\n \t/mnt/backup/www_live/blobstoragebackups \\\n \t--keep=14 \\\n \t--rsync-options='--password-file=rsync_secret'\n\nChangelog\n=========\n\n1.0 (unreleased)\n----------------\n\n- Copied two source files from collective.recipe.backup. Exposed backup_blobs and added wrapper script.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/", "keywords": "rsync", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.blobsync", "package_url": "https://pypi.org/project/collective.blobsync/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.blobsync/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/" }, "release_url": "https://pypi.org/project/collective.blobsync/1.0/", "requires_dist": null, "requires_python": null, "summary": "Rsync wrapper for rotated backups", "version": "1.0" }, "last_serial": 1462008, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b05e1afa03f898c5e18db29c81c02eb7", "sha256": "5c834c102c3edb8f936ad0e19785d41b84dcfdfb9b9870bb8fc8b82e8853bfba" }, "downloads": -1, "filename": "collective.blobsync-1.0.zip", "has_sig": false, "md5_digest": "b05e1afa03f898c5e18db29c81c02eb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16959, "upload_time": "2015-03-15T21:58:44", "url": "https://files.pythonhosted.org/packages/36/d1/d43187a04ba003d77032f9133ad6d7f84701092f1345390ed2b1c0202823/collective.blobsync-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b05e1afa03f898c5e18db29c81c02eb7", "sha256": "5c834c102c3edb8f936ad0e19785d41b84dcfdfb9b9870bb8fc8b82e8853bfba" }, "downloads": -1, "filename": "collective.blobsync-1.0.zip", "has_sig": false, "md5_digest": "b05e1afa03f898c5e18db29c81c02eb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16959, "upload_time": "2015-03-15T21:58:44", "url": "https://files.pythonhosted.org/packages/36/d1/d43187a04ba003d77032f9133ad6d7f84701092f1345390ed2b1c0202823/collective.blobsync-1.0.zip" } ] }