Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37422970
en ru br
ALT Linux repositórios
S:1.1-alt1

Group :: Sistema/Kernel e hardware
RPM: fuse-ddumbfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009