Linux之间互传数据(随笔1)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
把以前用过的做一个随笔吧!
2台Linux服务器之间传输数据:
主要适用于: 服务器迁移,数据量大,几十G,甚至几百G的文件(资源需要转移),如果你下载本地需要很长时间,再上传到新的服务器也需要同样的时间。
步入主题:
在主服务器(要传输的服务器)输入命令:scp 文件路径/文件 用户名@IP:文件路径 回车输入 次服务器(传输到服务器)密码即可。
如:
scp /www/web/fcl_mysql.sql
root@103.106.247.25:/home/web/
就这么简单。




A beautiful web dashboard for Linux
最近提交(Master分支:18 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)