docs/manual/examples/index.md
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 %}