diff --git a/utils/loghole.in b/utils/loghole.in index 46324a7634fc82187dd1474b4e90b26d732f84da..8cf769424499b7dd17893bfb33de52efff438751 100644 --- a/utils/loghole.in +++ b/utils/loghole.in @@ -907,7 +907,7 @@ def rsync(host, base, dlpath, paths = ["/"], port = None, output = False): except OSError: pass cmd = [RSYNC, - "-rptgoDlz", + "-rtgoDlz", "-v", # XXX "--copy-unsafe-links", "--include-from=" + dlpath]