{"id":15090926,"url":"https://github.com/zinovyev/vagrant-rsync-pick","last_synced_at":"2026-01-05T04:48:34.139Z","repository":{"id":59158994,"uuid":"95722400","full_name":"zinovyev/vagrant-rsync-pick","owner":"zinovyev","description":"Pick atomic changes from the guest machine folder via rsync","archived":false,"fork":false,"pushed_at":"2017-09-05T13:07:32.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T10:25:36.819Z","etag":null,"topics":["plugin","rsync","vagrant","vagrant-plugin"],"latest_commit_sha":null,"homepage":null,"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/zinovyev.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}},"created_at":"2017-06-29T00:21:13.000Z","updated_at":"2017-06-30T15:21:29.000Z","dependencies_parsed_at":"2022-09-15T15:13:05.711Z","dependency_job_id":null,"html_url":"https://github.com/zinovyev/vagrant-rsync-pick","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fvagrant-rsync-pick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fvagrant-rsync-pick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fvagrant-rsync-pick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fvagrant-rsync-pick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zinovyev","download_url":"https://codeload.github.com/zinovyev/vagrant-rsync-pick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244937833,"owners_count":20535127,"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":["plugin","rsync","vagrant","vagrant-plugin"],"created_at":"2024-09-25T10:34:47.922Z","updated_at":"2026-01-05T04:48:34.103Z","avatar_url":"https://github.com/zinovyev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-rsync-pick\n\nThe plugin allows you to pick atomic changes from the guest machine folder via rsync.\n\nThe `rsync` shared folder type is much faster (10x times maybe)\nthan nfs/virtualbox/smb and others.\n\nBut it has one huge disadvantage: it isn't possible to sync data\nin a bidirectional way at all. So when you generate a new migration\nor rake task for example your changes are kept on your guest machine only.\n\n## Installation\n\n    $ vagrant plugin install vagrant-rsync-pick\n\nAnd then configure your guest directory (where the files are taken from)\nand your host directory (where the files are stored to):\n\n```ruby\n  config.rsync_pick.guest_dir = \"/var/www/my-app\"\n  config.rsync_pick.host_dir = Dir.pwd\n```\n\n## Usage\n\nExecute this command so the file(s) is(are) rsynced to you host folder:\n\n    $ vagrant rpick db/migrate/20100825634193_create_table.rb\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/zinovyev/vagrant_rsync_pick. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the VagrantRsyncPick project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/vagrant_rsync_pick/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzinovyev%2Fvagrant-rsync-pick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzinovyev%2Fvagrant-rsync-pick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzinovyev%2Fvagrant-rsync-pick/lists"}