Dump

From ZENotes
(Difference between revisions)
Jump to: navigation, search
Admin (Talk | contribs)
(Created page with "from: http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/ you need sqlite3 script: cd /where/the/firefox...")
Newer edit →

Revision as of 10:54, 2 November 2011

from:

http://totalrecall.wordpress.com/2008/09/03/automating-export-of-firefox-3-bookmarks-and-history-from-command-linecron/

you need sqlite3

script:

cd /where/the/firefox/history/is/located
cp places.sqlite places1.sqlite
sqlite3 'places1.sqlite' <<!
.dump html
.output firedump.html
select url,title from firedump;
!


find where it is on your system with

find ./ -name places.sqlite
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox