This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels
- 1.5.x▾
- 2.0.0▾
- 2.x.x▾
- Bug▾
- Feature Request▾












If all else fails the
md5sumwould be a good indicator that the copy succeeded and the error is only minor withduso it still could be used for free space checking.Regardless, I'll look into
stat's default output further.Agreed! md5sum does take a long time to run on large files so there IS one downside. However the accuracy is the obvious upside.
Just checked with a buddy who has both Mac OS/X and FreeBSD systems and both are missing the -c option to stat. Furthermore just stat by itself output is radically different on BSD systems compared to Linux machines so no relief there.
I guess we are back to du and damned be the ReiserFS people. ;)
I do wonder though if ZFS or JFS also have the same issue?