10/24/2020

复制文件显示进度

 rsync -ah --progress source-file destination-file

  sending incremental file list

  source-file

          621.22M  57%  283.86MB/s    0:00:01

显示进度时,这将保留文件的权限/所有权。

没有评论:

发表评论

甲骨文云ubuntu系统关防火墙

  6、Ubuntu系统 开放所有端口 iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F Ubuntu镜像默认设置了Iptable规则,关闭它, ap...