WIP: Article checker with svelte

This commit is contained in:
2022-08-31 12:09:21 +02:00
parent 0c7ff29068
commit 60c9e88c7b
22 changed files with 2656 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
settings {
logfile = "/tmp/lsyncd.log",
statusFile = "/tmp/lsyncd.status",
nodaemon = true,
}
sync {
default.rsync,
source = "/sync/local_files",
target = "/sync/remote_files",
init = false,
}