--- /sbin/rrsync 2016-05-07 20:00:17.000000000 -0300 +++ /sbin/rrsync 2016-05-24 13:55:42.382777747 -0300 @@ -226,6 +226,8 @@ close LOG; } +push(@opts, '--safe-links'); + # Note: This assumes that the rsync protocol will not be maliciously hijacked. exec(RSYNC, @opts, @args) or die "exec(rsync @opts @args) failed: $? $!";