{"id":13613958,"url":"https://github.com/wei/rclone","last_synced_at":"2025-04-30T08:14:08.007Z","repository":{"id":65162303,"uuid":"197442424","full_name":"wei/rclone","owner":"wei","description":"Wraps the rclone CLI to be used in Github Actions","archived":false,"fork":false,"pushed_at":"2019-08-29T15:21:41.000Z","size":5,"stargazers_count":75,"open_issues_count":1,"forks_count":33,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T08:14:02.766Z","etag":null,"topics":["action","github-action","rclone"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-17T18:29:47.000Z","updated_at":"2024-08-22T12:13:40.000Z","dependencies_parsed_at":"2023-01-04T12:39:06.944Z","dependency_job_id":null,"html_url":"https://github.com/wei/rclone","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Frclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Frclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Frclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei%2Frclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wei","download_url":"https://codeload.github.com/wei/rclone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251666361,"owners_count":21624298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["action","github-action","rclone"],"created_at":"2024-08-01T20:00:55.265Z","updated_at":"2025-04-30T08:14:07.981Z","avatar_url":"https://github.com/wei.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile","others","Cloud and System Integrations"],"sub_categories":["CI/CD"],"readme":"# Github Action for rclone\n\nThis Action wraps [rclone](https://rclone.org) to enable syncing files and directories to and from different cloud storage providers.\n\n\n## Features\n * \"rsync for cloud storage\"\n * sync to and from different cloud storage providers\n * backup files or deploy artifacts to remote storage\n\n\n## Usage\n\n### Github Actions\n```\non: push\njobs:\n  rclone:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@master\n    - name: rclone\n      uses: wei/rclone@v1\n      env:\n        RCLONE_CONF: ${{ secrets.RCLONE_CONF }}\n      with:\n        args: copy \u003csource\u003e:\u003csource_path\u003e \u003cdest\u003e:\u003cdest_path\u003e\n```\n`RCLONE_CONF` can be omitted if [CLI arguments](https://rclone.org/flags/#backend-flags) or [environment variables](https://rclone.org/docs/#environment-variables) are supplied. `RCLONE_CONF` can also be encrypted if [`RCLONE_CONFIG_PASS`](https://rclone.org/docs/#configuration-encryption) secret is supplied.\n\n### Docker\n```\ndocker run --rm -e \"RCLONE_CONF=$(cat ~/.config/rclone/rclone.conf)\" $(docker build -q .) \\\n  copy \u003csource\u003e:\u003csource_path\u003e \u003cdest\u003e:\u003cdest_path\u003e\n```\n\n## Author\n[Wei He](https://github.com/wei) _github@weispot.com_\n\n\n## License\n[MIT](https://wei.mit-license.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei%2Frclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwei%2Frclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei%2Frclone/lists"}