A Blog about technology, linux, peer2peer, cool new downloads and software development.

Saturday, March 20, 2010

lsyncd ubuntu tutorial

refrence : lsyncd

// prep
sudo apt-get install libxml2-dev
wget http://lsyncd.googlecode.com/files/lsyncd-1.26.tar.gz
tar -zxvf ...
make install

// usage
ssh-copy-id user@server
lsyncd --no-daemon /full/path/ user@server:/full/path/

No comments: