Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Debian Squeeze で、 から にコピーされるファイルがあり.ます./copy。実行するwatch duと、両方のディレクトリのサイズが時間とともに変化することがわかります。duファイル コピーのパーセンテージと eta を確認できるように、出力を解析するにはどうすればよいですか? この場合、 が を含むため、./copyが の半分のサイズになったときにコピーが完了することに注意してください。.../copy
.
./copy
watch du
du
pv:pv testfile > copy/testfileまたは rsync:を使用できますrsync --progress testfile copy/。
pv testfile > copy/testfile
rsync --progress testfile copy/