4 Repos
Systems for creating and managing backups of general system or application data to prevent loss.
Distinct from Application Data Backups: Existing candidates are too narrow, focusing on emulator, OpenSearch, or specific user-app settings rather than general system data backup.
Explore 4 awesome GitHub repositories matching data & databases · General Data Backups. Refine with filters or upvote what's useful.
Asterinas is a memory-safe operating system kernel designed to prevent data races and memory corruption. It functions as a Linux-ABI compatible kernel, enabling the execution of existing Linux binaries and container workloads while providing a declarative operating system distribution model. The project distinguishes itself by acting as a virtual machine container host and a confidential computing guest OS, allowing it to run within hardware-isolated Trusted Execution Environments such as Intel TDX. It implements a minimal trusted computing base by isolating unsafe low-level operations and se
Implements systems for creating and managing backups of general system data to prevent loss.
mdserver-web ist ein Linux-Server-Management-Panel und ein plugin-basierter Server-Orchestrator. Es bietet eine Weboberfläche zur Administration von Linux-Servern, mit der Benutzer Shell-Befehle ausführen und Systemressourcen über den Browser überwachen können. Das Projekt verfügt über ein modulares Plugin-System, das zur Bereitstellung von Web-Stacks und Datenbanken über benutzerdefinierte administrative Plugins und Service-Skripte dient. Es enthält einen webbasierten Terminal-Emulator zum Ausführen von Shell-Befehlen sowie einen Systemressourcen-Monitor, der visuelle Dashboards zur Verfolgung der Prozessor- und Speicherauslastung nutzt. Die Software deckt weitere administrative Funktionen ab, darunter Server-Backup-Management für Site-Dateien und Konfigurationen, Hintergrund-Service-Steuerung für plugin-spezifische Prozesse sowie Brute-Force-Schutz, der den Zugriff nach wiederholten fehlgeschlagenen Authentifizierungsversuchen blockiert.
Includes utilities for creating and managing backups of website files and configurations.
Nullboard ist ein Local-First-Produktivitätstool und ein browserbasierter Notiz-Organizer. Es fungiert als Kanban-Task-Board zur Verfolgung von Workflows und zur Organisation von Aufgaben in ziehbaren Notizen und Listen innerhalb einer minimalistischen Schnittstelle. Das Projekt bietet ein anpassbares Kanban-UI, das es Benutzern ermöglicht, visuelle Präferenzen anzupassen, einschließlich Themen, Schriftfamilien, Schriftgrößen und Layout-Breiten. Das System verwaltet Daten über den lokalen Browserspeicher für den Offline-Zugriff, ergänzt durch Board-Datei-Importe und -Exporte sowie tokenbasierte Remote-Synchronisation für Backups. Es enthält ein revisionsbasiertes Undo-System für die Textbearbeitung und nutzt Drag-and-Drop-Mechaniken für die Aufgaben-Neuanordnung.
Includes automated processes to save board data to local or remote destinations to prevent data loss.
RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind
Automates the creation of data snapshots and provides restoration processes to ensure data safety.