随笔分类 - rsync同步
摘要:原文链接samba clientubunturedhatubuntu gui tools1,列出某个IP地址所提供的共享文件夹smbclient-L 198.168.0.12,在security=share模式下访问一个匿名可以访问的目录smbclient //192.168.0.1/目录名3,像FTP客户端一样使用smbclientsmbclient//192.168.0.1/tmp -U username%password4,例,创建一个共享文件夹smbclient-c "mkdir share1" //192.168.0.1/tmp -U username%passw
阅读全文
摘要:参考链接 下载 manual#rsync -avP -e ssh ./filenameroot@192.68.1.38:/root/paths/ (本地到远程)#rsync -avP -e ssh root@192.68.1.38:/root/paths/test.tar.gz /root /paths (远程到本地)rsync -av --progress --inplace--rsh='ssh -p8023'somefile user@host:somedir/ 需要制定ssh端口rsync-vazu -progress/source/directory//destinat
阅读全文