Whats incorrect about this syntax? it wont let me run the sync..
settings = {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/lsyncd.status"
},
sync {
default.rsync,
source = "/home/path1",
target = "/home/path2",
delay = 15,
rsync = {
chown = webdev:webdev
}
}
This works for me: