Appu wrote: > sorry for late reply . Actualli had fever. Ya for ur kind > information i m using fedora Core 7 and Backuppc 3.1.0 version . And > the rsync is inbuilt with the operating system , I m not installed > it separately. > now i got the following error. > > backup failed (File::RsyncP module version (0.62) too old: need...)
Rsync and File::RsyncP are not the same thing. You can use the version of rsync that comes with Fedora 7, but Fedora 7 comes with BackupPC 2.1.2 in its repository. If you installed that you should be good with File::RsyncP 0.62, but you really need File::RsyncP 0.68 if you want to use BackupPC 3.1.0. Some ideas: 1. You can add Dag's yum repository (http://dag.wieers.com/rpm/) and then 'yum install perl-File-RsyncP' to install an RPM for version 0.68. This is what I do on CentOS. 2. You can also get the RPM package directly from Dag if you don't want to add his repository: http://dag.wieers.com/rpm/packages/perl-File-RsyncP/ 3. Install File::RsyncP 0.68 using CPAN: perl -MCPAN -e 'install File::RsyncP' 4. Get it from http://perlrsync.sourceforge.net/ Nils Breunese. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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/
