I want to backup my ubuntu bookmarks (not browser bookmarks, but the ones in the places pane in nautilus). However, I can't find any application that does it already or any info on where bookmarks are stored and how. Can anybody tell me a way in which this can be done?

Any suggestions about a script is also welcome.

link|improve this question

78% accept rate
feedback

migrated from stackoverflow.com Oct 27 '10 at 20:56

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 1 down vote accepted

~/.gtk-bookmarks Notice that this is a file, not a folder. Additionally, it's a hidden file so you won't see it in your file manager by default.

link|improve this answer
That folder is not present in my home. – apoorv020 Oct 26 '10 at 7:21
It's a file, and not a folder. And it's a hidden file (because it's got a leading dot), just adjust your settings in nautilus or whatever to see hidden files. – joni Oct 26 '10 at 7:24
If you are using the Gnome desktop (if you're not sure, then you are using it - it's default in Ubuntu), then it reads the bookmarks from there (and from nowhere else). Note that Linux treats filenames starting with a dot . as hidden - you'll need to press Ctrl+H in Nautilus (file explorer) to show them. – Piskvor Oct 26 '10 at 7:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.