Displaying 4 results from an estimated 4 matches for "ryncd".
Did you mean:
rsyncd
2007 Feb 13
1
rsync on . from backuppc
Hi there list :)
I use backuppc to take backup of a bunch of hosts, but I ran into problems
with the last one I set up, I can't find anything that is different on
this one...but it won't work...
So any hints would be greatly appreciated, here are the files
ryncd.conf:
log file=/var/log/rsyncd
pid file=/var/run/rsyncd.pid
[all]
comment = All disk
path = /
use chroot = no
lock file = /var/lock/rsyncd
read only = no
list = yes
uid = root
gid = root
auth users = backuppc
secrets...
2002 Jun 18
2
rsyncd + scripting
Hey all,
Like a lot of folks, I use rsync to pull content out to production web
servers. Tastes great, less filling.
Here's what I'd like to be able to do: Sometimes a web tree is not ready
to sync, for whatever reason. I have many modules available, so stopping
ryncd is not an option. I'd like to be able to tell rsync in daemon mode
"this particular module is not available at the moment". Ideally this
would be script friendly, maybe a simple file check; if module_down file
exists, display contents and exit.
Thoughts? Would it be worth my time cre...
2012 Jul 27
7
cannot rsync when source directory lacks write permission
I seem to be running into a problem where I am trying to rsync from a
source directory that lacks write permissions (i.e. r-xr-xr-x).
Presumably this is because rsync creates the directory on the
destination, then sets the permissions to match the source and then
tries to sync the contents of the directory, which it cannot of course
lacking write permission in the directory.
Is there a way to
2003 Feb 12
2
rsync & ldap authentication
...&(objectclass=myuser)(ou=sub)(uid=%u))
ldap passwd attribute = myRsyncdPassword
ldap auth usergroup = cn=webmaster,ou=sub,o=ParlaNet,c=de
ldap auth users attribute = uniquemember
auth users =
hosts allow = 192.168.1.0/24
max connections = 1
mangle user = web-
# EOF /etc/ryncd.conf
things to do
- check if "ldap auth users attribute" is really needed
- maybe "ldap filter" should be a module option
- The "mangle user" does exectly what I need. Maybe somebody has a
better idea.
- improve my english :-)
Stefan Nehlsen (sn@ParlaNet.d...