diff options
| author | 2017-06-06 08:03:29 +0200 | |
|---|---|---|
| committer | 2017-06-06 08:03:29 +0200 | |
| commit | 8af654f96281e1ee4708818839995383cee97b52 (patch) | |
| tree | 8ba65b045eb2fb0c369c21d3983b1f5679958934 /README.md | |
| parent | 6f3653d430c86b026f8e007a276fdba2b09b61b3 (diff) | |
Fix outdated documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -141,13 +141,12 @@ Create `/etc/cron.d/FreshRSS` with: # Backup -* You need to keep `./data/config.php`, and `./data/*_user.php` files -* You can export your feed list in OPML format from FreshRSS - * either from the Web interface, or from the [Command-Line Interface](./cli/README.md) +* You need to keep `./data/config.php`, and `./data/users/*/config.php` files +* You can export your feed list in OPML format either from the Web interface, or from the [Command-Line Interface](./cli/README.md) * To save articles, you can use [phpMyAdmin](http://www.phpmyadmin.net) or MySQL tools: ```bash -mysqldump -u user -p --databases freshrss > freshrss.sql +mysqldump --skip-comments --disable-keys --user=<db_user> --password --host <db_host> --result-file=freshrss.dump.sql --databases <freshrss_db> ``` |
