While I am sure that there are tools.... If you have a developer who is (or are yourself) familiar with VBScript -- specifically the Scripting.FileSystemObject, you could easily walk the directory tree looking at the date created, accessed, and modified of each file to determine whether it should be archived or not and spit out a report in any format you desire -- or log to a database. You could even go as far as moving the file to an archival location... I am currently starting to develop a similar program to backup my system as I am a small business and do not have the money to invest in a full fledged backup system yet. I am combining this type of directory walking, WinRAR (compression program that can compress files by archive bit if desired) and a CDRW to backup my desktop and laptop...
Relatively easy to do... -Tim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Morgan, Joshua Sent: Tuesday, June 25, 2002 3:15 PM To: NT 2000 Discussions Subject: File Archiving I'm trying to help My Company save some money and Archive off old Files... Does anyone know of a good tool that I could use that will only show files that have not been accessed or modified in over a year? Joshua Morgan PROFITLAB Senior Network Engineer PH: (864) 250-1350 Ext 133 Fax: (413) 581-4936 [EMAIL PROTECTED] http://www.profit-lab.com http://ncontrol.info The greatest glory is not in never failing, but in rising up every time we fall. -- Confucius ------ You are subscribed as [EMAIL PROTECTED] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to %%email.unsub%% ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
