rsync at contenidosonline.xyz
2016-May-15 13:04 UTC
--inplace option seems sending whole file
Hi I'm having issues sendig a lot of tar.gz backup files to a ZFS remote filesystem server. This files are compressed with the --rsyncable option. Sending without --inplace option rsync works well and send only the differences, but to create a temporary file and rewrite the file destination, zfs snapshots contain the full size of the backup, not only differences block. I've tried with the --inplace option but seems not workig, send whole file, not deltas. I'm missing something ? This in my rsync setup: /usr/local/bin/rsync -avzrh --inplace --delete -e 'ssh -p xxxx' /backup/ backup at xxx.xxxx.xx:/home/backup/server Thanks in advance roberto -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20160515/fb241ac1/attachment.html>
You don't have any options there that would tell you if it was transferring the whole file or not. --itemize-changes and --stats would help. On 05/15/2016 09:04 AM, rsync at contenidosonline.xyz wrote:> > Hi > > I'm having issues sendig a lot of tar.gz backup files to a ZFS remote > filesystem server. > > This files are compressed with the --rsyncable option. > > Sending without --inplace option rsync works well and send only the > differences, but to create a temporary file and rewrite the file > destination, zfs snapshots contain the full size of the backup, not only > differences block. > > I've tried with the --inplace option but seems not workig, send whole > file, not deltas. > > I'm missing something ? > > This in my rsync setup: > > /usr/local/bin/rsync -avzrh --inplace --delete -e 'ssh -p xxxx' > /backup/ backup at xxx.xxxx.xx:/home/backup/server > > Thanks in advance > > > roberto > > > >-- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone: (407) 252-6853 Systems Administrator Internet: FutureQuest, Inc. Kevin at FutureQuest.net (work) Orlando, Florida kmk at sanitarium.net (personal) Web page: http://www.sanitarium.net/ PGP public key available on web site. ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL: <http://lists.samba.org/pipermail/rsync/attachments/20160515/5a14b4e3/signature.sig>