{"id":49583969,"url":"https://github.com/ishbguy/rclone-sync","last_synced_at":"2026-05-03T21:37:30.128Z","repository":{"id":49364546,"uuid":"155224598","full_name":"ishbguy/rclone-sync","owner":"ishbguy","description":"A bidirectional sync tool using rclone and implemented in shell.","archived":false,"fork":false,"pushed_at":"2022-08-01T16:41:36.000Z","size":15,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-05-03T21:37:17.802Z","etag":null,"topics":["bash","bidirectional","rclone","shell","sync"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ishbguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-29T14:21:23.000Z","updated_at":"2022-08-01T16:41:38.000Z","dependencies_parsed_at":"2022-09-25T04:34:23.991Z","dependency_job_id":null,"html_url":"https://github.com/ishbguy/rclone-sync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ishbguy/rclone-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishbguy%2Frclone-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishbguy%2Frclone-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishbguy%2Frclone-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishbguy%2Frclone-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishbguy","download_url":"https://codeload.github.com/ishbguy/rclone-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishbguy%2Frclone-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bidirectional","rclone","shell","sync"],"created_at":"2026-05-03T21:37:29.469Z","updated_at":"2026-05-03T21:37:30.119Z","avatar_url":"https://github.com/ishbguy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [rclone-sync](https://github.com/ishbguy/rclone-sync)\n\n[![License][licsvg]][lic]\n\n[licsvg]: https://img.shields.io/badge/license-MIT-green.svg\n[lic]: https://github.com/ishbguy/rclone-sync/blob/master/LICENSE\n\nA bidirectional sync tool using rclone and implemented in shell. The sync\nalgorithms reference from\n[cjnaz/rclonesync-V2](https://github.com/cjnaz/rclonesync-V2). which is a good\nchoice in Python.\n\n## Table of Contents\n\n+ [:art: Features](#art-features)\n+ [:straight_ruler: Prerequisite](#straight_ruler-prerequisite)\n+ [:rocket: Installation](#rocket-installation)\n+ [:memo: Configuration](#memo-configuration)\n+ [:notebook: Usage](#notebook-usage)\n+ [:hibiscus: Contributing](#hibiscus-contributing)\n+ [:boy: Authors](#boy-authors)\n+ [:scroll: License](#scroll-license)\n\n## :art: Features\n\n+ bidirectional sync\n\n## :straight_ruler: Prerequisite\n\n\u003e + `bash`\n\u003e + `rclone`\n\n## :rocket: Installation\n\n```\n$ git clone https://github.com/ishbguy/rclone-sync\n$ cd rclone-sync\n$ export PATH=\"$PATH:$(pwd)/bin\"\n```\nor\n```\n$ curl -fLo /path/to/rclone-sync.sh \\\n        https://raw.githubusercontent.com/ishbguy/rclone-sync/master/bin/rclone-sync.sh\n$ export PATH=\"$PATH:/path/to\"\n```\n\n## :memo: Configuration\n\nThere is no configuration for rclone-sync, but you need to configure rclone if\nyou want to use your cloud service. For detail rclone configuration, you can\ntype `man rclone` in a shell or go to [rclone homepage](https://rclone.org/).\n\n## :notebook: Usage\n\nSimply run:\n```\nrclone-sync.sh path1 path2\n```\nJust looking what will happen (dry run):\n```\nrclone-sync.sh -d path1 path2\n```\nFor help:\n```\nrclone-sync.sh -h\n```\n\n## :hibiscus: Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## :boy: Authors\n\n+ [ishbguy](https://github.com/ishbguy)\n\n## :scroll: License\n\nReleased under the terms of [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishbguy%2Frclone-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishbguy%2Frclone-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishbguy%2Frclone-sync/lists"}