The problem is that I'm not being able to keep track of all my files and I'm also tired of not telling which ones are important and which ones are a temporary file that some random programmer decided that it would look nice as a hidden file on my home folder.
I keep copies and organize my drives, but chaos happens sometimes.
For this I though that something that would help me to create and modify xattrs each time a file changes or is created would be very helpfull.
I tried with creating a service based in inotify but the problem is that it's low level description doesn't help that much and I would need more development to be sure that it's possible but I suspect that it's not.
The idea is to keep a record which app created foo, when, why, where, when it was moved from where to where,when it was copied from where to where, how many copies it haves, where are they, what files were deleted from it's directory, etc.
May be I'm asking too much to the filesystem, but can you give me some ideas?
inotify
tools may well be the right way to go. What did you try and where did you get stuck? – Chris Davies Oct 11 '21 at 19:56