IGOS Nusantara dan rsync beberapa komputer

Dari IGNwiki
Revisi per 8 Desember 2009 10.19 oleh Ns (bicara | kontrib)

Langsung ke: navigasi, cari

Ada kebutuhan dari seorang anggota milis IGOS Nusantara yang ingin membuat backup dari beberapa PC ke server backup. Hasil backup di server kemudian dapat diakses. Secara ringkas terdapat:

  • Satu server, memakai IP 192.168.1.5
  • Dua PC, diberi nama PC10=192.168.1.10 dan PC20=192.168.1.20

== Konfigurasi di Server ... belum ditulis ...

Konfigurasi rsync

Lihat: IGOS Nusantara dan rsync

Konfigurasi di PC10 dan PC20

PC10 membuat konfigurasi /etc/rsync.conf, isinya:

use chroot = yes
read only = yes
pid file = /var/run/rsyncd.pid
max connections = 2
motd file = /etc/rsyncd.motd
log file = /var/log/rsync.log

[pc10]
comment=pc1 Akses Umum
path=/home/pc10/umum
hosts allow=192.168.1.5 127.0.0.1


PC20 membuat konfigurasi /etc/rsync.conf, isinya:

use chroot = yes
read only = yes
pid file = /var/run/rsyncd.pid
max connections = 2
motd file = /etc/rsyncd.motd
log file = /var/log/rsync.log

[pc20]
comment=pc2 Akses Umum
path=/home/pc20/umum
hosts allow=192.168.1.5 127.0.0.1