* Support for rsync and rsyncd. Changes to BackupPC_dump and new
authorcbarratt <cbarratt>
Fri, 13 Dec 2002 03:19:57 +0000 (03:19 +0000)
committercbarratt <cbarratt>
Fri, 13 Dec 2002 03:19:57 +0000 (03:19 +0000)
commite9453b7611be63303572ae443d5fb56b73364678
treef7831f10c79904b5cd8875c77c5c63b52f63f406
parent338b5484b3ed421b6bd30ab8c7925e54d670b474
* Support for rsync and rsyncd.  Changes to BackupPC_dump and new
  modules BackupPC::Xfer::Rsync and BackupPC::Xfer::RsyncFileIO.

* Added new BackupPC::View module that creates views of backups
  (handling merging etc).  Updated BackupPC_Admin, BackupPC_zipCreate
  and BackupPC_tarCreate to use BackupPC::View.  This removes lots
  of merging and mangling code from the higher-level code.
31 files changed:
ChangeLog
bin/BackupPC
bin/BackupPC_compressPool
bin/BackupPC_dump
bin/BackupPC_link
bin/BackupPC_nightly
bin/BackupPC_restore
bin/BackupPC_sendEmail
bin/BackupPC_serverMesg
bin/BackupPC_tarCreate
bin/BackupPC_tarExtract
bin/BackupPC_trashClean
bin/BackupPC_zcat
bin/BackupPC_zipCreate
cgi-bin/BackupPC_Admin
conf/config.pl
configure.pl
doc-src/BackupPC.pod
lib/BackupPC/Attrib.pm
lib/BackupPC/FileZIO.pm
lib/BackupPC/Lang/en.pm
lib/BackupPC/Lang/fr.pm
lib/BackupPC/Lib.pm
lib/BackupPC/PoolWrite.pm
lib/BackupPC/View.pm [new file with mode: 0644]
lib/BackupPC/Xfer/Rsync.pm [new file with mode: 0644]
lib/BackupPC/Xfer/RsyncFileIO.pm [new file with mode: 0644]
lib/BackupPC/Xfer/Smb.pm
lib/BackupPC/Xfer/Tar.pm
lib/BackupPC/Zip/FileMember.pm
makeDist