Yes it does! I have installed Backuppc with a :
apt-get update && apt-get upgrade && apt-get install backuppc but dependences were missing, so i've installed just two modules [Compress::Raw::Zlib] and [Scalar::Util] with CPAN and the others with source packages. I do not explain it but it works. ________________________________________ De : Les Mikesell [[email protected]] Date d'envoi : mercredi 22 février 2012 16:57 À : General list for user discussion, questions and support Objet : Re: [BackupPC-users] RE : dump failed: can't find Compress::Zlib On Wed, Feb 22, 2012 at 9:45 AM, Yannick REIN <[email protected]> wrote: > Distribution : > > Linux debian-6-squeeze 2.6.32-5-686 #1 SMP Mon Jan 16 16:04:25 UTC 2012 i686 > GNU/Linux > > But I think i have solved the problem, i just install another one CPAN module > called > > Compress::Raw::Zlib > > And it works! Doesn't that version offer backuppc in the software repository? Doing it from there will pull in all the required dependencies in packages that will track updates. The problem with direct CPAN installs isn't so much that you have to track their own dependencies (which you have now solved), but that subsequent updates of the distribution are likely to overwrite some of your modules with older, perhaps mismatching versions since your package manager won't know anything about them. -- Les Mikesell [email protected] ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
