the_wuigi Posted October 26, 2012 Posted October 26, 2012 I'm trying to find files on our Win2K CC3 Server that have not been accessed for a long period of time, does anyone know of any software or other methods of doing this? Thanks
Arthur Posted October 27, 2012 Posted October 27, 2012 TreeSize Professional is what you want, although you will need to do the scan from a PC running Windows XP (or later) since Windows 2000 Server isn't supported. http://i.imgur.com/peOr1.png
Pashers Posted October 30, 2012 Posted October 30, 2012 RoboCopy can also do this it's free and helps archiving
James_C Posted November 13, 2012 Posted November 13, 2012 How good is RoboCopy !!! Although never thought to use it for finding old unused files. Good tip I will also look at that option.
Pashers Posted November 13, 2012 Posted November 13, 2012 (edited) You can download a GUI for the command. The /minage parameter would be what you're looking for. /MAXAGE:n : MAXimum file AGE - exclude files older than n days/date. /MINAGE:n : MINimum file AGE - exclude files newer than n days/date. (If n < 1900 then n = no of days, else n = YYYYMMDD date). (referenced from Robocopy | SS64.com) Also you can log the output to an appropriate location. Edited November 13, 2012 by Pashers
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now