problem with roaming profiles size

Filipi D. Vianna filipi at em.pucrs.br
Tue Feb 13 20:06:12 GMT 2001


Joe Olt wrote:
> 
> At 10:10 AM 2/14/2001, JBCurry wrote:
> >Umm, doesn't IE let you specify where to store the cache'd files?  Why not
> >store them somewhere different than the profile directory?  (in Internet
> >Explorer 5.5, this is found under
> >Tools==>>InternetOptions==>>TemporaryInternetFileSettings==>>MoveFolder)
> >
> >Also, you can set a limit of how much is cache'd.
> >
> >Or is there something I'm missing?
> 
> You can also have the cached files deleted.
> 
> Tools->Internet Options->Advanced->Security->Empty Temporary Internet files
> folder when browser is closed

You can schedule in the cron to remove the files at night when,
probably, nobody is using the roaming profiles, and no browser is open.
Edit the root cron with the command:
crontab -e

And add the folow line:
30 06 * * * find /home/ -name "Temporary Internet Files" -exec rm -rfv
{}/* \; | mail -s "IE cache cleaning" you at yourdomain

This will schedule to, every day at 6:30 AM, the server look for any
file named "Temporary Internet Files" inside the home dir, remove what
it find and mail a report to you containing what was removed.

I think this may works fine.

Regards,
Filipi Viana




More information about the samba-ntdom mailing list