summaryrefslogtreecommitdiff
path: root/.docker/app
diff options
context:
space:
mode:
authorwn_ <invalid@email.com>2025-01-25 01:52:01 +0000
committerwn_ <invalid@email.com>2025-01-26 16:56:34 +0000
commit117d210c8aa3b1b1513d6e5a756f4b3242d3b392 (patch)
treea3c405c70a50e91f42b4613b6dd1ac66ee6c43c6 /.docker/app
parent0eb4571c193b976d55c548c3a7835a47549ca180 (diff)
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.
Diffstat (limited to '.docker/app')
-rw-r--r--.docker/app/backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/app/backup.sh b/.docker/app/backup.sh
index 784982c70..4ecc860b9 100644
--- a/.docker/app/backup.sh
+++ b/.docker/app/backup.sh
@@ -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...