cpio を使用して大きなディレクトリのシャドウ コピーを作成します ( find . | cpio -pdm destination
)
Mountain Lion にアップグレードした後、cpio は、コピーされなかったすべてのファイルについて警告するようになりました。cpio: ./some-file: File on disk is not older; skipping.
リダイレクトできstderr
ました。ただし、destination full などの実際のエラーについては知りたいです。
cpio --quiet
助けにならない。
アイデア?