Jump to content

Recommended Posts

Posted

Hi All,

 

Does anyone know where in the file structure reports are stored on Smoothwall, so I can delete them through Putty? Can't face having to sit and delete through the web interface - slowly one by one each one takes 2 clicks....and then I have to wait for the page to reload and go to the bottom of the screen again for the next one...

 

Thanks in advance!

 

Lucy.

  • 3 years later...
Posted (edited)

I know this post is old, but it's a top Google result so I thought I'd share what I found out by searching the file system.

--

Reports are stored in /var/reports as directories.

It might be possible to use a command that grabs and removes all the reports by name.

find /var/reports -name "*NAMEFILTERHERE*" -type d -print0|xargs -0 rm -r

Edited by ctarbet

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...