mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
Merge pull request #12536 from wxy/20190122-How-To-Copy-A-File-Folder-From-A-Local-System-To-Remote-System-In-Linux
PRF:20190122 How To Copy A File Folder From A Local System To Remote System In Linux
This commit is contained in:
commit
0dc8f892a6
@ -208,7 +208,7 @@ server-list.txt 100% 23 0.0KB/s 00:00
|
||||
使用下面的 `rsync` 命令复制单个文件到远程服务器。
|
||||
|
||||
```
|
||||
# rsync -avz /home/daygeek/2g/shell-script/output.txt root@:/opt/backup
|
||||
# rsync -avz /home/daygeek/2g/shell-script/output.txt root@2g.CentOS.com:/opt/backup
|
||||
|
||||
sending incremental file list
|
||||
output.txt
|
||||
|
Loading…
Reference in New Issue
Block a user