<div dir="ltr"><div>Hi Harry,</div><div><br></div>I don't know it is the case here, but often a difference of size after cp or rsync is caused by hardlinks not being preserved.<div>Try to add the -H option to rsync to see if that changes something.</div>

<div><br></div><div>Yann</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/31 Laurent Blume <span dir="ltr"><<a href="mailto:laurent@opencsw.org" target="_blank">laurent@opencsw.org</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2013-08-29 10:17 PM, Harry Putnam wrote:<br>
> Running Openindiana (solaris branch) and using some csw tools too.<br>
><br>
> csw stuff is installed at /opt/csw.  Since my root pool space is<br>
> shrinking I thought I might move all of /opt off on a different zpool<br>
> on a different disc.  Then just put a symlink in place at /opt.<br>
<br>
</div>Using a symlink is a terrible idea, and furthermore - why? You can just<br>
set your new dataset mountpoint to be /opt.<br>
<br>
To be clear: if you use symlinks, updates expecting it to be a directory<br>
can just remove the symlink and recreate as an empty directory. This was<br>
particularly true in S10; on IPS, I expect that "pkg fix" would not be<br>
happy about them either.<br>
<div class="im"><br>
> I decided to do it with rsync and after rsyncing everything to /t1/opt<br>
>  (rsync -avv /opt/ /t1/opt/ )<br>
><br>
> But when I check the result with du I find a huge difference in size.<br>
><br>
> the original /opt shows 355 MB but the copied opt shows only 173 MB<br>
><br>
> I thing tried with copy  using gnu copy  and did 'cp -a' /opt/t1/<br>
><br>
> Again it comes up with the big difference in size..<br>
><br>
> Any ideas what could explain that?<br>
<br>
</div>Posting exactly what you did would help understand. Also, you can do a<br>
"find . | sort > file" in each directory and compare the files.<br>
<span class="HOEnZb"><font color="#888888"><br>
Laurent<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.opencsw.org">users@lists.opencsw.org</a><br>
<a href="https://lists.opencsw.org/mailman/listinfo/users" target="_blank">https://lists.opencsw.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>