ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Olvin <olvin@rambler.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Re: Пример конфига rsync-сервера
Date: Wed, 20 Apr 2005 00:25:41 +0300
Message-ID: <42657755.4040304@rambler.ru> (raw)
In-Reply-To: <20050419152427.GB15011@osdn.org.ua>

Michael Shigorin wrote:

>>Пример конфига rsync-сервера может мне кто показать? А то
>>чего-то не получается.
> Как именно не получается?  Что сделали и что не работает?

apt-get install rsync-server

/etc/xinetd.d/rsync:

service rsync
{
         disable                 = no
         socket_type             = stream
         wait                    = no
         user                    = root
         nice                    = 10
#       rlimit_as               = 16M
         server                  = /usr/bin/rsync
         server_args             = --daemon
}

/etc/rsyncd.conf:

[testsrc]
comment = Test source
path = /home/olvin/src
use chroot = false
max connections = 2
lock file = /home/olvin/.rsync.testsrc.lock
read only = false
list = true
uid = olvin
gid = olvin
auth users = olvin
secrets file = /home/olvin/.rsync.testsrc.secret
strict modes = false
ignore errors = false
ignore nonreadable = false
transfer logging = yes
timeout = 120
dont compress = true

(больше в этом файле действительно ничего нет - меня умолчания устроили
пока)

/home/olvin/.rsync.testsrc.secret:

olvin:testpasswd

(xinetd у меня запущен уже)
service xinetd reload

rsync -vvctrP --delete olvin@localhost::testsrc/ /home/olvin/src-
И... Всё заработало :)

Эффект генерала, но наоборот :)
А на работе не получилось... Правда там я чего-то не совсем как здесь. 
Кажется, не было строк

comment = Test source
use chroot = false
max connections = 2
read only = false
strict modes = false
ignore errors = false
ignore nonreadable = false
dont compress = true

в файле /etc/rsyncd.conf
Я из дому сейчас пишу.

Но зато будет своеобразное mini-HOWTO.




      reply	other threads:[~2005-04-19 21:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-19 15:13 [Comm] " Olvin
2005-04-19 15:24 ` [Comm] " Michael Shigorin
2005-04-19 21:25   ` Olvin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42657755.4040304@rambler.ru \
    --to=olvin@rambler.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git