BackupPC-users

[BackupPC-users] Win2k SP4 + Cygwin-rsyncd 2.6.8_0 transfers only +/-500 Kbytes - very very slow

2008-05-06 00:14:22
Subject: [BackupPC-users] Win2k SP4 + Cygwin-rsyncd 2.6.8_0 transfers only +/-500 Kbytes - very very slow
From: "Giorgio Emanuel" <giorgiolago AT gmail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 6 May 2008 01:14:14 -0300
Hi guys i need some help wich Rsync running under windows (cygwin)
My backups transfers do not exceed the speed of 500 kbytes no matter what I do, I tried to use the latest version cygwin snapshot  and the rate of speed did not increase :(  the rate of transfer is slow... keeps in 500 kbytes or less.
Someone can help me?
This problem occurs in all my 4 win2k servers, in my linux servers rsync work so good and faster :D
I did a test using smb share on the server win2k and using rsync on this share, got much better rates of transfers, this method is safe?

this is rsync conf on win2k server:
cygrunsrv.exe -I rsyncd -e CYGWIN=nontsec -p c:/rsyncd/rsync.exe -a "--config=c:/rsyncd/rsyncd.conf --daemon --no-detach"
cygrunsrv.exe --start rsyncd


in backuppc server is:

$Conf{RsyncShareName} = [
  'usuarios',
  'cpa',
  'setores'
];

$Conf{RsyncdUserName} = 'backup';
$Conf{RsyncdPasswd} = 'famabackup';

$Conf{XferMethod} = 'rsyncd';
$Conf{BackupFilesOnly} = {};
$Conf{RsyncArgs} = [
  '--numeric-ids',
  '--perms',
  '--owner',
  '--group',
  '-D',
  '--links',
  '--hard-links',
  '--times',
  '--block-size=2048',
  '--recursive',
  '--exclude-from=/etc/backuppc/filtro_bdc.txt'
];
$Conf{XferLogLevel} = '1';
$Conf{ClientCharset} = 'cp1252';
$Conf{BlackoutPeriods} = [
  {
    'hourEnd' => '24',
    'weekDays' => [
      '1',
      '2',
      '3',
      '4',
      '5',
      '6'
    ],
    'hourBegin' => '7'
  }
];

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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>