update project,
This commit is contained in:
17
backup.sh
Executable file
17
backup.sh
Executable 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"
|
Reference in New Issue
Block a user