mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-07 09:04:05 +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.
|
* Standard default options to call the binary with.
|
||||||
*/
|
*/
|
||||||
struct call_option standard_callopts[] = {
|
struct call_option standard_callopts[] = {
|
||||||
// { CO_TEXT, "-lts%r" }, AXK!
|
{ CO_TEXT, "-lts%r" },
|
||||||
{ CO_TEXT, "-lt%r" },
|
|
||||||
{ CO_TEXT, "--delete" },
|
{ CO_TEXT, "--delete" },
|
||||||
{ CO_EXCLUDE, NULL },
|
{ CO_EXCLUDE, NULL },
|
||||||
{ CO_FILTER, NULL },
|
{ CO_FILTER, NULL },
|
||||||
|
Loading…
Reference in New Issue
Block a user