IT貓撲網(wǎng):您身邊最放心的安全下載站! 最新更新|軟件分類|軟件專題|手機(jī)版|論壇轉(zhuǎn)貼|軟件發(fā)布

您當(dāng)前所在位置:首頁(yè)操作系統(tǒng)LINUX → linux下的rsync配置和使用教程

linux下的rsync配置和使用教程

時(shí)間:2015/6/28來(lái)源:IT貓撲網(wǎng)作者:網(wǎng)管聯(lián)盟我要評(píng)論(0)

  本試驗(yàn)的測(cè)試環(huán)境使用的系統(tǒng)是Redhat AS4(2臺(tái),一個(gè)服務(wù)端,一個(gè)客戶端)

  rsync服務(wù)端的ip:192.168.23.102

  rsync客戶端的ip:192.168.23.100

  -----------------------------------------------

  以下先配置服務(wù)器端:

  1. 安裝rsync包

  [root@rhel403 old]# rpm -q rsync

  rsync-2.6.3-1

  2. rsync只使用一個(gè)配置文件就是/etc/rsyncd.conf

  [root@rhel403 old]# more /etc/rsyncd.conf

  uid = nobody

  gid = nobody

  max connections = 200

  timeout = 600

  use chroot = no

  read only = yes

  pid file=/var/run/rsyncd.pid

  host_allow =192.168.23.100  //客戶端的IP地址寫(xiě)在這里

  #syslog facility = local7

  #log file=/var/log/rsyncd.log

  #rsync config

  #The 'standard' things

  [rsync_gmmold]  //定義同步的路徑(客戶端用這個(gè)關(guān)鍵字鏈接)

  path = /gmm/old  //需要同步的路徑

  comment = gmmold //注釋

  3.啟動(dòng)服務(wù)

  #/usr/bin/rsync --daemon

  4.加入開(kāi)機(jī)啟動(dòng)

  echo "/usr/bin/rsync --daemon" >> /etc/rc.local

  5.檢查rsync時(shí)候啟動(dòng)

  # ps -ef | grep rsync

  6.停止服務(wù)

  #kill `cat /var/run/rsyncd.pid`

  ---------------------------------------------------------------------------

  以下是客戶端的配置:

  1. 安裝rsync包

  [root@rhel403 old]# rpm -q rsync

  rsync-2.6.3-1

  2. 與服務(wù)器端同步:

  #rsync -auqz 192.168.23.102::rsync_gmmold /tmp/old

關(guān)鍵詞標(biāo)簽:linux

相關(guān)閱讀

文章評(píng)論
發(fā)表評(píng)論

熱門(mén)文章 安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程使用screen管理你的遠(yuǎn)程會(huì)話使用screen管理你的遠(yuǎn)程會(huì)話GNU/Linux安裝vmwareGNU/Linux安裝vmware如何登錄linux vps圖形界面 Linux遠(yuǎn)程桌面連如何登錄linux vps圖形界面 Linux遠(yuǎn)程桌面連

相關(guān)下載

人氣排行 Linux下獲取CPUID、硬盤(pán)序列號(hào)與MAC地址linux tc實(shí)現(xiàn)ip流量限制dmidecode命令查看內(nèi)存型號(hào)linux下解壓rar文件安裝紅帽子RedHat Linux9.0操作系統(tǒng)教程Ubuntu linux 關(guān)機(jī)、重啟、注銷 命令lcx.exe、nc.exe、sc.exe入侵中的使用方法查看linux服務(wù)器硬盤(pán)IO讀寫(xiě)負(fù)載