settings({ logfile = "/tmp/lsyncd.log", statusFile = "/tmp/lsyncd.status", nodaemon = true, }) sync({ default.rsync, source = "html", target = "p6766069@home17807882.1and1-data.host:/kunden/homepages/5/d17807882/htdocs", rsync = { archive = true, compress = true, _extra = { "--delete" }, }, exclude = { ".git*", "*.log", "*.ai", "*.sw?", ".watch", ".tmp", }, })