From 8ab2acc9923ad5f93ffaf9320c407e7d343c514b Mon Sep 17 00:00:00 2001 From: claude_dev Date: Tue, 7 Jul 2026 07:23:14 +0800 Subject: [PATCH] =?UTF-8?q?docs(deploy):=20rsync=20=E6=8E=92=E9=99=A4=20co?= =?UTF-8?q?nfig/=EF=BC=88=E9=83=A8=E7=BD=B2=E6=80=81=E5=90=AB=E7=9C=9F?= =?UTF-8?q?=E5=AE=9E=E5=AF=86=E7=A0=81=EF=BC=8C=E9=98=B2=E8=A6=86=E7=9B=96?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deployment/nas-deploy-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/nas-deploy-plan.md b/docs/deployment/nas-deploy-plan.md index 1027819..b080e13 100644 --- a/docs/deployment/nas-deploy-plan.md +++ b/docs/deployment/nas-deploy-plan.md @@ -51,7 +51,7 @@ DEST=admin@192.168.2.154:~/.sanguo_projects/sanguo_vnpy_v2/ # 1) 同步代码(已排除数据/缓存) sshpass -e rsync -avz --delete \ --exclude='.git' '__pycache__' '*.pyc' '.pytest_cache' \ - --exclude='data/' 'logs/' 'temp/' '*.log' '.DS_Store' '.venv/' 'node_modules/' \ + --exclude='data/' 'logs/' 'temp/' '*.log' '.DS_Store' '.venv/' 'node_modules/' 'config/' \ -e "ssh -o StrictHostKeyChecking=no" \ "$SRC" "$DEST"