Manual is now on github

This commit is contained in:
Axel Kittenberger 2012-04-14 23:18:19 +02:00
parent a28999ddde
commit 3efd6888a0
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Lsyncd watches a local directory trees event monitor interface (inotify or fseve
Rsync+ssh is an advanced action configuration that uses a SSH to act file and directory moves directly on the target instead of retransmitting the move destination over the wire.
Fine-grained customizaton can be achieved through the config file. Custom action configs can even be written from scratch in cascading layers ranging from shell scripts to code written in the [Lua language](http://www.lua.org/) This way simplicity can be balanced with powerfulness. See the manual for details [Lsyncd20Manual](http://code.google.com/p/lsyncd/wiki/Lsyncd20Manual)
Fine-grained customizaton can be achieved through the config file. Custom action configs can even be written from scratch in cascading layers ranging from shell scripts to code written in the [Lua language](http://www.lua.org/) This way simplicity can be balanced with powerfulness. See the manual for details [Lsyncd20Manual](https://github.com/axkibe/lsyncd/wiki/Manual-to-Lsyncd-2.0.x)
License: [GPLv2](http://www.fsf.org/licensing/licenses/info/GPLv2.html) or any later GPL version.
@ -31,7 +31,7 @@ transfers them to 'remotehost' using the rsync-share 'share'.
This will also rsync/watch '/home', but it uses a ssh connection to make moves local on the remotehost instead of retransmitting the moved file over the wire.
Some more complicated examples, tips and tricks you can find in the [Lsyncd20Manual](http://code.google.com/p/lsyncd/wiki/Lsyncd20Manual).
Some more complicated examples, tips and tricks you can find in the [Lsyncd20Manual](https://github.com/axkibe/lsyncd/wiki/Manual-to-Lsyncd-2.0.x).
Disclaimer
----------