Skip to content

备份与恢复

1. 备份

bash
cd code
./scripts/backup.sh

2. 恢复

bash
cd code
./scripts/restore.sh

实际备份内容与路径以脚本实现为准。

Released under the MIT License.