]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - doc/md/Backup,-restore,-import-and-export.md
Merge pull request #910 from virtualtam/documentation/improvements
[github/shaarli/Shaarli.git] / doc / md / Backup,-restore,-import-and-export.md
CommitLineData
fdf88d19 1
53ed6d7d 2 * [Backup and restore the datastore file](#backup-and-restore-the-datastore-file)
3 * [Export links as...](#export-links-as)
4 * [Import links from...](#import-links-from)
5 * [Import Shaarli links to Firefox](#import-shaarli-links-to-firefox)
fdf88d19
A
6
7----------------------
8
992af0b9
V
9## Backup and restore the datastore file
10
11Backup the file `data/datastore.php` (by FTP or SSH). Restore by putting the file back in place.
12
13Example command:
14```bash
15rsync -avzP my.server.com:/var/www/shaarli/data/datastore.php datastore-$(date +%Y-%m-%d_%H%M).php
16```
17
18## Export links as...
fdf88d19 19
992af0b9
V
20To export links as an HTML file, under _Tools > Export_, choose:
21- _Export all_ to export both public and private links
22- _Export public_ to export public links only
23- _Export private_ to export private links only
24
25Restore by using the `Import` feature.
53ed6d7d 26* This can be done using the [shaarchiver](https://github.com/nodiscc/shaarchiver) tool.
992af0b9
V
27
28Example command:
29```bash
30./export-bookmarks.py --url=https://my.server.com/shaarli --username=myusername --password=mysupersecretpassword --download-dir=./ --type=all
31```
32
33## Import links from...
fdf88d19 34
992af0b9
V
35### Diigo
36
37If you export your bookmark from Diigo, make sure you use the Delicious export, not the Netscape export. (Their Netscape export is broken, and they don't seem to be interested in fixing it.)
38
39### Mister Wong
fdf88d19 40
53ed6d7d 41See [this issue](https://github.com/sebsauvage/Shaarli/issues/146) for import tweaks.
992af0b9
V
42
43### SemanticScuttle
44
53ed6d7d 45To correctly import the tags from a [SemanticScuttle](http://semanticscuttle.sourceforge.net/) HTML export, edit the HTML file before importing and replace all occurences of `tags=` (lowercase) to `TAGS=` (uppercase).
fdf88d19
A
46
47### Scuttle
48
53ed6d7d 49Shaarli cannot import data directly from [Scuttle](https://github.com/scronide/scuttle). However, you can use this third party tool: https://github.com/q2apro/scuttle-to-shaarli to export the Scuttle database to the Netscape HTML format compatible with the Shaarli importer.
fdf88d19
A
50
51## Import Shaarli links to Firefox
52
53 * Export your Shaarli links as described above.
54 * For compatibility reasons, check `Prepend note permalinks with this Shaarli instance's URL (useful to import bookmarks in a web browser)`
55 * In Firefox, open the bookmark manager (not the sidebar! `Bookmarks menu > Show all bookmarks` or `Ctrl+Shift+B`)
56 * Select `Import and Backup > Import bookmarks in HTML format`
57
58Your bookmarks will be imported in Firefox, ready to use, with tags and descriptions retained. "Self" (notes) shaares will still point to the Shaarli instance you exported them from, but the note text can be viewed directly in the bookmark properties inside your browser. Depending on the number of bookmarks, the import can take some time.
59
60You may be interested in these Firefox addons to manage links imported from Shaarli
61
53ed6d7d 62 * [Bookmark Deduplicator](https://addons.mozilla.org/en-US/firefox/addon/bookmark-deduplicator/) - provides an easy way to deduplicate your bookmarks
63 * [TagSieve](https://addons.mozilla.org/en-US/firefox/addon/tagsieve/) - browse your bookmarks by their tags