iazmin writes:

> I installed everything provided in 
> http://www.inreto.de/dns323/fun-plug/0.5/extra-packages/perl/. So the perl 
> version is 5.10-2 while for backuppc I am using 3.1.0 version.

At line 1635 of bin/BackupPC, try replacing this:

    foreach my $host ( sort(HostSortCompare keys(%$Hosts)) ) {

with this:

    foreach my $host ( sort HostSortCompare keys(%$Hosts) ) {

Craig

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
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/

Reply via email to