awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 रिपॉजिटरी

Awesome GitHub RepositoriesBidirectional Folder Synchronization

Services that automatically keep two or more folder locations identical by syncing changes in both directions.

Explore 17 awesome GitHub repositories matching networking & communication · Bidirectional Folder Synchronization. Refine with filters or upvote what's useful.

Awesome Bidirectional Folder Synchronization GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • syncthing/syncthingsyncthing का अवतार

    syncthing/syncthing

    85,400GitHub पर देखें↗

    Syncthing एक विकेंद्रीकृत फ़ाइल सिंक्रोनाइज़ेशन इंजन है जो पीयर-टू-पीयर मेश नेटवर्किंग के माध्यम से कई उपकरणों में डेटा की निरंतर स्थिति बनाए रखता है। यह एक बैकग्राउंड डेमन के रूप में कार्य करता है जो केंद्रीय सर्वर की आवश्यकता के बिना विश्वसनीय नोड्स के बीच फ़ाइल निर्माण, संशोधन और विलोपन को स्वचालित रूप से रेप्लिकेट करता है। कंटेंट-एड्रेसेबल ब्लॉक इंडेक्सिंग और ब्लॉक-लेवल डेल्टा सिंक्रोनाइज़ेशन का उपयोग करके, सिस्टम केवल फ़ाइलों के संशोधित हिस्सों की पहचान करता है और उन्हें स्थानांतरित करता है, जिससे विषम वातावरण में कुशल डेटा प्रसार सुनिश्चित होता है। यह प्रोजेक्ट एक सुरक्षा-प्रथम आर्किटेक्चर के माध्यम से खुद को अलग करता है जो डिवाइस की पहचान सत्यापित करने के लिए आपसी TLS प्रमाणीकरण पर निर्भर करता है। यह द्विदिश प्रतिकृति (bidirectional replication), बैकअप के लिए एकदिशीय मिररिंग और संदर्भ-आधारित प्रवर्तन सहित लचीले सिंक्रोनाइज़ेशन मोड का समर्थन करता है। गोपनीयता के लिए, यह अविश्वसनीय उपकरणों के लिए फ़ोल्डर-स्तरीय एन्क्रिप्शन प्रदान करता है और नेटवर्क ट्रैफ़िक पर दानेदार नियंत्रण की अनुमति देता है। अपनी मुख्य प्रतिकृति क्षमताओं के अलावा, यह प्लेटफ़ॉर्म कनेक्शन स्थिति और थ्रूपुट की निगरानी के लिए वेब-आधारित डैशबोर्ड और उन्नत कॉन्फ़िगरेशन के लिए कमांड-लाइन इंटरफेस प्रदान करता है।

    Propagates changes in both directions to ensure folder contents remain identical across a distributed cluster.

    Gogop2ppeer-to-peer
    GitHub पर देखें↗85,400
  • hashicorp/vagranthashicorp का अवतार

    hashicorp/vagrant

    27,154GitHub पर देखें↗

    Vagrant is a virtual machine environment manager and infrastructure as code tool used to create and configure consistent development environments. It acts as a virtual machine provisioner and hypervisor abstraction layer, allowing users to define machine specifications and automate software installation on guest systems via declarative configuration files. The project enables cross-hypervisor orchestration by decoupling the command interface from specific virtualization backends. It ensures environment consistency through the distribution of pre-configured machine images and the orchestration

    Maps directories between a host and guest machine using network file systems or shared folder drivers.

    Rubyautomationrubyvagrant
    GitHub पर देखें↗27,154
  • overleaf/overleafoverleaf का अवतार

    overleaf/overleaf

    17,853GitHub पर देखें↗

    This project is a web-based collaborative editor and scientific document management system designed for LaTeX. It provides a centralized environment for writing, editing, and compiling academic manuscripts, enabling multiple users to work on the same project simultaneously through real-time synchronization. The platform distinguishes itself by treating documents as version-controlled repositories, allowing for granular history tracking and bidirectional synchronization with external version control systems. It features a secure, containerized compilation pipeline that isolates build processes

    Maintains two-way synchronization between cloud-based documents and local folders for automated file updates.

    JavaScript
    GitHub पर देखें↗17,853
  • dagger/daggerdagger का अवतार

    dagger/dagger

    15,970GitHub पर देखें↗

    Dagger is a programmable CI/CD engine and containerized task runner designed to orchestrate build and test pipelines. It functions as an incremental build system that manages containers, filesystems, and secrets through a typed API to ensure consistent execution across local and cloud environments. The engine utilizes a language-agnostic client-server API to allow multi-language pipeline orchestration, enabling the sharing of typed artifacts and state across different SDKs without manual serialization. It optimizes execution through content-addressable caching and a directed acyclic graph to

    Synchronizes files and directories between the host filesystem and the execution engine using tilde expansion and find-up searches.

    Go
    GitHub पर देखें↗15,970
  • lra/mackuplra का अवतार

    lra/mackup

    15,272GitHub पर देखें↗

    Mackup is a dotfile backup manager and application settings backup tool designed to keep software configuration files consistent across multiple computers. It functions by copying home directory configuration files into a centralized storage folder for preservation, restoration, and synchronization. The utility utilizes a symbolic link manager to replace local configuration files with symlinks pointing to a synchronized folder, enabling real-time updates. It supports cloud storage integration, allowing these configuration directories to be mirrored to remote backends for cross-machine environ

    Implements bidirectional folder synchronization to keep configuration files identical between local environments and storage folders.

    Python
    GitHub पर देखें↗15,272
  • recloudstream/cloudstreamrecloudstream का अवतार

    recloudstream/cloudstream

    8,922GitHub पर देखें↗

    Cloudstream is an Android media streaming client and extensible media player that aggregates video and audio content from external sources. It operates as an Android application container within a Linux-based environment, enabling the installation and execution of Android software packages via APK files. The project utilizes an extension-based provider system that allows for the creation of custom plugins. These extensions define the logic for scraping and retrieving multimedia content and metadata from third-party sources. Additional capabilities include the ability to cast media playback t

    Synchronizes files between the host system and the containerized environment using shared directories.

    Kotlinandroidgood-first-issuehome-theater
    GitHub पर देखें↗8,922
  • winmerge/winmergeWinMerge का अवतार

    WinMerge/winmerge

    8,510GitHub पर देखें↗

    WinMerge is a visual file comparison and merge tool used to identify and synchronize differences between text files, folders, and images. It functions as a diff and patch generator, a visual folder synchronizer, and a hex binary comparator for non-text data. The tool provides specialized comparison modes for diverse content types, including side-by-side webpage rendering for HTML and resource trees, tabular data analysis for delimited files in a grid view, and visual image comparison using overlays and animations. It also supports comparing the contents of compressed archives without manual e

    Implements a visual directory comparison tool to identify missing or differing files and synchronize content between folders.

    C++c-plus-pluscompare-filescsv
    GitHub पर देखें↗8,510
  • bottlesdevs/bottlesbottlesdevs का अवतार

    bottlesdevs/Bottles

    8,080GitHub पर देखें↗

    Bottles is a Wine compatibility manager and prefix manager that provides a graphical interface for running Windows applications on Linux. It functions as a Windows application sandbox and dependency manager, organizing isolated environments to prevent dependency conflicts and protect the host operating system. The project acts as a Wine runner orchestrator, allowing users to download, install, and switch between different compatibility layers and graphics renderers. It distinguishes itself by using community-driven scripts for automated software installation and dependency management, alongsi

    Links local host folders into a Windows environment, allowing applications to access and modify host files.

    Pythonbottlesbottles-versioningdxvk
    GitHub पर देखें↗8,080
  • mwouts/jupytextmwouts का अवतार

    mwouts/jupytext

    7,121GitHub पर देखें↗

    Jupytext is a synchronization tool and text converter for Jupyter Notebooks. It transforms notebook files into plain text formats, such as Markdown or Python scripts, to enable line-by-line diffs and peer reviews within version control systems. The tool pairs notebook files with corresponding text files to maintain a dual representation of the same content. It uses bidirectional synchronization to update linked files based on the most recent modifications, allowing notebook content to be edited inside standard text editors. Beyond file conversion and synchronization, the project provides cap

    Provides bidirectional synchronization between notebook files and corresponding text representations.

    Pythonhydrogenjupyter-notebookjupyterlab
    GitHub पर देखें↗7,121
  • jstedfast/mailkitjstedfast का अवतार

    jstedfast/MailKit

    6,802GitHub पर देखें↗

    MailKit is a cross-platform .NET email protocol library used to implement IMAP, POP3, and SMTP functionality. It provides specialized client libraries for managing remote mailboxes, retrieving and downloading messages, and composing and transmitting emails to remote servers. The library supports secure identity verification through SASL authentication and OAuth 2.0 token-based flows. It includes capabilities for routing traffic through proxy gateways and decrypting PGP-encrypted content embedded within email bodies. The project covers a broad range of email operations, including folder manag

    Updates a local cache of message metadata by comparing unique identifiers and flags with a remote server.

    C#c-sharpdkimemail
    GitHub पर देखें↗6,802
  • roundcube/roundcubemailroundcube का अवतार

    roundcube/roundcubemail

    6,793GitHub पर देखें↗

    Roundcube is an open-source, self-hosted webmail client designed for reading, composing, and organizing emails stored on remote servers using IMAP and SMTP protocols. It provides a browser-based interface that allows users to manage their mailboxes and sender identities through a secure communication platform. The platform is distinguished by its modular architecture, featuring a plugin-based extension system for adding new functional modules and a skin-based theme layer for customizing the visual appearance and responsive layouts. It further supports embedding its interface into external clo

    Synchronizes mailbox state by mapping web interface actions to remote server operations via the IMAP protocol.

    PHP
    GitHub पर देखें↗6,793
  • juliapluto/pluto.jlJuliaPluto का अवतार

    JuliaPluto/Pluto.jl

    5,346GitHub पर देखें↗

    Pluto.jl is a reactive computing environment for Julia that functions as a programmable document format. It serves as an interactive data science IDE and a polyglot computational notebook that stores Julia code and environment dependencies as versionable source files. The system is distinguished by its reactive execution model, which uses a directed acyclic graph to track variable dependencies and automatically re-evaluate affected downstream cells when a value changes. It ensures reproducibility by integrating isolated package environments directly within the notebook file and persisting con

    Automatically updates served notebooks when changes are pushed to a GitHub repository.

    JavaScriptdesigned-for-teacherseducationexploration
    GitHub पर देखें↗5,346
  • answerdotai/nbdevAnswerDotAI का अवतार

    AnswerDotAI/nbdev

    5,300GitHub पर देखें↗

    This project is a comprehensive framework for literate programming that enables developers to build production-ready Python libraries entirely within Jupyter Notebooks. By treating notebooks as the primary source of truth, it integrates code, documentation, and testing into a unified development pipeline that exports directly to standard Python modules. The framework distinguishes itself through specialized tooling designed to overcome the inherent challenges of using notebooks in professional software engineering. It includes custom Git hooks and merge drivers that sanitize volatile notebook

    Synchronizes manual edits made in exported source code files back to the original notebook source.

    Jupyter Notebookcondadeveloper-toolsdocumentation-generator
    GitHub पर देखें↗5,300
  • bcpierce00/unisonbcpierce00 का अवतार

    bcpierce00/unison

    5,109GitHub पर देखें↗

    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

    Synchronizes files between two directories or hosts in both directions, automatically merging non-conflicting changes.

    OCaml
    GitHub पर देखें↗5,109
  • laravel/homesteadlaravel का अवतार

    laravel/homestead

    3,972GitHub पर देखें↗

    Homestead is a virtual machine provisioner that creates a standardized PHP development environment. It provides a disposable development workspace that isolates project dependencies and server tools from the host operating system, using Vagrant to orchestrate the machine lifecycle. The system functions as a local site orchestrator, allowing users to map custom domains to specific project folders through virtual host routing and network port forwarding. It includes a dedicated local mail testing tool that intercepts outgoing application emails in a dashboard for inspection without sending them

    Synchronizes local project folders with the virtualized guest environment for seamless development.

    Shell
    GitHub पर देखें↗3,972
  • imapsync/imapsyncimapsync का अवतार

    imapsync/imapsync

    3,945GitHub पर देखें↗

    imapsync is an IMAP mailbox synchronization tool and data migration utility designed to copy and synchronize email messages and folder structures between two IMAP servers. It functions as a migration manager for transferring bulk email accounts between different hosting providers, preserving folder hierarchies and message metadata. The tool is distinguished by its ability to automate the transfer of multiple mailboxes sequentially from delimited lists using administrative credentials or user-specific authentication. It supports advanced authentication methods including OAuth2 and XOAUTH2, and

    Automates the transfer of large volumes of email accounts between providers using lists and administrative credentials.

    Shellemailsimapimaps
    GitHub पर देखें↗3,945
  • containers/toolboxcontainers का अवतार

    containers/toolbox

    3,250GitHub पर देखें↗

    Toolbox is a development workspace orchestrator and container environment manager that bootstraps mutable toolsets and SDKs inside containers. It functions as a Linux distribution sandbox and a host-integrated container runtime, allowing users to run native package managers and software without modifying the host operating system. The project differentiates itself by bridging isolated containers with the host system through the mapping of user identities, network sockets, and home directories. It utilizes a daemonless engine to provide these environments while ensuring that system configurati

    Propagates user identity, timezones, and network settings from the host to ensure environment consistency.

    Shellcontainerslinux
    GitHub पर देखें↗3,250
  1. Home
  2. Networking & Communication
  3. Distributed Systems and Peer-to-Peer
  4. Distributed Computing
  5. Data Synchronization and Consistency
  6. Distributed File Synchronization
  7. Bidirectional Folder Synchronization

सब-टैग एक्सप्लोर करें

  • Host-Guest Folder Synchronization1 सब-टैगSynchronization of files between a host machine and a virtualized guest environment. **Distinct from Bidirectional Folder Synchronization:** Distinct from bidirectional folder synchronization: specifically targets the host-to-guest boundary in virtualization rather than general multi-folder syncing.
  • Mailbox State Synchronizers2 सब-टैग्सSynchronization logic for mirroring remote email folder metadata and message flags locally. **Distinct from Bidirectional Folder Synchronization:** Distinct from Bidirectional Folder Synchronization: syncs specific IMAP metadata (flags/UIDs) rather than general file system contents.
  • Notebook File Synchronizations1 सब-टैगSystems that keep notebook files and their plain text representations identical via bidirectional updates. **Distinct from Bidirectional Folder Synchronization:** Specializes folder synchronization for the specific dual-representation of notebook and script files.
  • Visual Synchronization InterfacesUser interfaces that visually display differences between directories to facilitate manual or semi-automated synchronization. **Distinct from Bidirectional Folder Synchronization:** Focuses on the visual comparison and manual selection aspect of synchronization rather than automated background services.