IGOS Nusantara dan rsync: Perbedaan revisi

Dari IGNwiki
Langsung ke: navigasi, cari
(←Membuat halaman berisi '== IGOS Nusantara dan rsync == # yum install rsync PC1 membuat konfigurasi /etc/rsync.conf use chroot = yes read only = yes pid file = /var/run/rsyncd.pid max conn…')
 
Baris 11: Baris 11:
 
  motd file = /etc/rsyncd.motd
 
  motd file = /etc/rsyncd.motd
 
  log file = /var/log/rsync.log
 
  log file = /var/log/rsync.log
 
+
 
  [pc1]
 
  [pc1]
 
  comment=pc1 Akses Umum
 
  comment=pc1 Akses Umum
Baris 26: Baris 26:
 
  motd file = /etc/rsyncd.motd
 
  motd file = /etc/rsyncd.motd
 
  log file = /var/log/rsync.log
 
  log file = /var/log/rsync.log
 
+
 
  [pc2]
 
  [pc2]
 
  comment=pc2 Akses Umum
 
  comment=pc2 Akses Umum
 
  path=/home/pc2/umum
 
  path=/home/pc2/umum
 
  hosts allow=192.168.1.12 127.0.0.1
 
  hosts allow=192.168.1.12 127.0.0.1

Revisi per 7 Desember 2009 07.41

IGOS Nusantara dan rsync

  1. yum install rsync

PC1 membuat konfigurasi /etc/rsync.conf

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

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


PC2 membuat konfigurasi /etc/rsync.conf

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

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