Raspberrypi.rsync: Unterschied zwischen den Versionen

Aus OrgaMon Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ apt-get install rsyncd == /etc/rsyncd.conf == gid = users read only = true use chroot = true transfer logging = true log format = %h %o %f %l %b log fil…“)
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
 
  apt-get install rsync
  apt-get install rsyncd


== /etc/rsyncd.conf ==
== /etc/rsyncd.conf ==

Aktuelle Version vom 24. Februar 2019, 00:01 Uhr

apt-get install rsync

/etc/rsyncd.conf

gid = users
read only = true
use chroot = true
transfer logging = true
log format = %h %o %f %l %b
log file = /var/log/rsyncd.log
hosts allow = 192.168.115.0/255.255.255.0

[mail]
 path = /var/mail
 read only = yes
 list = yes
 uid = root
 gid = root
 hosts allow = 192.168.115.2