awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • remotely-save/remotely-saveAvatar von remotely-save

    remotely-save/remotely-save

    6,811Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,811
  • canton7/synctrayzorAvatar von canton7

    canton7/SyncTrayzor

    6,188Auf GitHub ansehen↗

    SyncTrayzor ist ein nativer Windows-Tray-Wrapper und eine Management-Schnittstelle für Syncthing. Es fungiert als Prozessmanager, der sicherstellt, dass der Synchronisationsdienst automatisch beim Benutzer-Login startet und im Hintergrund aktiv bleibt. Das Projekt bietet einen integrierten Browser zum Rendern des Syncthing-Web-Interfaces und enthält ein spezialisiertes Conflict-Resolver-Tool, um Versionskonflikte zwischen synchronisierten Dateien zu identifizieren und zu beheben. Es integriert sich direkt in das System-Tray, um Dienststatus-Updates und Desktop-Benachrichtigungen bereitzustellen. Zu den Funktionsbereichen gehören Synchronisations-Monitoring zur Verfolgung von Datentransfers, Konnektivitätswarnungen sowie die Kontrolle der Datennutzung, um Transfers in getakteten Netzwerken zu pausieren.

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

    C#
    Auf GitHub ansehen↗6,188
  • bcpierce00/unisonAvatar von bcpierce00

    bcpierce00/unison

    5,109Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,109
  1. Home
  2. Software Engineering & Architecture
  3. Version Control Conflict Resolution
  4. File Synchronization Conflicts