r8745@llin: dpavlin | 2005-11-08 21:24:32 +0100
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Tue, 8 Nov 2005 20:24:45 +0000 (20:24 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Tue, 8 Nov 2005 20:24:45 +0000 (20:24 +0000)
commit0c744034b07a7e2b6e395adac113e946dba53924
tree12fdb854bd2137b1850c2c66431ac4b02940bbb5
parent5301b65efe71c562d9600d471cad384524045b94
 r8745@llin:  dpavlin | 2005-11-08 21:24:32 +0100
 re-wrote creation of tar archives. gzip is now called directly from
 BackupPC_tarIncCreate. It uses multiple pipes to create .tar.gz and md5sum
 on the fly, supports MaxArchiveFileSize as maximum size of UNCOMPRESSED
 archive (to facilitate decompression on filesystems with limited file size).

 For that, there are two split implementations:
 - one which splits multiple files (smaller than MaxArchiveFileSize) into
   multiple tar archives
 - other which splits individual files (larger than MaxArchiveFileSize) into
   multiple tar archives (dir is named like file, and files are named as
   part number)

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@234 8392b6e1-25fa-0310-8288-cc32f8e212ea
BUGS
Makefile
bin/BackupPC_tarIncCreate
conf/config.pl