search for: perlrsync

Displaying 3 results from an estimated 3 matches for "perlrsync".

2003 Aug 04
0
perlrsync (was plain source -> encrypted destination: rsync + gpg)
Hi, I have achieved a reasonable preprocessing of files before pushing them to the remote server (for instance, compressing or encrypting the files) using perlrsync (in the source) and rsync (destination). I tried patching the rsync sources, but it's obviously non-trivial and I am obviously not a capable C coder. When I found perlrsync and could see that it's wire-compatible with rsync I decided to patch the perl libs instead. The resulting patche...
2002 Dec 25
0
Initial release of PerlRsync (perl rsync client)
I have just released the first version 0.10 of File::RsyncP to SourceForge. See: http://perlrsync.sourceforge.net File::RsyncP is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.5 (protocol version 26). It can send or receive files, either by running rsync on the remote machine, or connecting to an rsyncd deamon on the remote machine. What use is File::RsyncP? The...
2003 Feb 25
0
BackupPC 2.0.0beta0 released - now supports rsync
...ncd. The backend features hard-linking of any identical files (not just files with the same name) and compression, giving a 6x to 10x reduction in disk storage. It also has a comprehensive web (CGI) interface. The rsync support in BackupPC is based on File::RsyncP, a perl rsync client; see http://perlrsync.sourceforge.net. A future version of BackupPC will also support block and file checksum caching for additional performance. Craig