From 117d210c8aa3b1b1513d6e5a756f4b3242d3b392 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sat, 25 Jan 2025 01:52:01 +0000 Subject: 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. --- .docker/app/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.docker') 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... -- cgit v1.2.3-54-g00ecf