18 lines
465 B
Plaintext
18 lines
465 B
Plaintext
settings {
|
|
logfile = "$TMP_DIR/lsyncd.log",
|
|
statusFile = "$TMP_DIR/lsyncd.status",
|
|
nodaemon = true,
|
|
}
|
|
|
|
sync {
|
|
default.rsyncssh,
|
|
source = "$DATA_DIR/soundbase",
|
|
host = "$LSYNCD_HOST",
|
|
targetdir = "$LSYNCD_TARGET",
|
|
exclude = {'wav*/*', 'png/*', 'jpg*/*', 'png*/*', 'txt/*', 'webpH/*', 'import*/*', 'bonus*', 'prg/*', 'secours/*', 'statique/*', 'pige/*'},
|
|
ssh = {
|
|
identityFile = "~/.ssh/synchro_tete.sshkey",
|
|
port = 45985,
|
|
},
|
|
}
|