{ "info": { "author": "Ben Gardner", "author_email": "bgardner160@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "S3Backup\n========\n\nCLI for backing up to S3\n\nUsage\n-----\n\n- Install AWS CLI and add your credentials\n- Run \"pip install -e .\" in the programs parent directory\n- Run script from a directory to backup OR point to directory.\n- First variable is the target object and second variable is the destination bucket.\n- If the json config default bucket is set then you can skip the second variable to use the default.\n- To use a wildcard you must place it in quotations '*'.\n- To use recursive wildcards you must use '**' see glob module.\n\n\nExamples\n--------\n\nExample to upload current working directory::\n\n s3simplebackup . testbucket\n\nExample to upload a home Directory::\n\n s3simplebackup ~ testbucket\n\nExample to upload a folder::\n\n s3simplebackup folder testbucket\n\nExample to upload all python scripts in Directory with default bucket::\n\n s3simplebackup '*.py'\n\nExample to upload all python scripts recursively in directory with default bucket::\n\n s3simplebackup '**.py'", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/aDrongo/s3simplebackup/archive/1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aDrongo/s3simplebackup/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "s3simplebackup", "package_url": "https://pypi.org/project/s3simplebackup/", "platform": "", "project_url": "https://pypi.org/project/s3simplebackup/", "project_urls": { "Download": "https://github.com/aDrongo/s3simplebackup/archive/1.2.tar.gz", "Homepage": "https://github.com/aDrongo/s3simplebackup/" }, "release_url": "https://pypi.org/project/s3simplebackup/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "Backs up a file or directory to S3", "version": "1.2.0" }, "last_serial": 5821485, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "392a3949e2d9c9432a2c6e701b953d45", "sha256": "e6508fa30f77f43436cdb59ffebd01395d7f98b860c429f5ab1694a76c9d3257" }, "downloads": -1, "filename": "s3simplebackup-1.0.0.tar.gz", "has_sig": false, "md5_digest": "392a3949e2d9c9432a2c6e701b953d45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2215, "upload_time": "2019-09-12T16:29:11", "url": "https://files.pythonhosted.org/packages/3d/7b/f020a51b69b9b2d940fc53faf698327b827457e16fc81dbad6fc0cabfc57/s3simplebackup-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "672a05d26889ca88244753cc90011e3b", "sha256": "a91638691e21130969a488b39f2bbf8a6272771db0cfc1fdc54707ee43184bd4" }, "downloads": -1, "filename": "s3simplebackup-1.0.1.tar.gz", "has_sig": false, "md5_digest": "672a05d26889ca88244753cc90011e3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2222, "upload_time": "2019-09-12T16:35:19", "url": "https://files.pythonhosted.org/packages/30/16/6a31e9de7c16a31b9656a238abd84031e351f108f4063a05266bad7ce74a/s3simplebackup-1.0.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "8282bbb7544483dd7aaeb4689b34d909", "sha256": "8a858a3b8ff5f9eca049589d8f0164ea4dd949c41a67b803e7f611a6d38fe56c" }, "downloads": -1, "filename": "s3simplebackup-1.2.0.tar.gz", "has_sig": false, "md5_digest": "8282bbb7544483dd7aaeb4689b34d909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2217, "upload_time": "2019-09-12T16:45:01", "url": "https://files.pythonhosted.org/packages/54/28/2cb056162ab6e6ddc285c89b6536f6795ba7ba72b2e8b0735e867f2a1180/s3simplebackup-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8282bbb7544483dd7aaeb4689b34d909", "sha256": "8a858a3b8ff5f9eca049589d8f0164ea4dd949c41a67b803e7f611a6d38fe56c" }, "downloads": -1, "filename": "s3simplebackup-1.2.0.tar.gz", "has_sig": false, "md5_digest": "8282bbb7544483dd7aaeb4689b34d909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2217, "upload_time": "2019-09-12T16:45:01", "url": "https://files.pythonhosted.org/packages/54/28/2cb056162ab6e6ddc285c89b6536f6795ba7ba72b2e8b0735e867f2a1180/s3simplebackup-1.2.0.tar.gz" } ] }