{"id":13583755,"url":"https://github.com/mateogianolio/sshync","last_synced_at":"2025-05-16T09:07:00.295Z","repository":{"id":49153226,"uuid":"42865500","full_name":"mateogianolio/sshync","owner":"mateogianolio","description":"Auto-sync files or directories over SSH.","archived":false,"fork":false,"pushed_at":"2022-12-27T16:59:04.000Z","size":498,"stargazers_count":825,"open_issues_count":3,"forks_count":34,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-12T21:47:01.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/mateogianolio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-21T12:42:28.000Z","updated_at":"2025-03-17T09:42:31.000Z","dependencies_parsed_at":"2022-08-25T13:24:44.343Z","dependency_job_id":null,"html_url":"https://github.com/mateogianolio/sshync","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateogianolio%2Fsshync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateogianolio%2Fsshync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateogianolio%2Fsshync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateogianolio%2Fsshync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateogianolio","download_url":"https://codeload.github.com/mateogianolio/sshync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501558,"owners_count":22081528,"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":[],"created_at":"2024-08-01T15:03:45.661Z","updated_at":"2025-05-16T09:06:55.285Z","avatar_url":"https://github.com/mateogianolio.png","language":"JavaScript","readme":"# sshync\n\nAuto-sync files or directories over SSH using [**rsync**](https://github.com/mattijs/node-rsync) and [fs.**watch**()](https://nodejs.org/docs/latest/api/fs.html#fs_fs_watch_filename_options_listener).\n\n![Animated usage GIF](example.gif)\n\nExclude files or directories by creating `.sshyncignore` in your source root (see repo root for example).\n\nDefault **rsync** options:\n* `a` – archive mode\n* `v` – verbose\n* `u` – update\n* `z` – compress\n\n```bash\n$ npm install sshync -g\n\n# Optional: Copy local SSH key to destination\n# OSX: $ brew install ssh-copy-id\n$ ssh-copy-id \u003cuser@ip[:port]\u003e\n```\n\n```bash\n# initialize sshync\n$ sshync \u003csource\u003e \u003cuser@ip[:port]:destination\u003e\n          source:       local source file/folder.\n          destination:  remote destination file/folder.\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateogianolio%2Fsshync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateogianolio%2Fsshync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateogianolio%2Fsshync/lists"}