Search Criteria
Package Details: refind-btrfs-snapshots-bin 0.0.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/refind-btrfs-snapshots-bin.git (read-only, click to copy) |
---|---|
Package Base: | refind-btrfs-snapshots-bin |
Description: | Generate rEFInd boot entries for btrfs snapshots |
Upstream URL: | https://github.com/jmylchreest/refind-btrfs-snapshots |
Keywords: | btrfs refind snapper timeline |
Licenses: | GPL3 |
Conflicts: | refind-btrfs-snapshots |
Provides: | refind-btrfs-snapshots |
Submitter: | jmylchreest |
Maintainer: | jmylchreest |
Last Packager: | jmylchreest |
Votes: | 2 |
Popularity: | 0.180050 |
First Submitted: | 2025-06-12 22:15 (UTC) |
Last Updated: | 2025-06-14 10:38 (UTC) |
Dependencies (2)
- btrfs-progs (btrfs-progs-gitAUR)
- util-linux (util-linux-aesAUR, util-linux-selinuxAUR)
Latest Comments
jmylchreest commented on 2025-09-20 09:41 (UTC)
I've not tested it without systemd, however the only reason systemd is used is to trigger the execution via an inotify watch on snapshot creation. If you look at the two files here (https://github.com/jmylchreest/refind-btrfs-snapshots/tree/main/systemd) you can see the cmd it executes and the inotify condition that triggers it.
As long as it runs with permissions, typically root, you could run it via icron or an inotifywait script, or just on a schedule via cron/whatever triggers snapper/snapshots being created. There's a few arguments, but the ones in the systemd unit should be reliable.
Please log an issue on GitHub if you have issues, I'd be happy to help get it working there and if you do use an alternative please leave a note/update the readme in a PR.
FoSSenjoyerr commented on 2025-09-20 08:54 (UTC)
I am using artix linux and want to try this. Would it work without systemd? If yes, can you make a documentation about it?