Search Criteria
Package Details: snapraid-daemon 1.9-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/snapraid-daemon.git (read-only, click to copy) |
|---|---|
| Package Base: | snapraid-daemon |
| Description: | a background service for SnapRAID: always-on, health monitoring, power management, web ui, rest api, notifications |
| Upstream URL: | http://www.snapraid.it/ |
| Licenses: | GPL3 |
| Submitter: | Sparticuz |
| Maintainer: | Sparticuz |
| Last Packager: | Sparticuz |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-03-30 14:30 (UTC) |
| Last Updated: | 2026-05-13 13:46 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libutil-linux (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR, util-linux-libs)
- snapraidAUR
- zip (zip-natspecAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (optional)
- zstd (zstd-gitAUR, zstd-staticAUR) (optional)
Required by (1)
- snapraid (optional)
Latest Comments
mven commented on 2026-05-12 01:21 (UTC)
Recent updates seem to be clobbering my existing
/etc/snapraidd.conf. Shouldbackup=('etc/snapraidd.conf')be added to the PKGBUILD?Sparticuz commented on 2026-04-23 20:27 (UTC)
@foux @brando56894 It looks like the was there, just in the wrong place. I needed to match what upstream expects for files in /usr/share, so everything should now be in /usr/share/snapraidd instead of /usr/share/snapraid-daemon. I've verified that upstream's zst file is nearly identical to the AUR package. It also now tracks /etc/snapraidd.conf, so you may need to overwrite it and apply any changes if you've already created it.
foux commented on 2026-04-21 04:07 (UTC)
The commander.zip stil hasn't been added to 1.7 ?
brando56894 commented on 2026-04-18 15:57 (UTC)
This is missing the webui files (commander.zip). The newest version (v1.7) contains the archive: https://github.com/amadvance/snapraid-daemon/releases/download/v1.7/snapraid-daemon-1.7-1-x86_64.pkg.tar.zst
ryester19 commented on 2026-04-16 01:50 (UTC)
zip should be included as a make dependency, It's needed to generate the commander.zip file at build, although it doesn't seem to be needed for regular operation
Sparticuz commented on 2026-04-14 12:19 (UTC)
@Phr33d0m, thanks for the note. Added for v1.6.
Phr33d0m commented on 2026-04-11 06:39 (UTC)
Please append
--sysconfdir=/etcto./configureas per the official example.Without
--sysconfdir, the systemd service file is generated to expect the config in/usr/etcinstead of/etc.