From 1762838cd8b8db52f7342d4376a3af244ad32d27 Mon Sep 17 00:00:00 2001 From: lqs <441785369@qq.com> Date: Wed, 12 Mar 2025 13:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=202.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/2.sh b/2.sh index 7dcb6d8..3a18372 100644 --- a/2.sh +++ b/2.sh @@ -3,4 +3,18 @@ curl -F 'master_pwd=Sj89061189' \ -F backup_file=@SJFZ2023_2025-03-11_15-35-01.zip \ -F 'copy=true' \ -F 'name=SJFZ2023' \ - http://localhost:2023/web/database/restore \ No newline at end of file + http://localhost:2023/web/database/restore + +sudo chmod -R 777 SJFZ2024_1_2025-03-11_15-37-00.zip +curl -F 'master_pwd=Sj89061189' \ + -F backup_file=@SJFZ2024_1_2025-03-11_15-37-00.zip \ + -F 'copy=true' \ + -F 'name=SJFZ2024_1' \ + http://localhost:2024/web/database/restore + +sudo chmod -R 777 SJFZ_2025_1_2025-03-11_15-40-24.zip +curl -F 'master_pwd=Sj89061189' \ + -F backup_file=@SJFZ_2025_1_2025-03-11_15-40-24.zip \ + -F 'copy=true' \ + -F 'name=SJFZ_2025_1' \ + http://localhost:2025/web/database/restore \ No newline at end of file