update project,

This commit is contained in:
louiscklaw
2025-05-11 08:02:50 +08:00
parent 9d46de56c3
commit c29ab4b920
5 changed files with 48 additions and 0 deletions

17
backup.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/usr/bin/env bash
set -ex
# tar -zcvf ./_archive/020_update_fix_edit_page_error.tar.gz \
# --exclude "node_modules" \
# --exclude ".next" \
# --exclude ".git" \
# ./project
rsync -avh \
--exclude ".next" \
--exclude "node_modules" \
--exclude ".git" \
. ../_archive/022_init_lesson_categories
echo "done"