Batch: add/reorder frontmatter for all 360 notes (obsidian_frontmatter.py v3)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user