awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSynchronization Safety Guards

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.

Awesome Synchronization Safety Guards GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • momenbasel/puremacmomenbasel 的头像

    momenbasel/PureMac

    4,811在 GitHub 上查看↗

    PureMac 是一款原生 macOS 系统清理器和磁盘空间优化器。作为一款 SwiftUI 桌面应用程序,它充当应用程序卸载程序和系统维护实用程序,旨在通过删除系统垃圾、缓存和孤立文件来回收磁盘空间。 该项目通过全面的卸载过程脱颖而出,该过程使用基于启发式的文件匹配来定位隐藏的偏好设置和日志。它还包括专门的开发环境清理功能,以针对 Xcode 和 Homebrew 等工具生成的临时工件。 该软件提供更广泛的本地存储管理功能,包括识别大文件或旧文件,以及基于时间间隔或可回收空间阈值自动调度清理例程。为了确保系统完整性,它采用路径验证安全防护措施来保护关键操作系统文件并阻止符号链接攻击。

    Employs path-validation safety guards to protect critical operating system files and block symbolic link attacks.

    Swift
    在 GitHub 上查看↗4,811
  • mutagen-io/mutagenmutagen-io 的头像

    mutagen-io/mutagen

    3,883在 GitHub 上查看↗

    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.

    Go
    在 GitHub 上查看↗3,883
  1. Home
  2. DevOps & Infrastructure
  3. Synchronization Safety Guards

探索子标签

  • Deletion Safety GuardsMechanisms that validate file paths and block symbolic link attacks to prevent accidental system file deletion. **Distinct from Synchronization Safety Guards:** Distinct from Synchronization Safety Guards: focuses on preventing accidental deletion and symlink attacks during cleanup rather than synchronization halts.