Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        printf "%-48s: rsync_path => %-32s\n", "($string)" => "($rsync_pat
    +h)";
    }
    
  2. or download this
    (--rsync-path = 'blah blah')                    : rsync_path => (blah 
    +blah)                     
    (--rsync-path=/usr/bin/rsync)                   : rsync_path => (/usr/
    +bin/rsync)                
    ...
    (--rsync-path='blah blah \'blah')               : rsync_path => (blah 
    +blah \'blah)              
    (--rsync-path='blah blah' --another-option)     : rsync_path => (blah 
    +blah)                     
    (--another-option --rsync-path='blah blah')     : rsync_path => (blah 
    +blah)