mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-13 14:43:09 +00:00
readded -s as default value, (yes my system has rsync < 3)
This commit is contained in:
parent
9e66ac3686
commit
a8337b0222
3
lsyncd.c
3
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 },
|
||||
|
Loading…
Reference in New Issue
Block a user