Port details |
- snapraid File-level Backup/RAID program for disk arrays
- 12.2 sysutils
=0 12.2Version of this port present on the latest quarterly branch. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2021-08-30 21:39:08
- Last Update: 2023-02-08 23:24:25
- Commit Hash: 24bd5a3
- Also Listed In: archivers
- License: GPLv3
- Description:
- 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 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:
* 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- snapraid>0:sysutils/snapraid
- To install the port:
- cd /usr/ports/sysutils/snapraid/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/snapraid
- pkg install snapraid
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: snapraid
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661011522
SHA256 (snapraid-12.2.tar.gz) = 9d30993aef7fd390369dcaf422ac35f3990e8c91f0fb26151f5b84ccb73d3e01
SIZE (snapraid-12.2.tar.gz) = 745755
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_snapraid
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
12.2 08 Feb 2023 23:24:25
    |
Robert Clausecker (fuz)  |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
12.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
12.2 20 Aug 2022 22:09:31
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
sysutils/snapraid: Update to 12.2
- A patch release, adding support for files with timestamps prior to
1970.
ChangeLog: https://github.com/amadvance/snapraid/releases/tag/v12.2
PR: 265958
MFH: 2022Q3 |
12.1 28 Jan 2022 13:02:17
    |
Guangyuan Yang (ygy)  Author: Robert Clausecker |
sysutils/snapraid: Update to 12.1
Changelog: https://github.com/amadvance/snapraid/releases/tag/v12.1
PR: 261480
MFH: 2022Q1 (bugfix release) |
12.0 12 Dec 2021 05:01:02
    |
Hiroki Tagato (tagattie)  Author: Robert Clausecker |
sysutils/snapraid: update to 12.0
Changelog:
- Parallel disk scanning. It's always enabled but it doesn't cover the
-m option that still process disks sequentially.
(https://github.com/amadvance/snapraid/releases/tag/v12.0)
PR: 260291
Reported by: Robert Clausecker <fuz@fuz.su> (maintainer) |
11.6 29 Sep 2021 20:14:21
    |
Guangyuan Yang (ygy)  Author: Robert Clausecker |
sysutils/snapraid: Update to 11.6
Changelog: https://github.com/amadvance/snapraid/releases/tag/v11.6
PR: 258782 |
11.5 30 Aug 2021 21:35:22
    |
Daniel Engberg (diizzy)  Author: Robert Clausecker |
sysutils/snapraid: New Port: Backup program for disk arrays
PR: 257711
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D31606 |