{"id":22526274,"url":"https://github.com/jbussdieker/ruby-rsync","last_synced_at":"2025-04-07T16:17:49.479Z","repository":{"id":9670683,"uuid":"11612459","full_name":"jbussdieker/ruby-rsync","owner":"jbussdieker","description":"Ruby/Rsync is a Ruby library that can syncronize files between remote hosts by wrapping a call to the rsync binary.","archived":false,"fork":false,"pushed_at":"2022-04-17T20:30:37.000Z","size":35,"stargazers_count":57,"open_issues_count":8,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T15:18:04.774Z","etag":null,"topics":["rsync","ruby","ruby-library","syncronize-files"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/jbussdieker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-23T15:52:17.000Z","updated_at":"2025-02-14T14:50:50.000Z","dependencies_parsed_at":"2022-09-24T05:40:27.921Z","dependency_job_id":null,"html_url":"https://github.com/jbussdieker/ruby-rsync","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbussdieker%2Fruby-rsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbussdieker%2Fruby-rsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbussdieker%2Fruby-rsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbussdieker%2Fruby-rsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbussdieker","download_url":"https://codeload.github.com/jbussdieker/ruby-rsync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247685628,"owners_count":20979085,"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":["rsync","ruby","ruby-library","syncronize-files"],"created_at":"2024-12-07T06:14:34.757Z","updated_at":"2025-04-07T16:17:49.456Z","avatar_url":"https://github.com/jbussdieker.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rsync\n\n[![Build Status](https://travis-ci.org/jbussdieker/ruby-rsync.png?branch=master)](https://travis-ci.org/jbussdieker/ruby-rsync)\n[![Code Climate](https://codeclimate.com/github/jbussdieker/ruby-rsync.png)](https://codeclimate.com/github/jbussdieker/ruby-rsync)\n[![Gem Version](https://badge.fury.io/rb/rsync.png)](http://badge.fury.io/rb/rsync)\n[![Coverage Status](https://coveralls.io/repos/jbussdieker/ruby-rsync/badge.png)](https://coveralls.io/r/jbussdieker/ruby-rsync)\n[![Dependency Status](https://gemnasium.com/jbussdieker/ruby-rsync.svg)](https://gemnasium.com/jbussdieker/ruby-rsync)\n\nRuby/Rsync is a Ruby library that can syncronize files between remote hosts by wrapping a call to the rsync binary.\n\n## Usage\n\nMinimal example\n```ruby\nrequire \"rsync\"\n\nresult = Rsync.run(\"/path/to/src\", \"/path/to/dest\")\n```\n\nComplete example\n```ruby\nrequire \"rsync\"\n\nRsync.run(\"/path/to/src\", \"/path/to/dest\") do |result|\n  if result.success?\n    result.changes.each do |change|\n      puts \"#{change.filename} (#{change.summary})\"\n    end\n  else\n    puts result.error\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbussdieker%2Fruby-rsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbussdieker%2Fruby-rsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbussdieker%2Fruby-rsync/lists"}