1
0
Fork 0

Add note about backups and lack of import functionality

This commit is contained in:
Bram Schoenmakers 2024-08-04 09:23:48 +02:00
parent 3c6224359f
commit 4152ca6032
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
2 changed files with 10 additions and 4 deletions

View file

@ -14,6 +14,8 @@ The following export formats are currently supported:
| JSON | ~elfeed-export-to-json-file~ |
| Emacs Lisp Data (*.eld) | ~elfeed-export-to-lisp-file~ |
Please note there is *no import functionality*. The goal is to have a (more or less) readable copy of your database. For a real backup, make a backup of ~/.elfeed instead.
* Installation
/elfeed-export/ is not on MELPA, therefore clone the directory first:

View file

@ -37,6 +37,10 @@ Format Command
JSON elfeed-export-to-json-file
Emacs Lisp Data (*.eld) elfeed-export-to-lisp-file
Please note there is *no import functionality*. The goal is to have
a (more or less) readable copy of your database. For a real backup,
make a backup of ~/.elfeed instead.

File: elfeed-export.info, Node: Installation, Next: Configuration, Prev: Introduction, Up: Top
@ -127,10 +131,10 @@ a tag. E.g., to export unread items only, use:
Tag Table:
Node: Top87
Node: Introduction357
Node: Installation865
Node: Configuration1270
Node: Customize export fields2004
Node: Customize entry filters3101
Node: Installation1043
Node: Configuration1448
Node: Customize export fields2182
Node: Customize entry filters3279

End Tag Table