From a8337b0222dbd5aed31e92a8f29602f4b3761fc3 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Mon, 4 Oct 2010 13:11:34 +0000 Subject: [PATCH] readded -s as default value, (yes my system has rsync < 3) --- lsyncd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lsyncd.c b/lsyncd.c index 4cbcb70..16d06c2 100644 --- a/lsyncd.c +++ b/lsyncd.c @@ -339,8 +339,7 @@ struct global_options { * Standard default options to call the binary with. */ struct call_option standard_callopts[] = { -// { CO_TEXT, "-lts%r" }, AXK! - { CO_TEXT, "-lt%r" }, + { CO_TEXT, "-lts%r" }, { CO_TEXT, "--delete" }, { CO_EXCLUDE, NULL }, { CO_FILTER, NULL },