IGOS Nusantara dan rsync beberapa komputer: Perbedaan revisi
Dari IGNwiki
Baris 1: | Baris 1: | ||
− | |||
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: | 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 | * Satu server, memakai IP 192.168.1.5 | ||
* Dua PC, diberi nama PC10=192.168.1.10 dan PC20=192.168.1.20 | * 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: | PC10 membuat konfigurasi /etc/rsync.conf, isinya: | ||
Baris 105: | Baris 39: | ||
path=/home/pc20/umum | path=/home/pc20/umum | ||
hosts allow=192.168.1.5 127.0.0.1 | hosts allow=192.168.1.5 127.0.0.1 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revisi per 8 Desember 2009 10.19
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