Deploy `/etc/lsyncd/lsyncd.conf.lua`.

This commit is contained in:
Kazuhiro MUSASHI 2024-02-12 18:08:32 +09:00
parent 2ad8d0938d
commit 8df5e02c18
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
settings {
logfile = "/var/log/lsyncd/lsyncd.log",
statusFile = "/var/log/lsyncd/lsyncd.status",
statusInterval = 20,
nodaemon = false
}
sync {
default.rsync,
source = "/home/kazu634/works/mnt/",
target = "kazu634@192.168.10.200:/volume1/homes/kazu634/Drive/Shared/project/",
rsync = {
archive = true,
compress = true
}
}