Hello,I'm using rsyncd to backup a server but when rsync build the file list, he stop with this error :
----------2013-10-24 16:21:02 full backup started for directory home (baseline backup #1) 2013-10-24 16:26:47 Got fatal error during xfer (No files dumped for share home)
2013-10-24 16:26:52 Backup aborted (No files dumped for share home) --------- On the server i'm log the rsyncd process with strace and i've this error ---------open("/etc/localtime", O_RDONLY) = -1 ENOENT (No such file or directory)
write(4, "2013/10/24 14:26:46 [26797] rsyn"..., 108) = 108
select(4, NULL, [3], [3], {30, 0}) = 1 (out [3], left {30, 0})
write(3, "P\0\0\10rsync error: timeout in data"..., 84) = 84
select(0, NULL, NULL, NULL, {0, 100000}) = 0 (Timeout)
exit_group(30) = ?
Process 26797 detached
---------
The configuration
---------
$Conf{RsyncShareName} = [
'home'
];
$Conf{RsyncdAuthRequired} = '0';
$Conf{XferMethod} = 'rsyncd';
$Conf{DumpPreUserCmd} = undef;
$Conf{RsyncArgs} = [
'--numeric-ids',
'--perms',
'--owner',
'--group',
'-D',
'--links',
'--hard-links',
'--times',
'--block-size=2048',
'--recursive',
'--compress',
'--timeout=60'
];
$Conf{BackupsDisable} = '1';
$Conf{BackupFilesExclude} = {
'oracle' => []
};
$Conf{XferLogLevel} = '1';
---------
If i'm use the identical settings for rsync but manuellement, it's ok.
I'm using rsync 3.0.9.
--
Cordialement,
Philippe MALADJIAN.
______________________________
HILAIRE s.a.s.
Philippe MALADJIAN
Service Informatique
205 rue Jean Voillot
69100 VILLEURBANNE
tél. standard : 04 72 37 58 23
tél. direct : 04 72 14 50 66
fax : 04 78 26 02 03
e-mail : [email protected]
<<attachment: pmaladjian.vcf>>
------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________ 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/
