File::Rsync

A Perl interface to rsync
Download

File::Rsync Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lee Eakin
  • Publisher web site:
  • http://search.cpan.org/~leakin/

File::Rsync Tags


File::Rsync Description

A Perl interface to rsync File::Rsync is a Perl convenience wrapper for the rsync program. Written for rsync-2.3.2 and updated for rsync-2.6.0 but should perform properly with most recent versions.SYNOPSISuse File::Rsync;$obj = File::Rsync->new( { archive => 1, compress => 1, rsh => '/usr/local/bin/ssh', 'rsync-path' => '/usr/local/bin/rsync' } );$obj->exec( { src => 'localdir', dest => 'rhost:remdir' } ) or warn "rsync failed\n"; Requirements: · Perl


File::Rsync Related Software