Running rsync-server under Solaris 8, initiated by inetd [server_a]
Running rsync-client(s) under Solaris 7 [server_b]
[server_b]rsync -a * [server_a]::module
All files on [server_a] have the correct permissions and time but owner and
group belonging to "nobody".
How can I prevent the system [server_a] of changing / loosing the owner and
group information?
rsyncd.conf on [server_a]:
>uid= nobody
>gid= nobody
>max connections= 5
>pid file= /etc/rsyncd.pid
>motd file= /etc/rsyncd.motd
>log file= /var/log/rsyncd
>
>[module]
> comment= ...
> list= yes
> read only= no
> path= /mypath
> use chroot= yes
> strict modes= yes
> hosts deny= *
> hosts allow= x.x.x.x
TIA
Denis