Hello!
I'm new with backuppc. I try to make a backup, but i get the error:
"007-07-17 07:17:55 Started full backup on hostdomain.com (pid=10633, share=/)
2007-07-17 07:18:02 Backup failed on host.domain.com (fileListReceive failed)"
the config .pl of host looks:
"$Conf{BackupFilesExclude} = {
'/usr' => [
''
],
'/initrd' => [
''
],
'/dbfb' => [
''
],
'/bin' => [
''
],
'/lib' => [
''
],
'/mnt' => [
''
],
'/media' => [
''
],
'/opt' => [
''
],
'/dev' => [
''
],
'/selinux' => [
''
],
'/tmp' => [
''
],
'/misc' => [
''
],
'/boot' => [
''
],
'/home' => [
''
],
'/root' => [
''
],
'/srv' => [
''
],
'/sys' => [
''
],
'/command' => [
''
],
'/lost+found' => [
''
],
'/sbin' => [
''
]
};
$Conf{BackupFilesOnly} = {
'/var' => [
''
],
'/etc' => [
''
]
};
$Conf{ClientTimeout} = 72000;
$Conf{CompressLevel} = 3;
$Conf{MaxOldPerPCLogFiles} = 12;
$Conf{PingCmd} = '$pingPath -c 1 -w 3 $host';
$Conf{PingMaxMsec} = 40;
$Conf{RsyncArgs} = [
'--numeric-ids',
'--perms',
'--owner',
'--group',
'-D',
'--links',
'--hard-links',
'--times',
'--block-size=2048',
'--recursive',
'--specials'
];
$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host
$rsyncPath $argList+';
$Conf{RsyncRestoreArgs} = [
'--numeric-ids',
'--perms',
'--owner',
'--group',
'-D',
'--links',
'--hard-links',
'--times',
'--block-size=2048',
'--relative',
'--ignore-times',
'--recursive'
];
$Conf{RsyncShareName} = [
'/'
];
$Conf{XferLogLevel} = 1;
$Conf{XferMethod} = 'rsync';
After i add this host, i've added the public key server of user
backuppc into authorized_key of the host and the log error was the
same. Aftter i've read some threads, i deleted the public key from
authorized key and i've added to authorized_key2. But the error log is
the same.
Any ideas?
Best regards,
--
Daniel Corabian
Unix Account Manager
AccelerateBiz Hosting, Inc.
Mobile: +40-742-391927
E-mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/