BackupPC-users

[BackupPC-users] Slow bandwidth and big transfer with rsync

2011-08-26 04:07:48
Subject: [BackupPC-users] Slow bandwidth and big transfer with rsync
From: kyeto <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 26 Aug 2011 01:05:23 -0700
Hello,

I'm using backuppc 3.2.0-3 on Debian lenny.

I need to backuppc a server over xDSL. The server have 1Mbits upload and 150Go 
to backup

I'm using backuppc with rsync to sync only the delta of data.

But i have a problem with this method. Backuppc use partial backup and 40Go is 
already done.
And this morning, i restart the backup (xDSL disconnect) and the backup restart 
at the beginning, at the first file ...
All my 40go already backup is ignored ??

Can you help me please ?

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

$Conf{PartialAgeMax} = '100';

+----------------------------------------------------------------------
|This was sent by alexandre AT gi-invest DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
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>
  • [BackupPC-users] Slow bandwidth and big transfer with rsync, kyeto <=