From ce7adfee3a0c111c5f8fc152e40a8488d663bc8e Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 3 Feb 2023 14:50:41 +0700 Subject: [PATCH] disable backup, enable snapshot --- tubearchivist/home/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/home/config.json b/tubearchivist/home/config.json index 420e27b8..08f7645e 100644 --- a/tubearchivist/home/config.json +++ b/tubearchivist/home/config.json @@ -42,7 +42,7 @@ "videos": "/youtube", "colors": "dark", "enable_cast": false, - "enable_snapshot": false + "enable_snapshot": true }, "scheduler": { "update_subscribed": false, @@ -50,7 +50,7 @@ "check_reindex": {"minute": "0", "hour": "12", "day_of_week": "*"}, "check_reindex_days": 90, "thumbnail_check": {"minute": "0", "hour": "17", "day_of_week": "*"}, - "run_backup": {"minute": "0", "hour": "8", "day_of_week": "0"}, + "run_backup": false, "run_backup_rotate": 5, "version_check": "rand-d" }