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

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

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

3 个仓库

Awesome GitHub RepositoriesFile Synchronization Conflicts

Strategies for resolving version mismatches between local and remote files based on timestamps or file size.

Distinct from Version Control Conflict Resolution: Distinct from Version Control Conflict Resolution: handles file system timestamp/size mismatches rather than code merge conflicts

Explore 3 awesome GitHub repositories matching software engineering & architecture · File Synchronization Conflicts. Refine with filters or upvote what's useful.

Awesome File Synchronization Conflicts GitHub Repositories

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

    remotely-save/remotely-save

    6,811在 GitHub 上查看↗

    Remotely Save is a cloud storage synchronization tool and backup manager designed to keep local files and application data consistent across desktop and mobile devices. It functions as a cross-platform synchronizer that mirrors local data to remote servers using S3 and other cloud protocols. The project focuses on privacy and security through end-to-end encryption, which secures files with a user-defined password before they are uploaded to remote cloud services. It ensures data remains private on third-party servers by applying symmetric client-side encryption. The system includes capabilit

    Manages version mismatches between local and remote storage by using timestamps or file size to determine the correct version.

    TypeScript
    在 GitHub 上查看↗6,811
  • canton7/synctrayzorcanton7 的头像

    canton7/SyncTrayzor

    6,188在 GitHub 上查看↗

    SyncTrayzor 是一个用于 Syncthing 的原生 Windows 托盘包装器和管理界面。它充当进程管理器,确保同步服务在用户登录时自动启动并保持在后台运行。 该项目提供了一个内置浏览器来渲染 Syncthing Web 界面,并包含一个专门的冲突解决工具,用于识别和修复同步文件之间的版本不匹配。它直接集成到系统托盘中,以提供服务状态更新和桌面通知。 能力领域包括用于跟踪数据传输的同步监控、连接警报以及用于在按流量计费的网络上暂停传输的数据使用控制。

    Includes a specialized utility to resolve version mismatches specifically for synchronized files.

    C#
    在 GitHub 上查看↗6,188
  • bcpierce00/unisonbcpierce00 的头像

    bcpierce00/unison

    5,109在 GitHub 上查看↗

    Unison is a bidirectional file synchronization tool that keeps two copies of a directory identical by automatically propagating changes in both directions. It operates over an encrypted SSH transport layer, allowing secure synchronization between different hosts and operating systems without a central server. The tool uses a bidirectional reconciliation engine to compare replicas and compute a minimal set of actions for agreement, handling both automatic merging of non-conflicting changes and clear reporting of conflicts that require manual resolution. Unison optimizes transfers by sending on

    Detects conflicting updates between two file copies and presents them for manual resolution.

    OCaml
    在 GitHub 上查看↗5,109
  1. Home
  2. Software Engineering & Architecture
  3. Version Control Conflict Resolution
  4. File Synchronization Conflicts