摘要: SUMMARY:two server : A , Bsource server : Adestination server : Bthe steps of migrate data from A to B without password.(1) generate A public key.(2) 阅读全文
posted @ 2016-10-28 17:11 天天好心情啊 阅读(412) 评论(0) 推荐(1)
摘要: scp是secure copy的简写,用于在Linux下进行远程拷贝文件的命令,和它类似的命令有cp,不过cp只是在本机进行拷贝不能跨服务器,而且scp传输是加密的。可能会稍微影响一下速度。当你服务器硬盘变为只读 read only system时,用scp可以帮你把文件移出来。另外,scp还非常不 阅读全文
posted @ 2016-10-28 15:37 天天好心情啊 阅读(256) 评论(0) 推荐(0)