Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37514960
en ru br
Репозитории ALT

Группа :: Архивирование/Резервное копирование
Пакет: bup

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

Текущая версия: 0.33.2-alt1
Время сборки: 2 июля 2023, 14:27 ( 42.5 недели назад )
Размер архива: 291.78 Kb

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

Лицензия: LGPL-2.0 and BSD-2-Clause and Python
О пакете: Very efficient backup system based on the git packfile format
Описание:

Very efficient backup system based on the git packfile format, providing fast
incremental saves and global deduplication (among and within files, including
virtual machine images). Some of its features are:
* It uses a rolling checksum algorithm and hence it can backup huge files
 incrementally.
* It uses packfile format from git, so one can access the stored data even if
 he doesn't like bup's user interface.
* It writes packfiles directly so it is fast even with huge amounts of data:
 it can track millions of files and keep track of hundreds or thousands of
 gigabytes of objects.
* Data is "automagically" shared between incremental backups without having to
 know which backup is based on which other one.
* One can make a backup directly to a remote bup server, without needing tons
 of temporary disk space on the computer being backed up. If the backup is
 interrupted halfway through, the next run will pick up where the previous
 backup left off.
* It can use "par2" redundancy to recover corrupted backups even if the disk
 has undetected bad sectors.
* Each incremental backup acts as if it's a full backup, it just takes less
 disk space.
* One can mount a bup repository as a FUSE filesystem and access the contents
 that way, or even export it over Samba.

Текущий майнтейнер: Andrey Cherepanov

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

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

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