📜  如何在没有一种文件类型的情况下进行 scp - Shell-Bash 代码示例

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

代码示例1
rsync -av --exclude '*.chk' user@server:/This_is_disance_location ./ 
 
copy from sever to here