Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37046515
en ru br
Репозитории ALT
S:2.3.4-alt1
5.1: 0.9.7-alt1
4.1: 0.9.7-alt0.1
4.0: 0.9.7-alt0.1
3.0:
+backports:0.9.7-alt0.M30.0.1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: librsync

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 2.3.4-alt1
Время сборки: 27 марта 2023, 09:34 ( 52.6 недели назад )
Размер архива: 149.40 Kb

Домашняя страница:   https://librsync.github.io/

Лицензия: LGPL-2.1
О пакете: remote delta-compression library
Описание:

librsync is a library for calculating and applying network deltas, with an
interface designed to ease integration into diverse network applications.

librsync encapsulates the core algorithms of the rsync protocol, which help
with efficient calculation of the differences between two files. The rsync
algorithm is different from most differencing algorithms because it does
not require the presence of the two files to calculate the delta. Instead,
it requires a set of checksums of each block of one file, which together
form a signature for that file. Blocks at any position in the other file
which have the same checksum are likely to be identical, and whatever
remains is the difference.

This algorithm transfers the differences between two files without needing
both files on the same system.

librsync is for building other programs that transfer files as efficiently
as rsync. You can use librsync in a program you write to do backups,
distribute binary patches to programs, or sync directories to a server or
between peers.

This tree also produces the rdiff command that exposes the key operations
of librsync: generating file signatures, generating the delta from a
signature to a new file, and applying the delta to regenerate the new file
given the old file.

librsync was originally written for the rproxy experiment in
delta-compression for HTTP. librsync is used by: Dropbox, rdiff-backup,
Duplicity, and others. (If you would like to be listed here, let me know.)

Текущий майнтейнер: Egor Ignatov

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • librsync
  • librsync-debuginfo
  • librsync-devel
  • librsync-doc
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin