https://bugzilla.samba.org/show_bug.cgi?id=13317
--- Comment #24 from Ben RUBSON <ben.rub...@gmail.com> --- ZFS only shares between files with dedup on. So first rsync / diff succeeded, second gave same result as before : # rsync -a --inplace $tmpfs/f1 $f/f3 ; echo $? ; diff $tmpfs/f1 $f/f3 0 Files /mnt/f1 and /test/f3 differ # ls -l $f total 1048593 -rw------- 1 root wheel 629145600 6 Mar 09:38 f2 -rw------- 1 root wheel 629145600 6 Mar 09:40 f3 # du -sm $f/* 601 /test/f2 424 /test/f3 -- You are receiving this mail because: You are the QA Contact for the bug. -- 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