<!DOCTYPE HTML>
<HTML>
<HEAD><meta http-equiv="content-type" content="text/html; charset=UTF-8"></HEAD>
<BODY style="padding:5px; line-height: 1.3em; font-size: 13px; color: #333; background-color: #FFF; font-family: Arial, Helvetica, sans-serif">
<div><br />
Hi<br />
<br />
I'm having issues sendig a lot of tar.gz backup files to a ZFS remote filesystem server.<br />
<br />
This files are compressed with the --rsyncable option.<br />
<br />
Sending without --inplace option rsync works well and send only the differences, <span id="result_box" lang="en"><span>but</span> <span>to</span> <span>create a temporary file</span> <span>and rewrite</span> <span>the file</span> <span>destination,</span> <span>zfs</span> snapshots <span>contain</span> <span>the</span> <span>full size</span> <span>of the</span> <span>backup,</span> <span>not only</span> <span>differences</span> <span>block.<br />
<br />
I've tried with the --inplace option but seems not workig, send whole file, not deltas.<br />
<br />
I'm missing something ?<br />
<br />
This in my rsync setup:</span></span><br />
<br />
/usr/local/bin/rsync -avzrh --inplace  --delete -e 'ssh -p xxxx' /backup/ backup@xxx.xxxx.xx:/home/backup/server<br />
<br />
Thanks in advance<br />
<br />
<br />
roberto<br />
<br />
 </div>

<div id="signature"><!--SIG--><!--/SIG--></div>

</BODY>
</HTML>