Help for this page

Select Code to Download


  1. or download this
    sub _replicate{
        my $ref = shift;
    ...
        my $rsync_cmd = $rsync.$server.$from.$to;
        print "Thread-",threads->self->tid," executing ", $rsync_cmd;
    }