-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hello friends,

to avoid the chkrootkit find spending hours in my /var/lib/backuppc usb disk,
i moved it to /srv/backuppc.
i needed to change the topdir and the log dir in /etc/backuppc/config.pl, but
the link process wasn't impressed with my changes, and attempted to rebuild
/var/lib/backuppc/c?pool/... .
after an inquiry (and perl is not my language) i did the fix: append the
following two lines to /usr/share/backuppc/lib/BackupPC/Lib.pm:

$bpc->{PoolDir}  = "$bpc->{TopDir}/pool";
$bpc->{CPoolDir} = "$bpc->{TopDir}/cpool";

in the ConfigRead sub, after the lines:
($mesg, $config) = $bpc->{storage}->ConfigDataRead($host);
return $mesg if ( defined($mesg) );

best regards,
alex


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iJwEAQECAAYFAkjO7poACgkQ2nA3WyrfyeMloQP/SyoefUCMZ6+Xu53E7qo3x4wN
KB0BoTBQ0tVvLMlbvocva1hNnGkPxIod0x1RC3YdGLMT7drtcfuHODyhTlE4YGaa
0OXgWbwXBUzHfcueG0dcLSxVHtWw8WrfdDHzO/bOPMtud2+WbfVE+eCIHUQLqXYu
JmscVr2gLD2FckHExZM=
=5ev0
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BackupPC-devel mailing list
BackupPC-devel@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to