Displaying 2 results from an estimated 2 matches for "furr".
Did you mean:
curr
2002 Mar 01
2
rsync: dumping core, breaking pipes, not understanding modules - why?
...ver:
---
!#/bin/sh
/usr/local/bin/rsync --daemon --config=/etc/rsyncd.conf
---
This gets rsync going just fine (I assume.)
/etc/rsyncd.conf on the production server contains these lines:
---
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
uid = rsfurr # my own account - this will change once I get this working.
gid = web # the group that the files I want to back up are owned by
hosts allow = ___.___.___.___ # the ip of the backup server
[upeg_web]
path=/usr/local/share/doc/apache
comment = the web directories
read only = yes
---
H...
2018 Feb 22
2
a few simple questions about upgrading an "official" centos 7 release
On Thu, 22 Feb 2018, hw wrote:
> Robert P. J. Day wrote:
... snip ...
> > oh, i appreciate the need for caution; on the other hand, it
> > always struck me that the training room is the *ideal* place for
> > students to experiment with things they're too nervous or unsure
> > of to try back at the office. this is typically why, when i'm
> >