LordCope;83847 said:
There are some clear boundaries - I program, so need to keep my code repositories somewhere separate, and I have a large number of clients, each of whom might be deserving of a directory, but your idea has simplicity and elegance on its side, and I could write a script to do it.
I too am facing a massive reorganization plan on my computer. In addition to the detritus of 20 years of system upgrades, carrying along the various files across each new computer, operating system and revision, I have not done any significant programming work for over 10 years so my code library is useless except for historical purposes.
What I am doing is I have put things into 2 basic segments. The new current sorted stuff, and everything else.
I am setting up a single folder General Reference with a series of Folders within it for current reference filing. Documents don't get into there until I've reviewed, edited if necessary and decided its really a keeper.
I also have 3 folders for the raw PDF scans of the paper files I am slowly shredding, one for us and one each for the 2 separate organizations I am an officer for. That way when I no longer am part of those organizations I can dump those files off to the next person easily.
I have a single folder with my current used nearly every day active files, the sheep inventory, books owned and wanted lists, NaNo novel, current year Quicken files, current web site designs and the like.
All else is in the amorphous stuff pile and is slowly being dealt with as Backlog. The Webinars on handling backlog were very helpful to me to understand I could corral the old stuff and start fresh while slowly processing it.
Code segments I may actually use again (mostly web stuff) I am putting into a new DevonThink database so they are easier to find. Old stuff I did for computers and systems that no longer exist I am remembering and then letting go. Trashing most of them. A lot of the historical data for clients I used to work for is being scanned or collected into a folder with the clients name and the year I last worked for them. I haven't yet been able to delete a lot of it (I am a major packrat by nature) but I have a note to delete anything 15 years after I quit working for that client as by then it's useless.
I have also managed to delete a bunch of stuff by adding to my life history timeline file. That file is just a simple word processing file (current one is in Open Office but it used to be in Word) that has the years in order and a one or 2 line note about major accomplishments with the date completed. So I've managed to allow myself to delete large chunks of old code and misc documents by putting a line in there for the date and a note about the big project I did or the fun thing I finished or whatever. If it's something I know will go into my scrapbooks I print it out and file it in the pending scrapbook stuff. Most of the computer things are not going to end up in the books.
Another big one for me is to rename files so the filename tells me a lot about what is in there. I had a lot of screen grabs for various debugging projects I have been doing recently. They are named Picture1, Picture2 etc. Going back and re-naming them with what they show and collecting all the screen shots of particular problems into folders and then moving those into the General reference folder has also helped. So I have a folder DTTG Sync Errors with log files, screen shots and forum messages and notes about the issues with that. Once it is all working I'll probably delete that file.
I am trying to spend about 30 minutes a day processing my computer file backlog.
Hope that helps