{"id":38516964,"url":"https://github.com/batuhan0sanli/rclone-manager","last_synced_at":"2026-01-17T06:31:52.417Z","repository":{"id":62708236,"uuid":"560554856","full_name":"batuhan0sanli/rclone-manager","owner":"batuhan0sanli","description":"Define multiple tasks using rclone.","archived":false,"fork":false,"pushed_at":"2023-01-03T04:26:47.000Z","size":59,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T19:13:43.097Z","etag":null,"topics":["cloud","cloud-storage","copy","file","manager","move","rclone","sync"],"latest_commit_sha":null,"homepage":"","language":"Python","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/batuhan0sanli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-11-01T18:52:38.000Z","updated_at":"2025-04-09T16:44:47.000Z","dependencies_parsed_at":"2023-02-01T05:01:19.146Z","dependency_job_id":null,"html_url":"https://github.com/batuhan0sanli/rclone-manager","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/batuhan0sanli/rclone-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batuhan0sanli%2Frclone-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batuhan0sanli%2Frclone-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batuhan0sanli%2Frclone-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batuhan0sanli%2Frclone-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/batuhan0sanli","download_url":"https://codeload.github.com/batuhan0sanli/rclone-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/batuhan0sanli%2Frclone-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cloud","cloud-storage","copy","file","manager","move","rclone","sync"],"created_at":"2026-01-17T06:31:51.786Z","updated_at":"2026-01-17T06:31:52.410Z","avatar_url":"https://github.com/batuhan0sanli.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RClone Manager\n\nDefine multiple tasks using rclone to sync files from one cloud storage to another.\n\n**Documentation:** https://rclone-manager.readthedocs.io/en/latest/\n\n## Features\n\n- Define multiple tasks\n- Define timeouts for each task\n- Callbacks to run scripts after tasks complete\n- Run tasks in parallel\n- Save logs to files\n\n## Installation\n\n### Requirements\n- [RClone](https://rclone.org/downloads/)\n\n### Install from PyPI\n```bash\npip install rclone-manager\n```\n\n## Example Usage\n\n### Move files from Local to Google Drive\n\n```python\nfrom rclone_manager import RClone\n\nsrc = './test_folder'\ndst = 'gdrive:rclone-test-folder'\n\nRClone(src, dst).move().run()\n\nprint('Done')\n\n```\n\n### Copy files but terminate whenever you want\n\n```python\nfrom rclone_manager.rclone import RClone\n\nsrc = './test_folder'\ndst = 'gdrive:rclone-test-folder'\n\nrclone = RClone(src, dst).copy()\nrclone.run(wait=False)\n\n# Do something else\n\nrclone.terminate()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatuhan0sanli%2Frclone-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbatuhan0sanli%2Frclone-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbatuhan0sanli%2Frclone-manager/lists"}