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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tkellogg avatar

tkellogg/dura

0
View on GitHub↗
4,424 Stars·69 Forks·Rust·6 Aufrufe

Dura

Dura ist ein Git-Backup-Tool und Versionsschutz, das mehrere Repositories überwacht, um automatisch Snapshots von geänderten Dateien zu erstellen und wiederherzustellen. Es fungiert als Hintergrundprozess, der nicht-committete Änderungen in einem dedizierten Backup-Branch speichert, um Datenverlust durch Abstürze oder versehentliches Löschen zu verhindern.

Das Dienstprogramm ermöglicht die Wiederherstellung des Zustands durch das Auschecken historischer Snapshots aus diesen versteckten Branches, wodurch Arbeit wiederhergestellt werden kann, ohne die primäre Entwicklungshistorie oder den aktuellen Staging-Bereich zu verändern.

Das System deckt die Überwachung mehrerer Repositories und die automatisierte Änderungsverfolgung über verschiedene Verzeichnisse hinweg ab und stellt sicher, dass temporäre Arbeitszustände unabhängig vom Haupt-Projektindex erhalten bleiben.

Features

  • Git Emergency Backup Tools - Automatically snapshots uncommitted Git changes to a backup branch to prevent data loss from crashes.
  • Git Versioning Safeguards - Monitors multiple Git repositories to automatically create point-in-time snapshots of modified files.
  • Version Control Snapshots - Restores the repository to a previous state by checking out snapshots stored on a dedicated backup branch.
  • Branch State Rewinding - Allows restoring lost work by rewinding the repository state to specific historical snapshots stored on hidden branches.
  • Automatic Version Control Snapshots - Automatically saves uncommitted changes to a separate branch in the background to prevent data loss.
  • Branch Management - Uses dedicated backup branches to store temporary snapshots of work, keeping the main development history clean.
  • Snapshot Restorers - Provides a mechanism for restoring lost work by checking out historical snapshots from dedicated backup branches.
  • Project State Recovery - Restores a project to a specific point in time using automatic snapshots when standard commits were missed.
  • Version Control Safety Tools - Prevents data loss from crashes or accidental deletions by automatically saving uncommitted work.
  • Snapshot Committing - Automatically preserves uncommitted changes by creating snapshots as commits on a dedicated backup branch.
  • File System Watchers - Provides a background runner that watches multiple directory paths to trigger automatic saves based on file system changes.
  • Local Development Backups - Runs a background process to track and preserve file changes across multiple repositories in real time.
  • Index-Bypassing Commits - Captures file snapshots to a separate reference without altering the current staging area or working tree index.
  • Repository Change Monitors - Monitors and snapshots changes across multiple directories simultaneously to track progress across different projects.

Star-Verlauf

Star-Verlauf für tkellogg/duraStar-Verlauf für tkellogg/dura

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Dura

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Dura.
  • progit/progit2Avatar von progit

    progit/progit2

    6,522Auf GitHub ansehen↗

    This project is a comprehensive educational resource and guide for learning the Git version control system. It serves as a technical documentation source for a textbook that explains the fundamentals, advanced workflows, and internal architecture of Git. The project is structured as a multi-format e-book, with source files designed to be compiled into various digital publication formats, including HTML, PDF, EPUB, and Mobi. It utilizes a dedicated build pipeline to generate and validate these documents. The content covers a broad range of version control capabilities, including history manip

    CSS
    Auf GitHub ansehen↗6,522
  • rafaballerini/gittutorialAvatar von rafaballerini

    rafaballerini/GitTutorial

    10,518Auf GitHub ansehen↗

    This project is a set of instructional resources and step-by-step guides designed for learning version control fundamentals and collaborating via remote hosting platforms. It provides a comprehensive tutorial for using Git and GitHub to manage code versions and track project history. The materials include a practical walkthrough of the GitHub workflow, specifically focusing on forking, cloning, and pushing changes to remote repositories. These guides serve as a learning resource covering both basic and advanced operations for managing file changes. The content covers core version control ope

    gitgit-commitgit-tutorial
    Auf GitHub ansehen↗10,518
  • qw3rtman/git-fireAvatar von qw3rtman

    qw3rtman/git-fire

    4,532Auf GitHub ansehen↗

    git-fire is a command line plugin and emergency backup tool for Git. It functions as a workflow automator that preserves local work-in-progress and stashes on a remote server to prevent data loss during urgent interruptions. The tool automates the process of staging, committing, and pushing the current state to a new remote branch. By using branch-isolated pushing and converting local stashes into permanent commits, it protects uncommitted changes without creating merge conflicts on the main development line. It handles workspace preservation by anchoring to the repository root and wrapping

    Shell
    Auf GitHub ansehen↗4,532
  • go-git/go-gitAvatar von go-git

    go-git/go-git

    7,211Auf GitHub ansehen↗

    This project is a pure Go implementation of the Git version control system, providing a library for integrating versioning and history analysis into applications. It functions as a complete repository manager and object store that does not require external binary dependencies. The implementation utilizes interface-based storage, allowing repositories to be managed on disk or entirely in memory. It supports a transactional storage model to ensure atomic operations and implements a content-addressable storage system using delta-compression packfiles. The library covers a broad range of version

    Gogitgit-clientgit-library
    Auf GitHub ansehen↗7,211
Alle 30 Alternativen zu Dura anzeigen→

Häufig gestellte Fragen

Was macht tkellogg/dura?

Dura ist ein Git-Backup-Tool und Versionsschutz, das mehrere Repositories überwacht, um automatisch Snapshots von geänderten Dateien zu erstellen und wiederherzustellen. Es fungiert als Hintergrundprozess, der nicht-committete Änderungen in einem dedizierten Backup-Branch speichert, um Datenverlust durch Abstürze oder versehentliches Löschen zu verhindern.

Was sind die Hauptfunktionen von tkellogg/dura?

Die Hauptfunktionen von tkellogg/dura sind: Git Emergency Backup Tools, Git Versioning Safeguards, Version Control Snapshots, Branch State Rewinding, Automatic Version Control Snapshots, Branch Management, Snapshot Restorers, Project State Recovery.

Welche Open-Source-Alternativen gibt es zu tkellogg/dura?

Open-Source-Alternativen zu tkellogg/dura sind unter anderem: progit/progit2 — This project is a comprehensive educational resource and guide for learning the Git version control system. It serves… rafaballerini/gittutorial — This project is a set of instructional resources and step-by-step guides designed for learning version control… qw3rtman/git-fire — git-fire is a command line plugin and emergency backup tool for Git. It functions as a workflow automator that… go-git/go-git — This project is a pure Go implementation of the Git version control system, providing a library for integrating… geeeeeeeeek/git-recipes — This project is an educational resource providing a detailed command reference, tutorial collections, and structured… elidianaandrade/git-github-learning-quest — This is a structured, gamified learning resource for Git and GitHub. It guides learners through code versioning…