{ "info": { "author": "Kevin Howell", "author_email": "kevin@kahowell.net", "bugtrack_url": null, "classifiers": [], "description": "=========\nSixoclock\n=========\n\nSixoclock is a project to create a simple, yet effective personal backup tool.\n\nSixoclock is implemented in Python 3 and licensed under GPLv3.\n\nThe goal of sixoclock is to enable automatic duplication of specific\ncollections of files to one-or-more mirrors.\n\nBackends have a very simple interface, enabling developers to easily add new\nones.\n\n------------\nInstallation\n------------\n\nInstall from pypi:\n\n::\n\n pip install sixoclock\n\n-----\nUsage\n-----\n\nIn order to use ``sixoclock``, you should first decide how you wish to backup\nyour files. Then, create a config file to express your plan to ``sixoclock``.\n\nThe default config location is ``$HOME/.sixoclock.yml``, but this can be\noverriden on a per-command basis by using the ``--config`` option.\n\n``sixoclock`` uses YAML as the configuration language. TODO: example configs\n\nOnce configured ``sixoclock backup`` will start the backup process.\n\n``sixoclock`` offers functionality in subcommands:\n\n::\n\n backup perform a backup\n query find a file in configured sources or mirrors\n status show backup status\n refresh-cache refresh cache\n\nSee ``sixoclock --help`` for more details.\n\nFile Backend\n============\n\nThe file backend uses the very familiar ``file://`` URI protocol. There are\ncurrently no special options for the file backend.\n\n*If you specify paths without a protocol, then sixoclock treats them as file\nURIs for convenience.*", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kahowell/sixoclock", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "sixoclock", "package_url": "https://pypi.org/project/sixoclock/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sixoclock/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kahowell/sixoclock" }, "release_url": "https://pypi.org/project/sixoclock/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple personal backup tool", "version": "0.1.0" }, "last_serial": 2588946, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3b7ef5590e16707633c34ebb8219c558", "sha256": "000823ee42073a209d4d2435b962c1d4ef706ee9ccec959390d511db00ada12d" }, "downloads": -1, "filename": "sixoclock-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3b7ef5590e16707633c34ebb8219c558", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7659, "upload_time": "2017-01-21T04:12:53", "url": "https://files.pythonhosted.org/packages/5a/19/2abe66f5953bfa03283e02e1e6ee27e3f74064d0b84652bcb3ab9562de2b/sixoclock-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b7ef5590e16707633c34ebb8219c558", "sha256": "000823ee42073a209d4d2435b962c1d4ef706ee9ccec959390d511db00ada12d" }, "downloads": -1, "filename": "sixoclock-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3b7ef5590e16707633c34ebb8219c558", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7659, "upload_time": "2017-01-21T04:12:53", "url": "https://files.pythonhosted.org/packages/5a/19/2abe66f5953bfa03283e02e1e6ee27e3f74064d0b84652bcb3ab9562de2b/sixoclock-0.1.0.tar.gz" } ] }