Difference between revisions of "Instalasi dan Konfigurasi rsync"

From OnnoWiki
Jump to navigation Jump to search
Line 40: Line 40:
 
isi
 
isi
  
  rsync --daemon &
+
  /usr/bin/rsync --daemon &
  
  

Revision as of 13:04, 13 February 2008

Install rsync

# apt-get install rsync


Server

Edit

# vi /etc/rsyncd.conf

Pastikan ada

pid file = /var/run/rsyncd.pid
max connections = 5
use chroot = yes
uid = nobody
gid = nogroup

Share folder

[backup]
path=/folder/tempat/backup

Buat folder backup

 # mkdir /folder
 # mkdir /folder/tempat
 # mkdir /folder/tempat/backup
 # chown -Rf nobody.nogroup /folder/tempat

Aktifkan rsync daemon

# rsync --daemon

Jika perlu masukan ke rc.local

# vi /etc/rc.local

isi

/usr/bin/rsync --daemon &


Client

Lakukan

# rsync -t -v source destination


Contoh

# rsync -ur /home/tempat/data root@192.168.0.1:/home/backup/


Contoh di http://opensource.telkomspeedy.com

Coba lakukan

# rsync rsync://opensource.telkomspeedy.com/
# rsync rsync://opensource.telkomspeedy.com/orari/
# rsync rsync://opensource.telkomspeedy.com/abba/