linux_cp_远程copy
1:远程copy 【linux对linux 远程拷贝】
scp 文件名 root@远程ip:/路径/
将本地home目录下的test.tar的文件拷贝到远程主机192.168.1.23的/home/adm/目录下,则命令为:scp /home/test.tar root@192.168.1.23:/home/adm/ 回车后输入密码就可以了
scp提供了几个选项 在scp后加就行了
-P 大写P 指定端口号 【crawler$ scp -r -P 2222 crawlerzhongwang/ chenpenghui@192.168.18.203:/home/chenpenghui/crawler/】 -r递归 -P指定端口(可以省略)
-p 拷贝文件的时候保留源文件建立的时间。
-q 执行文件拷贝时,不显示任何提示消息。
-r 拷贝整个目录 www.2cto.com
-v 拷贝文件时,显示提示信息。
默认相同档名的档案存在,则在复制前先予以删除再行复制
2: 压缩排除目录
tar cvf tieba_search_crawler0825.tar.gz tieba_search_crawler --exclude=log
查看压缩目录:
tar tf tieba_search_crawler0825.tar.gz
tar tf tieba_search_crawler0825.tar.gz |more
create by cphmvp
email:cphmvp@163.com
爬虫技术交流_crawler QQ群 :167047843