Le samedi 03 octobre 2009 à 14:57 +0200, m...@knoway.info a écrit : > Hi, > > is currently possible to use pbzip2 instead of bzip2 for pool/file > compression? > > It could be better with archive-hosts and/or for pool management? > Someone has already tried it?
Not tried it yet with BackupPC. but tried pbzip2 with some big files, and indeed, if you have multi-core CPU, it can speedup things. For pool file, I don't think it can be used as files are compressed using Compress::Zlib perl library. But you can always use it for archived host, without modification needed in BackupPC: /usr/share/bin/BackupPC_tarCreate -t -h host -n -1 -s "*" . | pbzip2 -c > /mnt/extbackup/host.tar.bz2 I just saw there's also an equivalent for gzip: http://www.zlib.net/pigz/ (I haven't tried it yet). Regards, Daniel > > Thanks > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ -- Daniel Berteaud FIREWALL-SERVICES SARL. Société de Services en Logiciels Libres Technopôle Montesquieu 33650 MARTILLAC Tel : 05 56 64 15 32 Fax : 05 56 64 15 32 Mail: dan...@firewall-services.com Web : http://www.firewall-services.com ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/