From 68b5d96f64738493eab62700d39b4da005aaa75d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 2 Sep 2026 16:31:00 +0200 Subject: [PATCH] Enhance backup process in teddycloud.sh (#16946) --- ct/teddycloud.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ct/teddycloud.sh b/ct/teddycloud.sh index e2c938350..32ad25127 100644 --- a/ct/teddycloud.sh +++ b/ct/teddycloud.sh @@ -35,8 +35,14 @@ function update_script() { msg_info "Stopping Service" systemctl stop teddycloud msg_ok "Stopped Service" - - create_backup /opt/teddycloud/certs /opt/teddycloud/config /opt/teddycloud/data + + create_backup \ + /opt/teddycloud/certs \ + /opt/teddycloud/config \ + /opt/teddycloud/data/content \ + /opt/teddycloud/data/library \ + /opt/teddycloud/data/firmware \ + /opt/teddycloud/data/cache CLEAN_INSTALL=1 fetch_and_deploy_gh_release "teddycloud" "toniebox-reverse-engineering/teddycloud" "prebuild" "latest" "/opt/teddycloud" "teddycloud.amd64.release*.zip"