2 个仓库
Mechanisms that detect irregular filesystem states and halt synchronization to prevent mass accidental data deletion.
Distinct from Data Loss Prevention: Existing Data Loss Prevention tags focus on security/exfiltration; this is about operational safety in filesystem mirroring.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Synchronization Safety Guards. Refine with filters or upvote what's useful.
PureMac 是一款原生 macOS 系统清理器和磁盘空间优化器。作为一款 SwiftUI 桌面应用程序,它充当应用程序卸载程序和系统维护实用程序,旨在通过删除系统垃圾、缓存和孤立文件来回收磁盘空间。 该项目通过全面的卸载过程脱颖而出,该过程使用基于启发式的文件匹配来定位隐藏的偏好设置和日志。它还包括专门的开发环境清理功能,以针对 Xcode 和 Homebrew 等工具生成的临时工件。 该软件提供更广泛的本地存储管理功能,包括识别大文件或旧文件,以及基于时间间隔或可回收空间阈值自动调度清理例程。为了确保系统完整性,它采用路径验证安全防护措施来保护关键操作系统文件并阻止符号链接攻击。
Employs path-validation safety guards to protect critical operating system files and block symbolic link attacks.
Mutagen is a cross-platform file synchronization engine and development environment orchestrator. It provides real-time bidirectional file synchronization between local machines, remote servers, and Docker containers, often utilizing SSH for transport. The tool functions as a high-performance alternative to Docker bind mounts by mirroring files between a local host and a running container. It also operates as a network port forwarding utility, routing TCP traffic and Unix domain sockets between local and remote environments via SSH. Its capability surface includes filesystem event monitoring
Halts synchronization sessions when irregular conditions are detected to prevent unintentional mass deletion of content.