Репозитории ALT

S: | 3.2.7-alt1 |
5.1: | 3.0.8-alt0.M51.1 |
4.1: | 3.0.2-alt2 |
4.0: | 3.0.2-alt0.2.M40.1 |
+updates: | 2.6.9-alt3 |
3.0: | 2.6.5-alt1 |
+backports: | 2.6.9-alt0.M30.1 |
Группа :: Сети/Передача файлов
Пакет: rsync
Главная Изменения Спек Патчи Исходники Загрузить Gear Bugs and FR Repocop
# default: off
# description: The rsync server is a good alternative to an ftp server,
# as it allows crc checksumming etc.
service rsync
{
disable = yes
socket_type = stream
wait = no
user = root
nice = 10
rlimit_as = 16M
server = /usr/bin/rsync
server_args = --daemon
}