{"id":38503303,"url":"https://github.com/rolehippie/rclone","last_synced_at":"2026-05-04T12:04:37.967Z","repository":{"id":40572525,"uuid":"307628939","full_name":"rolehippie/rclone","owner":"rolehippie","description":"Ansible role to install and configure rclone backup solution","archived":false,"fork":false,"pushed_at":"2026-04-27T10:28:35.000Z","size":411,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-27T12:16:18.492Z","etag":null,"topics":["ansible","ansible-role","hacktoberfest","role"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rolehippie.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-27T08:10:51.000Z","updated_at":"2026-04-27T10:28:39.000Z","dependencies_parsed_at":"2026-01-06T00:07:41.623Z","dependency_job_id":null,"html_url":"https://github.com/rolehippie/rclone","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/rolehippie/rclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Frclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Frclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Frclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Frclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rolehippie","download_url":"https://codeload.github.com/rolehippie/rclone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rolehippie%2Frclone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32606413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"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":["ansible","ansible-role","hacktoberfest","role"],"created_at":"2026-01-17T06:03:36.312Z","updated_at":"2026-05-04T12:04:37.962Z","avatar_url":"https://github.com/rolehippie.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rclone\n\n[![Source Code](https://img.shields.io/badge/github-source%20code-blue?logo=github\u0026logoColor=white)](https://github.com/rolehippie/rclone)\n[![General Workflow](https://github.com/rolehippie/rclone/actions/workflows/general.yml/badge.svg)](https://github.com/rolehippie/rclone/actions/workflows/general.yml)\n[![Readme Workflow](https://github.com/rolehippie/rclone/actions/workflows/docs.yml/badge.svg)](https://github.com/rolehippie/rclone/actions/workflows/docs.yml)\n[![Galaxy Workflow](https://github.com/rolehippie/rclone/actions/workflows/galaxy.yml/badge.svg)](https://github.com/rolehippie/rclone/actions/workflows/galaxy.yml)\n[![License: Apache-2.0](https://img.shields.io/github/license/rolehippie/rclone)](https://github.com/rolehippie/rclone/blob/master/LICENSE)\n[![Ansible Role](https://img.shields.io/badge/role-rolehippie.rclone-blue)](https://galaxy.ansible.com/rolehippie/rclone)\n\nAnsible role to install and configure rclone backup solution.\n\n## Sponsor\n\nBuilding and improving this Ansible role have been sponsored by my current and previous employers like **[Cloudpunks GmbH](https://cloudpunks.de)** and **[Proact Deutschland GmbH](https://www.proact.eu)**.\n\n## Table of contents\n\n- [Requirements](#requirements)\n- [Default Variables](#default-variables)\n  - [rclone_arch](#rclone_arch)\n  - [rclone_backups_extra](#rclone_backups_extra)\n  - [rclone_backups_general](#rclone_backups_general)\n  - [rclone_definitions](#rclone_definitions)\n  - [rclone_package](#rclone_package)\n  - [rclone_version](#rclone_version)\n- [Discovered Tags](#discovered-tags)\n- [Dependencies](#dependencies)\n- [License](#license)\n- [Author](#author)\n\n---\n\n## Requirements\n\n- Minimum Ansible version: `2.10`\n\n## Default Variables\n\n### rclone_arch\n\nArchitecture of the package to install\n\n#### Default value\n\n```YAML\nrclone_arch: \"{{ 'arm64' if ansible_architecture == 'aarch64' or ansible_architecture == 'arm64' else 'amd64' }}\"\n```\n\n### rclone_backups_extra\n\nList of extra backup jobs\n\n#### Default value\n\n```YAML\nrclone_backups_extra: []\n```\n\n#### Example usage\n\n```YAML\nrclone_backups_extra:\n  - name: example\n    minute: \"0\"\n    hour: \"6\"\n    day: \"*\"\n    month: \"*\"\n    weekday: \"*\"\n    content: |\n      exit 1\n  - name: example-from-url\n    minute: \"0\"\n    hour: \"6\"\n    day: \"*\"\n    month: \"*\"\n    weekday: \"*\"\n    url: http://example.com/example.yml\n  - name: example-from-template\n    minute: \"0\"\n    hour: \"6\"\n    day: \"*\"\n    month: \"*\"\n    weekday: \"*\"\n    src: path/to/template.j2\n  - name: example-to-remove\n    state: absent\n```\n\n### rclone_backups_general\n\nList of general backup jobs\n\n#### Default value\n\n```YAML\nrclone_backups_general: []\n```\n\n#### Example usage\n\n```YAML\nrclone_backups_general:\n  - name: example\n    minute: \"0\"\n    hour: \"6\"\n    day: \"*\"\n    month: \"*\"\n    weekday: \"*\"\n    content: |\n      exit 1\n  - name: example-from-url\n    minute: \"0\"\n    hour: \"6\"\n    day: \"*\"\n    month: \"*\"\n    weekday: \"*\"\n    url: http://example.com/example.yml\n  - name: example-from-template\n    minute: \"0\"\n    hour: \"6\"\n    day: \"*\"\n    month: \"*\"\n    weekday: \"*\"\n    src: path/to/template.j2\n  - name: example-to-remove\n    state: absent\n```\n\n### rclone_definitions\n\nList of remote definitions\n\n#### Default value\n\n```YAML\nrclone_definitions: []\n```\n\n#### Example usage\n\n```YAML\nrclone_definitions:\n  - name: flexvault\n    endpoint: https://s3.tms.proactcloud.de\n    access_key: 8OK3V7PXMFDUTJJ7O4MT\n    secret_key: aCP5DMfw1-usOPkcu+wHSaRkgbAHY5O4rOKPCK6+\n    bucket: backups\n    filename_ecryption: standard\n    directory_encryption: true\n    primary_password: Mire5vohR0ohn6bei8tahngair4oophae6IefochuquopheemoaH\n    secondary_password: iechaa6xoxa9rie1iu0ucoM9Fa2da8thao1hai9Iv8wohphievie\n```\n\n### rclone_package\n\nDownload URL for the package to install\n\n#### Default value\n\n```YAML\nrclone_package: https://github.com/rclone/rclone/releases/download/v{{ rclone_version }}/rclone-v{{ rclone_version }}-linux-{{ rclone_arch }}.deb\n```\n\n### rclone_version\n\nVersion of the release to install\n\n#### Default value\n\n```YAML\nrclone_version: 1.74.0\n```\n\n## Discovered Tags\n\n**_rclone_**\n\n## Dependencies\n\n- None\n\n## License\n\nApache-2.0\n\n## Author\n\n[Thomas Boerger](https://github.com/tboerger)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Frclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frolehippie%2Frclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frolehippie%2Frclone/lists"}