-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feature request : prune subcommand #16
Comments
I'll definitely think about it, I don't want to add too much extra code that isn't core to the tool, so I'm hesitant to add extra commands, but I will consider it. I do think it would be possible to get the functionality you looking for with your script. Reviewing your
Are you just looking to "erase" a property?
Can you work with just having the property empty
I would rather not add a argument just to remove non
This, I would like to just do by default. If you'd like to open an issue for a feature request to remind me, I will put it on my list. I'm not promising any time frame though. We also take PRs |
Thanks it worked.
I do with this -> https://github.com/eoli3n/zectl-pacman-hook/blob/e654483d2d461c0407990ff7b15607cc08bb5746/zectl-prune.sh#L31
I agree with this.
So let's keep piping into
I would like to, but i'm not a C dev :) Let's rename that issue. Thanks for your answer ! |
About the Here's a good base of what it could be : https://borgbackup.readthedocs.io/en/stable/usage/prune.html |
AUR hook package in online ;) https://aur.archlinux.org/packages/zectl-pacman-hook/ |
I started to work on a pacman hook and his prune script.
https://github.com/eoli3n/zectl-pacman-hook
I get into some little problems which could be fixed by some zectl query arguments.
Would you check
TOFIX
lines and tell me what's possible or not ? (It's not usable as is, just a POC to show the idea).https://github.com/eoli3n/zectl-pacman-hook/blob/master/zectl-prune.sh#L4
Maybe you should consider managing
prune
subcommand inzectl
?Something like
borg prune
would be great : https://github.com/eoli3n/dotfiles/blob/wayland/roles/borgbackup/files/backup#L34See you.
The text was updated successfully, but these errors were encountered: