From c602f577cf1a421bfb842812699809bae6de88a7 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 17 May 2026 15:57:46 +0200 Subject: [PATCH] etherpad: backup --- ct/etherpad.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/etherpad.sh b/ct/etherpad.sh index 13b5ee63..f6890bae 100644 --- a/ct/etherpad.sh +++ b/ct/etherpad.sh @@ -36,12 +36,14 @@ function update_script() { msg_info "Backing up configuration" cp /opt/etherpad/settings.json /opt/ + cp -r /opt/etherpad/src/plugin_packages /opt/plugin_packages_bak msg_ok "Backed up configuration" fetch_and_deploy_gh_release "etherpad" "ether/etherpad" "binary" msg_info "Restoring configuration" mv /opt/settings.json /opt/etherpad/ + mv /opt/plugin_packages_bak /opt/etherpad/src/plugin_packages msg_ok "Restored configuration" msg_info "Starting Service"