Re: inconsistent checksums on copied directories

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 3:40 PM -0800 11/20/06, charles f. zeitler wrote:
>when i copy a directory,
>using cp -a or
>cd from_dir ; tar cf - original_dir | ( cd to_dir ; \
>tar xfBp - )
>
>and check them both with
>tar cf - dir | sha1sum,
>i get different checksums
>although both dirs have
>the same name and
>matching pairs of files
>have the same sha1sum.
>
>am i doing something wrong?

You aren't doing the tar for the sha1sums from the same relative position,
so the path in the tarfile is different.  If you really are doing the exact
same command after cd'ing into the parent dir, then show real commands and
their output.
-- 
____________________________________________________________________
TonyN.:'    The Great Writ     <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
      '      is no more.             <http://www.georgeanelson.com/>


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux