Import Debian changes 12.4-1

snapraid (12.4-1) unstable; urgency=medium
.
  * New upstream version 12.4
.
snapraid (12.3-1) unstable; urgency=medium
.
  * New upstream version 12.3
.
snapraid (12.2-1) unstable; urgency=medium
.
  * New upstream version 12.2
.
snapraid (12.1-1) unstable; urgency=medium
.
  * New upstream version 12.1
.
snapraid (12.0-1) unstable; urgency=medium
.
  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Repository, Repository-Browse.
.
  [ Mo Zhou ]
  * New upstream version 12.0 (Closes: #995324)
This commit is contained in:
Mo Zhou
2025-01-27 00:21:49 -05:00
committed by geos_one
63 changed files with 1763 additions and 17029 deletions

57
debian/control vendored
View File

@@ -1,28 +1,43 @@
Source: snapraid
Section: utils
Priority: extra
Maintainer: Maxim Tikhonov <flaterichd@gmail.com>
Build-Depends: debhelper (>= 7.0.0), autotools-dev
Standards-Version: 3.9.2
Homepage: http://snapraid.sourceforge.net/
Section: admin
Homepage: https://github.com/amadvance/snapraid
Priority: optional
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/snapraid.git
Vcs-Browser: https://salsa.debian.org/debian/snapraid
Maintainer: Mo Zhou <lumin@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
Package: snapraid
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Description: SnapRAID is a backup program for disk arrays.
SnapRAID is a backup program for disk arrays.
Depends: ${misc:Depends}, ${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends},
Description: backup program for disk arrays
SnapRAID is a backup program for disk arrays. It stores parity
information of your data and it recovers from up to six disk
failures.
.
SnapRAID stores redundancy information in the disk array, and it allows recovering from up to two disk failures.
SnapRAID is mainly targeted for a home media center, where you
have a lot of big files that rarely change.
.
SnapRAID is mainly targeted for a home media center, where you have a lot of big files that rarely change.
Beside the ability to recover from disk failures, the other
features of SnapRAID are:
.
Beside the ability to recover from disk failures, the other features of SnapRAID are:
- You can start using SnapRAID with already filled disks.
- The disks of the array can have different sizes.
- You can add more disks at any time.
- If you accidentally delete some files in a disk, you can recover them.
- If more than two disks fail, you lose the data only on the failed disks. All the data in the other disks is safe.
- It doesn't lock-in your data. You can stop using SnapRAID at any time without the need to reformat or move data.
- All your data is hashed to ensure data integrity and avoid silent corruption.
* You can use disk already filled with files, without the need to
reformat them. You will access them like now.
* All your data is hashed to ensure data integrity and to avoid
silent corruption.
* If the failed disks are too many to allow a recovery,
you lose the data only on the failed disks.
All the data in the other disks is safe.
* If you accidentally delete some files in a disk, you can
recover them.
* The disks can have different sizes.
* You can add disks at any time.
* It doesn't lock-in your data. You can stop using SnapRAID at any
time without the need to reformat or move data.
* To access a file, only a single disk needs to spin, saving power and
producing less noise.
.
The official site of SnapRAID is: http://www.snapraid.it/