Forráskód Böngészése

Clarify in docs `favicons/` should not be skipped during backup (#8992)

Alternative for https://github.com/FreshRSS/FreshRSS/pull/8972, at least until the migration system is improved to support rollbacks.
Inverle 6 órája
szülő
commit
c3d0bd5b55
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/en/admins/05_Backup.md

+ 1 - 1
docs/en/admins/05_Backup.md

@@ -2,7 +2,7 @@
 
 ## What to back up
 
-- `./data/` - **required**. You can skip `cache/` and `favicons/`; FreshRSS rebuilds them.
+- `./data/` - **required**. You can skip `cache/`; FreshRSS rebuilds it.
 - `./extensions/` - **recommended** if you use third-party extensions.
 - `./i/themes/` - **optional**, only if you have added custom themes.
 - **External database** (MySQL, MariaDB, PostgreSQL) - back up separately with [`./cli/db-backup.php`](#creating-a-database-backup) (portable SQLite per user) or `mysqldump`/`pg_dump`. SQLite is covered by `./data/` above.