Andrey Amelin
Andrey Amelin

Reputation: 83

How to export Safari bookmarks using the command in Terminal?

I want to make backups in Safari once a week. Tell me how to use the terminal commands to export bookmarks? Thank you.

Upvotes: 7

Views: 1362

Answers (1)

user3325776
user3325776

Reputation: 105

plutil -convert xml1 -o ~/Desktop/SafariBookmarks.xml ~/Library/Safari/Bookmarks.plist

I saw it on https://www.dropboxwiki.com/tips-and-tricks/export-safari-bookmarks-to-html-for-osx

Upvotes: 2

Related Questions