--- rrsync.orig 2015-09-11 01:01:55.056068188 +0300 +++ rrsync 2015-09-11 01:02:15.296068836 +0300 @@ -3,6 +3,9 @@ # Purpose: Restricts rsync to subdirectory declared in .ssh/authorized_keys # Author: Joe Smith 30-Sep-2004 # Modified by: Wayne Davison +# Modified by: Jason A. Pfeil 10 Sep 15 +# -- added -wo option to allow only sending files to the remote machine +# -- and not pulling any files from the remote machine use strict; use Socket; @@ -15,11 +18,13 @@ use constant LOGFILE => 'rrsync.log'; my $Usage = <