mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
Lsyncd is designed to synchronize a local directory tree with low profile of expected changes to a remote mirror. Lsyncd is especially useful to sync data from a secure area to a not-so-secure area. WWW: https://axkibe.github.io/lsyncd/ PR: 228714 Submitted by: Junichi Satoh <junichi@junichi.org>
11 lines
337 B
Lua
11 lines
337 B
Lua
--- 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
|