Displaying 1 result from an estimated 1 matches for "rsync_files_here".
2002 Feb 05
1
Path restriction in RSync
Hi,
I am loosing myself here. Please correct me as I obviously don't get it yet.
I read the information on multiple sites so far about rsync and I thought
that:
[simple_path_name]
path = /rsync_files_here
comment = My Very Own Rsync Server
uid = nobody
gid = nobody
read only = no
list = yes
auth users = username
secrets file = /etc/rsyncd.scrt
Would actually limit where a remote connection could get information from.
So, I thought that the [] section would define a name and mo...