logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Synchronize Directories - Lsyncd File Watcher | Online Free DevTools by Hexmos

Synchronize files with Lsyncd, an automated file watcher. Keep directories in sync across systems using rsync, ensuring immediate mirroring. Free online tool, no registration required.

lsyncd

Watch files and directories and run rsync when they change. It is often used to keep two directories on separate systems in sync, ensuring that changes made in one directory are immediately mirrored to the other. More information: https://github.com/lsyncd/lsyncd.

  • Watch the source for changes and run rsync to synchronize files to the destination on every change:

lsyncd -rsync {{path/to/source}} {{host::share_name}}

  • Use SSH instead of rsyncd shares:

lsyncd -rsyncssh {{path/to/source}} {{host}} {{path/to/destination}}

See Also