Johan Str m writes:

> I just got BackupPC setup and working, (what a nice piece of  
> software :D), when I had a disk crash on the system drive of the  
> system running backuppc... The disk where backuppc has its top-dir is  
> however not the same and everything there is fine.
> 
> After a fresh reinstall of FreeBSD 6.1 on a new disk, I tried to get  
> BackupPC working again. I installed it using the old config.pl (when  
> asked in configure.pl), and I had all perl plugins installed..
> However.. As soon as any of the clients are to be dumped, all I get  
> is this in the log:
> 
> File::RsyncP module doesn't exist

Strange.  Your tests do indeed confirm that File::RsyncP does
exist and perl can load it.

The test is in lib/BackupPC/Xfer/Rsync.pm.  All it does it checks
whether "use File::RsyncP;" works or not.  It shouldn't matter
whether the verion is 0.52 or 0.64.

Is it possible the BackupPC_dump is running a different (older)
version of perl?  Look at the first line of BackupPC_dump, eg:

    /usr/bin/perl

and check whether that version can load File::RsyncP:

    /usr/bin/perl -e 'use File::RsyncP;'

Craig

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to