看板
[ FreeBSD ]
討論串[問題] 學習rsync時碰到問題
共 7 篇文章
內容預覽:
rsync 可以匿名同步兩邊的檔案,但要匿名的話要用 :: 的方式. 用 : 的話因為走 ssh 所以會問密碼.... man page 裡有一句話你可能沒看到.... Note that rsync must be installed on both the source and destinat
(還有93個字)
內容預覽:
服務端:. vi /etc/hosts.allow. sshd: good.job.apple.tw : deny. 伺服器端:. mpbbs# rsync -a hello@good.job.apple.tw:/home/hello /home/hello/apple. ssh_exchange_
(還有154個字)