I ugraded from BackupPC 2.1.0 to BackupPC 3.3.0 on Centos 4 I backup about 120 computer WXP, and I have some trouble with some PC.
The backup never ends. It is always in progress, even if the computer is off $ ping moreau PING moreau.ujf-grenoble.fr (152.77.14.205) 56(84) bytes of data. --- moreau.ujf-grenoble.fr ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1000ms But backuppc is running for this computer $ ps -aef |grep moreau backuppc 10752 9748 0 Jun13 ? 00:00:10 /usr/bin/perl /usr/local/BackupPC/bin/BackupPC_dump -f moreau backuppc 10755 10752 0 Jun13 ? 00:05:29 /usr/bin/perl /usr/local/BackupPC/bin/BackupPC_tarExtract moreau Documents 3 backuppc 10756 10752 0 Jun13 ? 00:01:13 /usr/local/samba/bin/smbclient \\moreau\Documents -U storelli -E -N -d 1 -c tarmode full -TcrX - \Ma musique \Personnel \Mes vidéos \Prive *.mp3 *.wma *.avi *.wmv *.MP3 *.WMA *.AVI *.WMV *.mpg *.wav *.aac *.asf *.MPG *.WAV *.AAC *.ASF I had the problem smbclient time out "Call timed out: server did not respond after 20000 milliseconds" So, I recompiled samba-3.10 with a biger timeout (200000 milliseconds) Now, I have no more time out problem but backuppc never ends. In fact backuppc doesn't progress. The size of "new" directory doesn't increase I tested the zize of the "new" directory $ while [ 1 ]; do du -sk new; sleep 30; done And the size is always the same. Any ideas? Could some one help me to solve this problem ? -- ================================================================== | Régis Gras | http://www-ledss.ujf-grenoble.fr | | D.C.M. | mailto:[EMAIL PROTECTED] | | 301, rue de la chimie | -------------- | | DU BP 53 | Tel 04 76 51 41 76 | | 38041 Grenoble Cedex 9 | Fax 04 76 51 40 89 | ================================================================== ------------------------------------------------------------------------- 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/
