Created
January 14, 2015 13:37
-
-
Save pik4ez/d1d62f9344228a77e3f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
settings { | |
logfile = "/home/tt4/work/lsyncd/log/lsyncd.log", | |
statusFile = "/home/tt4/work/lsyncd/log/lsyncd-status.log", | |
statusInterval = 20 | |
} | |
sync { | |
default.rsyncssh, | |
source = "/home/tt4/mnt/ji/", | |
host = "[email protected]", | |
targetdir = "/data/projects/n1.ru", | |
exclude = {"framework"}, | |
rsync = { | |
archive = false, | |
compress = false, | |
whole_file = false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment