使用lsyncd同步MULTIPLE目录

时间:2015-10-06 22:54:22

标签: linux bash lua rsync

我使用lsyncd来同步一个目录,这是我的/etc/lsyncd/lsyncd.conf.lua:

sync
 {
     default.rsyncssh,
     source="/home/user/sync/",
     host="redacted",
     targetdir="/home/user/sync"
 }

我尝试添加两个同步块,但只有第一个正在运行。 我该怎么办?

此致

1 个答案:

答案 0 :(得分:5)

所以有两种解决方案:

sync
{
        default.rsyncssh,
        source="/home/redacted/sync/",
        host="debian",
        targetdir="/home/user/sync",
        source="/home/pi/sync2/",
        targetdir="/home/user/sync2"

}

OR 我试图链接两个source =和targetdir =

实施例

PartTimeEmployee ptemployee = new PartTimeEmployee();

我们走了