Re: [BackupPC-users] backup never ending from a edubuntu client

2006-07-18 Thread Ralf Gross
don Paolo Benvenuto said:
> I installed backuppc on a ubuntu server, and I back up all the othere
> ubuntu pc of my lan.
>
> I have a problem backing up from one of the ubuntu clients, precisely
> from a edubuntu pc. The edubuntu developers ensure me that edubuntu is
> identical to ubuntu in all that refers to rsync and ssh.
>
> The backup of the edubuntu client never ends. With strace I could see
> that the rsync on the client go timeout.
>
> The config is the same as for the other clients (all working perfectly),
> except for the dirs not to backup: I added in that config the dirs
> corresponding to /dev /proc etc. below /opt/ltsp/i386
>
> I use the rsync method.

Try to replace --devices with -D in $Conf{RsyncArgs}. I also had different
problems with some clients I backup with rsync. This rsync option changed
a while ago.

Ralf




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] backup never ending from a edubuntu client

2006-07-18 Thread don Paolo Benvenuto
I installed backuppc on a ubuntu server, and I back up all the othere
ubuntu pc of my lan.

I have a problem backing up from one of the ubuntu clients, precisely
from a edubuntu pc. The edubuntu developers ensure me that edubuntu is
identical to ubuntu in all that refers to rsync and ssh.

The backup of the edubuntu client never ends. With strace I could see
that the rsync on the client go timeout.

The config is the same as for the other clients (all working perfectly),
except for the dirs not to backup: I added in that config the dirs
corresponding to /dev /proc etc. below /opt/ltsp/i386

I use the rsync method.

Here is the per-pc config file:

server-basica.pl--
# These files/paths will be excluded from the backup:
$Conf{BackupFilesExclude} = ['/proc', '/sys', '/tmp', '/dev', '/cdrom',
'/media', '/mnt', '/lost+found', '/usplash_fifo', '/opt/ltsp/i386/proc',
'/opt/ltsp/i386/sys', '/opt/ltsp/i386/tmp', '/opt/ltsp/i386/dev',
'/opt/ltsp/i386/cdrom', '/opt/ltsp/i386/media', '/opt/ltsp/i386/mnt',
'/opt/ltsp/i386/lost+found', ' /opt/ltsp/i386/lib/udev/devices'];

# Level of verbosity in Xfer log files:
#$Conf{XferLogLevel} = 1;

# Compression level to use on files. 0 means no compression. See notes
# in main config file before changing after backups have already been
done.
$Conf{CompressLevel} = 3;
--

In case you need, I can add the strace output before the timeout.

-- 
Buon Cammino!

don Paolo Benvenuto

Vuoi sapere di piĆ¹ su quello che succede qui?
leggi il mio diario a http://www.chiesamissionaria.it/diario

Visita l'enciclopedia libera, dove puoi contribuire anche tu:
http://it.wikipedia.org/


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/