{"id":15080933,"url":"https://github.com/ansiblization/rsync","last_synced_at":"2026-01-04T04:05:08.349Z","repository":{"id":243510506,"uuid":"812630599","full_name":"ansiblization/rsync","owner":"ansiblization","description":"Ansible role for installing scheduled rsync jobs on Debian or Archlinux-based distributions","archived":false,"fork":false,"pushed_at":"2024-11-14T20:32:16.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-23T05:42:31.456Z","etag":null,"topics":["ansible","ansible-role","debian","rsync","systemd-service","systemd-timer","systemd-unit"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/ansiblization.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-09T12:48:10.000Z","updated_at":"2024-11-14T20:32:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"1006e8a0-41ed-4550-bae8-4f268417a0c6","html_url":"https://github.com/ansiblization/rsync","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"2922e7f71a4be8aec9088f6838ee82737dc23bb2"},"previous_names":["ansiblization/rsync"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansiblization%2Frsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansiblization","download_url":"https://codeload.github.com/ansiblization/rsync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918629,"owners_count":20368745,"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":["ansible","ansible-role","debian","rsync","systemd-service","systemd-timer","systemd-unit"],"created_at":"2024-09-25T05:33:46.022Z","updated_at":"2026-01-04T04:05:08.275Z","avatar_url":"https://github.com/ansiblization.png","language":"Jinja","readme":"# Ansible role for installing scheduled rsync jobs\n\nThis role depends on the [ansiblization/syslog](https://github.com/ansiblization/syslog) role for logging capabilities.\n\nThe rsync jobs to be scheduled have to be defined as a list named `rsync_jobs`:\n\n```yml\nrsync_jobs: [{rsync_vars}, ...]\nrsync_vars:\n    name: \"{{ rsync_job.name }}\"\n    from: \"{{ rsync_job.from | default(rsync_job.path) }}\"\n    to: \"{{ rsync_job.to | default(rsync_job.path) }}\"\n    include: \"{{ rsync_job.include | default([]) }}\"\n    exclude: \"{{ rsync_job.exclude | default([]) }}\"\n    options: \"{{ rsync_job.options | default([]) }}\"\n    schedule: \"{{ rsync_job.schedule | default(None) }}\"\n    conflicts: \"{{ rsync_job.conflicts | default([]) }}\"\n    remote_source: \"{{ rsync_job.remote_source | default(None) }}\"\n    remote_destination: \"{{ rsync_job.remote_destination | default(None) }}\"\n    remote_source_user: \"{{ rsync_job.remote_source_user | default('root') }}\"\n    remote_destination_user: \"{{ rsync_job.remote_destination_user | default('root') }}\"\n    state: \"{{ rsync_job.state | default('present') }}\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansiblization%2Frsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansiblization%2Frsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansiblization%2Frsync/lists"}