Source: storebackup
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/storebackup
Vcs-Git: https://salsa.debian.org/debian/storebackup.git
Homepage: https://savannah.nongnu.org/projects/storebackup

Package: storebackup
Architecture: all
Depends: bzip2,
         ${perl:Depends},
         ${misc:Depends}
Recommends: libio-compress-bzip2-perl
Description: fancy compressing managing checksumming deduplicating hard-linking cp -ua
 Copies directory hierarchies recursively into another location,
 by date (e.g.  /home/ => /var/bkup/2002.12.13_04.27.56/).
 Permissions are preserved, so users with access to the backup
 directory can recover their files themselves.
 .
 File comparisons are done with MD5 checksums, so no changes go
 unnoticed.
 .
 Hard-links unchanged backuped files to old versions and
 identical files within the backuped tree.
 .
 Compresses large files (that don't match exclusion patterns).
 .
 Manages backups and removes old ones.
