Batch: add/reorder frontmatter for all 360 notes (obsidian_frontmatter.py v3)

This commit is contained in:
2026-04-09 19:15:47 +08:00
parent bf7254dbbc
commit 2013357a08
360 changed files with 1465 additions and 740 deletions

View File

@@ -80,7 +80,12 @@ rsync -azR --delete \
/home/shenwei/Docker/ \
"$DEST/" >> "$LOG" 2>&1
# --- 3. 状态检查 ---
# --- 3. 状态检查 ------
title: --- 配置区 ---
author: shenwei
tags: [backup, nas, rsync, ubuntu]
---
# rsync 返回 23 表示部分文件由于权限或消失未传输,这在备份正在运行的系统时常见。
# 我们重点看是否大部分数据已同步。
if [ $? -eq 0 ] || [ $? -eq 23 ] || [ $? -eq 24 ]; then