mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-17 10:35:10 +00:00
bfc604a591
In this mode, multiple tunnel processes are started and connection a load balanced on the pool of connections. Example config: ... sync { default.rsync, tunnel = tunnel { command = {"ssh", "-N", "-L", "localhost:${localport}:localhost:873", "user@testmachine"}, mode = "pool", parallel = 2, }, target = "rsync://localhost:${localport}/test", ... } |
||
---|---|---|
.. | ||
churn-direct.lua | ||
churn-rsync.lua | ||
churn-rsyncssh.lua | ||
ci-run.sh | ||
exclude-rsync.lua | ||
exclude-rsyncssh.lua | ||
filter-rsync.lua | ||
l4rsyncdata.lua | ||
schedule.lua | ||
setup.lua | ||
teardown.lua | ||
testlib.lua | ||
utils_test.lua |