Wednesday, September 14. 2005rpm-python difficultyComments
Display comments as
(Linear | Threaded)
Debian has a tool called "cruft" to find files that are not in dpkg's database.
Description: Find any cruft built up on your system cruft is a program to look over your system for anything that shouldn't be there, but is; or for anything that should be there, but isn't. . It bases most of its results on dpkg's database, as well as a list of `extra files' that can appear during the lifetime of various packages. . cruft is still in pre-release; your assistance in improving its accuracy and performance is appreciated.
I had been thinking of a similar idea for a different reason: efficient backups. The idea is to back up only the files that are not from an RPM or .deb that is in the current yum/apt database, together with the list of installed packages (--get-selections, for Debian folk), so that the minimal number of files are saved to restore the system (this assumes that, after restoration, we would do apt-get update or yum update in any case).
|
Calendar
QuicksearchCategoriesBlog Administration |
|||||||||||||||||||||||||||||||||||||||||||||||||
I mentioned in an earlier post that I was working on a cruft finding tool for an RPM system. Mark asked me about it today, and I remembered that I had things in order, I just had to roll it up into something pretty. I'm calling it "crufty" for lack of
Tracked: Oct 13, 18:52