blob: df093d4ca3d2f9cac388a2c561d437e23bf6159e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- default-rsync.lua.orig 2018-03-09 12:39:11 UTC
+++ default-rsync.lua
@@ -682,7 +682,7 @@ rsync.exitcodes = default.rsyncExitCode
rsync.rsync =
{
-- The rsync binary to be called.
- binary = '/usr/bin/rsync',
+ binary = '/usr/local/bin/rsync',
links = true,
times = true,
protect_args = true
|