mrstrong Posted May 28, 2013 Posted May 28, 2013 I'm trying to clean up a shared folder. Basically want to delete all pictures and videos over say 1 year old. Would like to run with "no teeth" first e.g. a report showing what will be deleted so I can check through it first. Also need an electronic copy (e.g. .txt or .xls) of what has been deleted for records and so I can get it back off backup if (/when!) required. Any ideas on scripts / free utils to do the job ?
Zourous Posted May 30, 2013 Posted May 30, 2013 Tree size pro free trial might do the job for you, assuming you can still get a free trial. I'm sure you can filter file types and produce a csv beforehand.
jinnantonnixx Posted May 30, 2013 Posted May 30, 2013 You could try the venerable ROBOCOPY with the /MINAGE flag and use of the /CREATE flag which creates a null (0 byte) copy of the tree structure, effectively reducing their size to zero. Robocopy | SS64.com
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