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/ bac...@xxx.xxxx.xx:/home/backup/server
Thanks in advance
roberto
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html