What's new

Export Web History

Weggy

Regular Contributor
Hey,

Is there an easy method of exporting web history. Ideally into a CSV format?

Many Thanks
 
Check this out: https://github.com/MartineauUK/WebHistory-Report

Download the script (in an SSH session) to '/jffs/scripts':
Code:
curl --retry 3 "https://raw.githubusercontent.com/MartineauUK/WebHistory-Report/master/WebHistory_Report.sh" -o "/jffs/scripts/WebHistory_Report.sh" && chmod 755 "/jffs/scripts/WebHistory_Report.sh"
Then run
Code:
/jffs/scripts/WebHistory_Report.sh nofilter report=WebReport.csv nodisplay
NOTE: the resulting .csv can be quite large for /jffs (>1MB) depending on the size of your web history database. If you have a USB drive attached to the router redirect the output to it.
 
I did read it like that, but then I thought... No surely they can't be saying that's a feature. They might as well say, you can program your own ideas to haha :)
 
No surely they can't be saying that's a feature.

They are only giving you an idea how to save the data, if you need to. There is no export feature in firmware.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top