Displaying 1 result from an estimated 1 matches for "gigusers".
Did you mean:
giduser
2007 Jan 02
5
DO NOT REPLY [Bug 4318] New: automatic module creation with rights on server
...Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: kilburna@iservnetworks.com
QAContact: rsync-qa@samba.org
A typical module would be
[module_name]
path = /var/rbackup/[module_name]
read only = false
list = false
uid = uiduser
gid = gigusers
transfer logging = yes
log format = [%a] %o %m (%u) %f %l
auth users = auth_username
secrets file = /etc/rsyncd.secrets
incoming chmod = ugo+rwx
hosts allow = *
When the client connects for the first time the path, rights, rsyncd.secrets an
d rsyncd.conf is appended/created automatically. The info...