Include 'cache/feed-icons' in the default backup process.

This is worthwhile since custom icons might've been uploaded and post-restore icon fetches might take a while.
This commit is contained in:
wn_
2025-01-25 01:52:01 +00:00
parent 0eb4571c19
commit 117d210c8a

View File

@@ -18,7 +18,7 @@ if pg_isready -h $TTRSS_DB_HOST -U $TTRSS_DB_USER -p $TTRSS_DB_PORT; then
echo backing up tt-rss local directories to $DST_DIR/$DST_FILE...
tar -cz -f $DST_DIR/$DST_FILE $APP_ROOT/*.local \
$APP_ROOT/feed-icons/ \
$APP_ROOT/cache/feed-icons/ \
$APP_ROOT/config.php
echo cleaning up...