source: repoman/etc/rsyncd.conf.tmpl @ fac0b87

Last change on this file since fac0b87 was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 282 bytes
Line 
1max connections = 0
2log file = /var/log/rsync.log
3timeout = 300
4
5    [ogimages]
6    comment = Carpeta de imagenes
7    path = /opt/opengnsys/images
8    read only = no
9    list = yes
10    uid = root
11    gid = root 
12    auth users = CLIENTUSER
13    secrets file = /etc/rsyncd.secrets
14
Note: See TracBrowser for help on using the repository browser.