From 47810724085d8df27044630fc0e9937231088ea6 Mon Sep 17 00:00:00 2001 From: SikongJueluo Date: Wed, 10 Dec 2025 22:30:45 +0800 Subject: [PATCH] chore(justfile): adjust sync logic --- .justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.justfile b/.justfile index 27080b5..f2e3942 100644 --- a/.justfile +++ b/.justfile @@ -1,5 +1,5 @@ sync-js: - rsync --delete -r --exclude=config ./src/ "$(cygpath -u $DST_KJS_DIR)/" + rsync -av --delete -r --exclude=config --exclude=probe ./src/ "$(cygpath -u $DST_KJS_DIR)/" -sync-log: - rsync --delete -r "$(cygpath -u $DST_LOG_DIR)/" ./logs/ +sync-logs: + rsync -av --delete -r "$(cygpath -u $DST_LOG_DIR)/" ./logs/