housekeeping on Main network Drive

Associate
Joined
13 Dec 2006
Posts
8
Hi,

Wondering if you guys could help me out.... Our file and print server at work is fast running out of space. I have asked users to preform some house keeping and delete/archieve old files they no longer require or use and any duplicate files they may have. As you can imagine the request fell on deaf ears.

I want to search the server for all files that have not been accessed in the last 2 years so i can archieve these off and delete them from the server. Is there any software to do this? I have used Windows search which brings back minimal results.

Is there also any good software that will search for duplicate files.....preferably free?

thanks in advance.
 
What OS is it your running on the server?

Things i would enforce:
File type restrictions (gets rid of music)
User Quotas (you decide how much they can store not them).

And consider using SIS if the OS your using supports it.
 
When your say Windows search returns minimal results, how'd you mean?

That is, does the search not find old files that you know exist? Very strange if so, maybe refine/tweak your search?
 
Just run a robocopy and tell it to move all files over 2 years to another folder. Then just archive that folder. Can't remember the switch but google will help you.

You can get it to keep the folder structure as well which would probably be handy.
 
Be very careful removing old files and definately talk to the legal and accounting people first as a lot of files may have a compulsory retention period on them and as you move them off the drive you will be responsible for the storage and retrival of this information.
 
only problem with quotas if i remember rightly is that they only start recording whats been used from the point they are turned on. so if your data is in place already it wont take that into account.
 
only problem with quotas if i remember rightly is that they only start recording whats been used from the point they are turned on. so if your data is in place already it wont take that into account.

Most systems look at file ownership, or you can apply them to individual folders.

Northern storage suite will do this, for example if you had:

e:\home\%username% for your user's home folders

You can apply a 200mb quota to each subfolder of e:\home
 
Most systems look at file ownership, or you can apply them to individual folders.

Northern storage suite will do this, for example if you had:

e:\home\%username% for your user's home folders

You can apply a 200mb quota to each subfolder of e:\home

thats cool, just the way MS explain theirs is seems to suggest it wont go back and "count" whats there.
 
Seriously look into quotas imo.
You might have to 'trim' some users after you have set them, but it'll save you one heck of a headache with storage as its always a finite value. Making backups easyier as well.
 
Back
Top Bottom