Пакет rsync-server: Информация

    Бинарный пакет: rsync-server
    Версия: 3.1.2-alt1
    Архитектура: noarch
    Собран:  22 декабря 2015 г. 19:38 в задании #155237
    Исходный пакет: rsync
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://rsync.samba.org

    Лицензия: GPLv3+
    О пакете: Server environment for the rsync program
    Описание: 
    Rsync uses a quick and reliable algorithm to very quickly bring
    remote and host files into sync.  Rsync is fast because it just
    sends the differences in the files over the network (instead of
    sending the complete files).  Rsync is often used as a very powerful
    mirroring process or just as a more capable replacement for the
    rcp command.  A technical report which describes the rsync algorithm
    is included in this package.
    
    This package includes rsyncd daemon functionality.

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Stanislav Ievlev
    Sviatoslav Sviridov

    Последнее изменение


    22 декабря 2015 г. Dmitry V. Levin 3.1.2-alt1
    - Updated to v3.1.2.
    28 ноября 2014 г. Dmitry V. Levin 3.1.1-alt1
    - Updated to v3.1.1.
    - server: packaged systemd unit files (closes: #30508).
    23 апреля 2012 г. Dmitry V. Levin 3.0.9-alt2
    - Reverted default timeout value to upstream value 0.
      It used to be 60 seconds more than 10 years, but some subtle change
      in the code made it non-overridable via rsyncd.conf which is not
      acceptable for servers.