{"id":13587294,"url":"https://github.com/drunomics/syncd","last_synced_at":"2026-02-20T20:02:12.035Z","repository":{"id":15926087,"uuid":"18667942","full_name":"drunomics/syncd","owner":"drunomics","description":"Watches for file changes and rsyncs them to a remote machine.","archived":false,"fork":false,"pushed_at":"2023-12-15T17:59:10.000Z","size":9,"stargazers_count":181,"open_issues_count":6,"forks_count":55,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-02-04T08:20:00.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://wolfgangziegler.net/auto-rsync-local-changes-to-remote-server","language":"Shell","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/drunomics.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":"2014-04-11T08:44:57.000Z","updated_at":"2025-08-14T07:21:06.000Z","dependencies_parsed_at":"2023-12-15T18:53:17.732Z","dependency_job_id":"b71b654e-b5cc-40af-ad35-ac2a7b86275c","html_url":"https://github.com/drunomics/syncd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drunomics/syncd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drunomics%2Fsyncd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drunomics%2Fsyncd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drunomics%2Fsyncd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drunomics%2Fsyncd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drunomics","download_url":"https://codeload.github.com/drunomics/syncd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drunomics%2Fsyncd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29662572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-08-01T15:06:08.554Z","updated_at":"2026-02-20T20:02:12.000Z","avatar_url":"https://github.com/drunomics.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"syncd\n=====\n\nSyncd is a simple bash script that watches for file changes and rsyncs them to a remote machine. It uses inotify to watch for file system changes and syncs the whole directory to a remote machine using rsync. The script makes sure to aggregate change events during a running rsync, such that after the initial sync a subsequent sync can be triggered (and so on).\n\nRequirements\n------------\nRight now a linux based system with inotify-tools and rsync installed is required, .e.g for ubuntu/debian based systems run\n```\napt-get install inotify-tools rsync\n```\n\nFor Mac OS X support https://github.com/ggreer/fsevents-tools could be integrated instead of inotify.\n\n\nInstallation\n------------\n * Clone the script in a directory of your choice, e.g.\n```\ncd ~/opt\ngit clone git@github.com:drunomics/syncd.git\n```\n * Best, put syncd in your $PATH, for example by running:\n```\ncd syncd\nsudo ln -s $PWD/syncd /usr/local/bin/syncd\n```\n\nUsage\n-----\n* Copy the syncd.conf file to the directory you want to sync, or in some of its parent directories and adapt it your needs.\n* Run \"syncd start\" in any directory below of the directory holding your syncd.conf file to start the daemon script.\n* By default, the script will create a .syncd.pid file for tracking the daemon process ID and a .syncd.log file to which the rsync output will be written.\n* Arguments known are the ones known from initd scripts (start,stop,restart,status) as well as \"run\" for manually triggering a rsync and \"log\" for checking the rsync output.\n\n\nAuthor\n------\nWolfgang Ziegler, nuppla@zites.net, drunomics GmbH\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrunomics%2Fsyncd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrunomics%2Fsyncd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrunomics%2Fsyncd/lists"}