Files
nexus/wiki/concepts/安全删除.md

29 lines
856 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: 安全删除
title: "安全删除"
type: concept
tags: [文件管理, safety, recovery]
last_updated: 2026-04-15
---
## Definition
删除操作不直接抹除文件而是先移至隔离目录To-Be-Deleted保留人工复核窗口。
## Core Mechanism
- 步骤 1识别待删文件 → 移至 To-Be-Deleted 目录
- 步骤 2人工检查确认无误后手动清空
- 步骤 3确认无误后删除 To-Be-Deleted 目录
## Key Properties
- 防误删:提供撤销窗口
- 可审计:清楚知道删了什么
- 低摩擦:只需确认目录,无需逐文件审查
## Related Concepts
- [[精确去重]]:安全删除的主要应用场景
- [[小文件清理]]:安全删除的另一应用场景
- [[分批执行]]:安全删除在大规模场景下的配套策略
## Sources
- [[养虾日记1-OpenClaw照片整理实战]]