Hello,
for scripting purposes it would be cool to have a version of prune that just removes files.
For example, I would like to put
[[ "$(tty)" == /dev/tty1 ]] && gomi -V > /dev/null && gomi --prune=30d
or something similar in my init script.
Another useful thing for scripting would be a command that just lists out which files would be pruned.
A dry run basically.
I hope it would not be a lot of implementation work, since it basically involves copy pasting the current prune code and removing parts of it.
Regards, Nika.
Hello,
for scripting purposes it would be cool to have a version of prune that just removes files.
For example, I would like to put
or something similar in my init script.
Another useful thing for scripting would be a command that just lists out which files would be pruned.
A dry run basically.
I hope it would not be a lot of implementation work, since it basically involves copy pasting the current prune code and removing parts of it.
Regards, Nika.