Hello,<div><br></div><div>First things I'm thinking of is :</div><div>1. Do you have inside your backup tree some links that point outside the filesystem ? (ie. some mounted folder) If so, add the -x flag (don't cross filesystem boundaries)</div>


<div>2. Do you have some hard links inside your tree that may create recursive loops ? If so, try with the -H flag too (preserve hard links)</div><div>That would lead to -xHaze 'ssh ...'</div><div><br></div><div>

Greg</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Nov 29, 2012 at 9:24 AM, Ben Oswald <span dir="ltr"><<a href="mailto:benoswald@benoswald.de" target="_blank">benoswald@benoswald.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hey,<br>
<br>
I'm using rsync to backup my server but there is a problem because<br>
rsync is using very huge amounts traffic. But first to the setup. The<br>
server I backup has 4GB of data and I use the following command to<br>
backup this data.  /usr/bin/rsync -aze 'ssh -i /root/.ssh/backup.key -l<br>
backupuser' --rsync-path='sudo rsync' --delete --exclude-from=ex.list<br>
$SRC $TRG<br>
<br>
The problem is that the traffic generated to backup these 4GB of data<br>
is often (yes not every time I backup) up to 200GB and more if I don't<br>
stop the process. Rsync it self is showing me not more than 4GB of<br>
transmitted data at the end of the rsync call.<br>
So is there a known reason for this behaviour of rsync and if yes how<br>
can I solve this problem?<br>
<br>
Best regards,<br>
<br>
Ben<br>
<span><font color="#888888">--<br>
Please use reply-all for most replies to avoid omitting the mailing list.<br>
To unsubscribe or change options: <a href="https://lists.samba.org/mailman/listinfo/rsync" target="_blank">https://lists.samba.org/mailman/listinfo/rsync</a><br>
Before posting, read: <a href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a><br>
</font></span></blockquote></div><br></div>