search for: cluster_fil

Displaying 2 results from an estimated 2 matches for "cluster_fil".

Did you mean: cluster_files
2005 Jun 24
1
RSYNC not finding rsyncd.conf
...Here is a listing of the rsyncd.conf file in my home directory on the remote server. A copy of this same file exists in /etc/rsyncd.conf tbcsap01 67 $ cat rsyncd.conf #motd file = /etc/rsyncd.motd log file = /var/tmp/rsyncd.log pid file = /var/tmp/rsyncd.pid lock file = /var/tmp/rsync.lock [cluster_files] path = /home/bb/cluster_rsync_test comment = My Very Own Rsync Server read only = false write only = false hosts allow = opsdev.deca.mil auth users = tinsless max verbosity = 3 I cannot run this command successfully to access the "module&quot...
2005 Jun 27
2
Root privilege solution
...in/sudo /usr/bin/env >> /var/tmp/rsync.op /usr/bin/sudo /usr/bin/id >> /var/tmp/rsync.op /usr/bin/sudo /usr/local/bin/rsync --verbose --config=/etc/rsyncd.conf $* and the config file log file = /var/tmp/rsyncd.log pid file = /var/tmp/rsyncd.pid lock file = /var/tmp/rsync.lock [cluster_files] path = /home/bb/cluster_rsync_test comment = My Very Own Rsync Server read only = false write only = false hosts allow = opsdev.deca.mil max verbosity = 3 Here is the command run on the local side. opsdev 290 $ rsync --verbose --progress --stats --rsync-...