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

Группа :: Система/Ядро и оборудование
Пакет: fuse-ddumbfs

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

%define oname ddumbfs
Name: fuse-ddumbfs
Version: 1.1
Release: alt1

Summary: fast inline de-duplicating file system based on FUSE

License: GPL
Group: System/Kernel and hardware
Url: http://www.magiksys.net/ddumbfs

BuildRequires: libmhash-devel
BuildRequires: libfuse-devel
BuildRequires: pkg-config

Requires: fuse

# Source-url: http://www.magiksys.net/download/ddumbfs/%oname-%version.tar.gz

Source: %name-%version.tar

%description
ddumbfs is a fast inline deduplication filesystem for Linux based on FUSE
and released under the GNU GPL.
Deduplication is a technique to avoid data duplication on disks and to
increase its virtual capacity.
ddumbfs works at block level. Before to write a block to the filesystem
ddumbfs calculate its SHA1 or TIGER hash and search for it in the
index. If the block already exists the reference is used, if not, the
block is written and the index updated.
It is especially useful to store successive backup, when data are mostly
identical.
ddumbfs is especially efficient with backups of disk images or virtual
machines, when blocks stay aligned on a block boundary.

%prep
%setup

%build
%configure
%make_build

%install
%makeinstall_std
rm %buildroot%_man8dir/alterddumbfs.8
rm -rf %buildroot%_docdir/%oname-%version/

%files
%doc doc/MISC doc/TODO doc/Changelog
%_bindir/ddumbfs
%_bindir/mkddumbfs
%_bindir/fsckddumbfs
%_bindir/cpddumbfs
%_bindir/migrateddumbfs
%_man8dir/*

%changelog

Полный changelog можно просмотреть здесь

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