<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 2013-12-08 11:38 AM, Charles Marcus
      <a class="moz-txt-link-rfc2396E" href="mailto:CMarcus@Media-Brokers.com"><CMarcus@Media-Brokers.com></a> wrote:<br>
    </div>
    <blockquote cite="mid:52A4A082.9030906@Media-Brokers.com"
      type="cite"><br>
      3. Copy current /usr to temp directory<br>
      <br>
      rsync -avHP --numeric-ids <i class="moz-txt-slash"><span
          class="moz-txt-tag">/</span>usr/<span class="moz-txt-tag"></span></i>
      <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>tmp-usr<span
          class="moz-txt-tag">/</span></i> </blockquote>
    <br>
    Decided to use rsync, and have a question...<br>
    <br>
    Why, after rsync'ing /usr to /tmp-usr, do the sizes differ?<br>
    <br>
     # du -h --max-depth=0 /usr<br>
    3.5G    /usr<br>
    <br>
    and<br>
    <br>
     # du -h --max-depth=0 /tmp-usr<br>
    3.7G    /tmp-usr<br>
    <br>
    Is that because of the different filesystems (ext4 on / and reiserfs
    on /usr) maybe?<br>
    <br>
    Is there a simple way to get the total # of files and directories
    for comparison, like you can in Windows when getting properties of a
    folder?<br>
    <br>
    <div class="moz-signature">-- <br>
      <br>
      Best regards,<br>
      <br>
      <b><i>Charles</i></b></div>
  </body>
</html>