From fbadee235c8d61371ab335d39b8219fc6a1edcbe Mon Sep 17 00:00:00 2001 From: AppFactory Portal Date: Thu, 18 Jun 2026 10:04:03 +0000 Subject: [PATCH] =?UTF-8?q?=C3=9Aprava=20skriptu=20create-backup.sh=20(por?= =?UTF-8?q?t=C3=A1l:=20jiri.uhlir59@gmail.com)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maintenance/create-backup.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 maintenance/create-backup.sh diff --git a/maintenance/create-backup.sh b/maintenance/create-backup.sh new file mode 100755 index 0000000..851e903 --- /dev/null +++ b/maintenance/create-backup.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +set -euo pipefail + +APPFACTORY_ROOT="/opt/appfactory" + +echo "Starting AppFactory backup..." + +cd "$APPFACTORY_ROOT/workspace/appfactory-tools" + +bash scripts/backup-appfactory.sh + +echo "Backup finished." \ No newline at end of file