On Fri, 30 Nov 2007, Les Stott wrote:

> Just to compare versions.....
> 
> For me it happens on 2 different servers which both run BackupPC-3.0.0
> 
> 1. Centos 4.5, rsync  version 2.6.3  protocol version 28, 
> perl-File-RsyncP-0.68-1.el4.rf
> 
> and
> 
> 2. Centos 5, rsync  version 2.6.9  protocol version 29 on Centos 5, 
> perl-File-RsyncP-0.68-1.el5.rf
> 
> Both are localhost backups run using rsync and sudo, so rsync version is 
> identical.
> 
> Both have the same rsync commands and arguments.
> 
> $Conf{RsyncClientCmd} = '/usr/bin/sudo /special/rsyncSend $argList+';
> $Conf{RsyncClientRestoreCmd} = '/usr/bin/sudo /special/rsyncSend $argList+';
> 
> $Conf{RsyncArgs} = [
>   '--numeric-ids',
>   '--perms',
>   '--owner',
>   '--group',
>   '-D',
>   '--links',
>   '--hard-links',
>   '--times',
>   '--block-size=2048',
>   '--recursive'
> ];

We use the same rsync args, but the backup is done with rsync over ssh.

> perhaps its a bug??????

If I create a tar file with BackupPC_tarCreate the files are missing, too.
BackupPC_zcat works fine, so the files obviously are transferred correctly.
Looks like a bug to me...

Best regards,
Bernd

-- --------------------------------------------------------------------- --
Dipl.-Math. Bernd Oberknapp       Universitaetsbibliothek Freiburg
Tel: +49-761 / 203-3852           Platz der Universitaet 2 | Postfach 1629
Fax: +49-761 / 203-3987           79098 Freiburg           | 79016 Freiburg

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
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/

Reply via email to