BackupPC-users

Re: [BackupPC-users] fileListReceive failed

2014-07-08 10:32:00
Subject: Re: [BackupPC-users] fileListReceive failed
From: Elodie Chapeaublanc <elodie.chapeaublanc AT curie DOT fr>
To: Holger Parplies <wbppc AT parplies DOT de>
Date: Tue, 8 Jul 2014 16:22:45 +0200
Hi,

Actually I use the following version of rsync for the server and the 
ubuntu client:

rsync --version
rsync  version 3.0.9  protocol version 30


My RsyncArgs are :

$Conf{RsyncArgs} = [
   '--numeric-ids',
   '--perms',
   '--owner',
   '--group',
   '-D',
   '--links',
   '--hard-links',
   '--times',
   '--block-size=2048',
   '--recursive',
   '--checksum-seed=32761',
   '--one-file-system',
   ''
];

$Conf{RsyncRestoreArgs} = [
   '--numeric-ids',
   '--perms',
   '--owner',
   '--group',
   '-D',
   '--links',
   '--hard-links',
   '--times',
   '--block-size=2048',
   '--relative',
   '--ignore-times',
   '--recursive',
   '--one-file-system',
   '--checksum-seed=32761',
   ''
];


Concerning my in/excludes :

I have no folder for the server configuration.

For My Ubuntu machine, I have :
$Conf{RsyncShareName} = [
   'Documents_win',
   'home',
   'etc',
   'var',
   'data'
];


$Conf{BackupFilesExclude} = {
   'home' => [
     'echapeaublanc/Dropbox',
     'echapeaublanc/.local',
     'echapeaublanc/ici-clone',
     'echapeaublanc/.gvfs',
     'echapeaublanc/.cache'
   ]
};


Extract of my Rsyncd.conf :

[Documents_win]
        path = /media/OS/Users/echapeaublanc/Documents/data_windows/

[home]
         path = /home/

[etc]
         path = /etc/
[var]
     path =/var/

[data]
     path =/media/DATA/


Yes I added some folders after the first try because  I had some access 
errors.

Yes I have the same error on the other machine.


Le 08/07/2014 16:05, Holger Parplies a écrit :
> Hi,
>
> Elodie Chapeaublanc wrote on 2014-07-08 10:48:09 +0200 [[BackupPC-users] 
> fileListReceive failed]:
>> I just install backuppc on Ubuntu 12.04 with rsyncd.
>>
>> For client machines Windows, Ubuntu and Mac, i obtain this error message
>> "fileListReceive failed".
> which version of rsyncd are they running?
>
>> I managed to backup once ubuntu machine before
>> the error.
>> How can I solve them ?
>> [...]
>> incr backup started back to 2014-07-02 17:06:58 (backup #0) for directory 
>> Documents_win
>> [...]
>> Remote[1]: ERROR: buffer overflow in recv_rules [sender]
>> Remote[1]: rsync error: error allocating core memory buffers (code 22) at
> What do your in-/excludes look like? Did you change them after that successful
> backup of the Ubuntu machine? The error is happening on the remote machine(s)
> (this is only one of the logs; I assume the error is the same in the other
> cases?), but it seems to be triggered by what BackupPC (File::RsyncP) is
> sending ...
>
> Hope that helps.
>
> Regards,
> Holger


-- 
--
Elodie Chapeaublanc
IE Bioinformatique
Équipe Oncologie Moléculaire
Institut Curie - UMR 144 - CNRS
26 rue d'Ulm - 75248 Paris Cedex 05
Tel: +33 1 56 24 63 57
Email: elodie.chapeaublanc AT curie DOT fr


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>