-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for yabsnap snapshot information #318
Conversation
Could you also edit the Readme a bit and mention this new program we support? Have you also tested how grub-btfsd behaves with yabsnap? If it's the same like snapper, e.g. keeping all the snapshots in |
Yes and it works fine on my end, its very similar to snapper |
I think this PR is ready now |
thank you very much for your contribution |
@Schievel1 looks like pacman still doesn't have this change, do you know what needs to be done to propagate this change to pacman? |
Looks like it's pretty old version:
|
Hey @Schievel1 @maximbaz Looks like neither pacman nor aur version (https://aur.archlinux.org/cgit/aur.git/log/?h=grub-btrfs-git) have this changes, not sure what needs to be done to have this change in. |
AUR package |
What maximbaz said. But nevertheless, maybe it's time for a new release to get this into the versioned packages. |
@maximbaz I see, I got confused by commits listed in AUR package page. Any plans/blockers to "release" this change to the main package? |
I think it's up to maintainers, I'm not really involved in this project at the moment 😊 I'm also not the maintainer of the Arch package anymore. |
Yabsnap is equivalent to OpenSUSE's snapper but made for Arch Linux
This PR adds support for parsing the information from the json metadata files that yabsnap uses to track comments and triggers (type). There is no set name for the metadata files, its just the name of the snapshot + "-meta.json", and the files are located in the same directory where its respective snapshot lives