mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-14 06:58:29 +00:00
956 B
956 B
layout | title |
---|---|
default | Examples |
Layer 4 Examples
bash sync:
{% highlight lua %} sync{bash, source="/home/lonewolf/teste1", target="/home/lonewolf/teste2"} {% endhighlight %}
rsyncssh option:
{% highlight lua %} sync{ default.rsyncssh, source="/var/www/live_site_resources", host="192.168.129.90", targetdir="/var/www/live_site_resources", delete="running", exclude={ ".", ".tmp" }, rsync = { compress = false, checksums = false, _extra = {"--bwlimit=50000"}, } } {% endhighlight %}
Layer 3 Examples
- GForce: forces a local directory tree to be read/writable by a group.
Layer 2 Examples
Layer 1 Examples
- Auto Image Magic: creates a "magic" directory in which all images placed into will be converted to other file formats