by cbarratt
Perl implentation of rsync that can talk directly to a nativersync program or rsync daemon. The file system I/O is abstractedinto a seperate module, which allows an rsync interface to bedeveloped for data other than regular file systems.
PerlRsync is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.x and 2.6.x (protocol version 28). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remote ...
PerlRsync is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.x and 2.6.x (protocol version 28). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remote ...
PerlRsync is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.x and 2.6.x (protocol version 28). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remote ...
- Fixed some compiler warnings and verbose declaration
reported by Guillaume Filion and Rodrigo Real.
- Added a couple of tweaks for files that contain newlines,
reported by Robert Waldner.
- Changed the parent write file handle to be non-blocking. This
should avoid a deadlock reported by several users.
- Changed newSVpv() to newSVpvn() in Digest/Digest.xs to allow
empty argument to blockDigestExtract().
- csumStart() in File::RsyncP.pm now includes the $phase argument.
- Added doPartial option to support BackupPC 2.1.0. - Added File::RsyncP::abort() for graceful cleanup mid-transfer.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use