📌  相关文章
📜  linux 复制状态 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:21.855000             🧑  作者: Mango

代码示例1
# cp does not have progress status.
# `-a` keep permissions
# `-h` human readable

rsync -ah --progress source destination