Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 366 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 366 Bytes

rsync-watcher

Synchronize your local directory with remote server directory in realtime.

Install

sudo ./install.sh

then restart terminal

Usage

# Locally
rsync-watcher /path/to/source/directory /path/to/destination

# Destination on remote server
rsync-watcher /path/to/source/directory username@remote_host:/destination/directory