jean-cloud-services/services/soundbase.radiodev.oma-radio.fr/lsyncd.conf
2025-10-31 18:49:12 +01:00

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,
},
}