From 272cd6a1cdbb8a8eb97b4b58d7ab0d839ee6e812 Mon Sep 17 00:00:00 2001 From: LiuEnder Date: Thu, 7 May 2026 21:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=86=99readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c07254b --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# OCIFLAB备份脚本 + +## 功能 +每天从https://git.ociflab.icu/Laplace/backup-list拉取whitelist.md +然后根据whitelist.md拉取对应的仓库到backup文件夹进行备份 +压缩成zip,每天定时备份一次,保留7天。 + +## whitelist.md文件结构: + +~~~ +https://git.ociflab.icu/userA/projectA +https://git.ociflab.icu/userB/projectB +~~~ \ No newline at end of file