awesome-repositories.com
Blog
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
·
kopia avatar

kopia/kopia

0
View on GitHub↗
12,612 Stars·606 Forks·Go·apache-2.0·6 Aufrufekopia.io↗

Kopia

Kopia is a backup utility designed to create encrypted, deduplicated, and compressed snapshots of files and directories. It functions as a client-side tool that secures data locally before transmitting it to various storage targets, ensuring that sensitive information remains protected throughout the backup process.

The system utilizes content-addressable block storage and metadata-driven versioning to identify and remove redundant data across multiple snapshots. By employing a pluggable storage abstraction layer, it supports a wide range of local, network, and cloud-based storage providers, allowing for the centralization of data protection across multiple machines.

To maintain long-term reliability, the software incorporates integrity verification through cryptographic hashing and Merkle-tree structures. These mechanisms detect and prevent data corruption, while asynchronous synchronization processes manage the transfer of blocks to ensure consistency and efficiency in disaster recovery scenarios.

Features

  • Encrypted Backups - Creates deduplicated and compressed snapshots of files with end-to-end encryption for secure storage.
  • Cloud Backups - Provides a backup utility that synchronizes encrypted data blocks to remote cloud storage providers.
  • Deduplication Backup Tools - Identifies and removes redundant data across snapshots to optimize space and reduce costs.
  • Client-Side Encryption - Encrypts all data locally using user-provided keys before transmission to ensure privacy.
  • Disaster Recovery Solutions - Centralizes and secures data backups from multiple machines to ensure availability during failure.
  • Backup and Recovery - Fast, encrypted, and compressed backup tool for multiple platforms.
  • Backup Solutions - Cross-platform backup tool with deduplication and compression.
  • Content-Addressable Storage - Uses content-addressable block storage to identify and deduplicate unique data chunks.
  • Deduplication - Reduces storage costs by identifying and removing redundant data blocks across multiple backups.
  • Encrypted Storage Solutions - Captures files and directories into encrypted, deduplicated archives for secure storage.
  • End-to-End Encryption - Secures critical files against corruption and unauthorized access using end-to-end encryption.
  • Integrity Verification - Protects against file corruption using cryptographic hashing and error correction techniques.
  • Backup Management - Coordinates backup tasks from multiple client machines into centralized storage repositories.
  • Merkle Tree Utilities - Maintains data integrity by validating cryptographic hashes against a Merkle-tree root manifest.
  • Metadata-Driven Snapshots - Tracks file system states using immutable metadata trees to avoid duplicating unchanged data.
  • Data Storage Optimizers - Optimizes storage efficiency by applying compression and deduplication before writing to disk.
  • Storage Abstraction Layers - Provides a modular interface to support various local, network, and cloud storage providers.

Star-Verlauf

Star-Verlauf für kopia/kopiaStar-Verlauf für kopia/kopia

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

Häufig gestellte Fragen

Was macht kopia/kopia?

Kopia is a backup utility designed to create encrypted, deduplicated, and compressed snapshots of files and directories. It functions as a client-side tool that secures data locally before transmitting it to various storage targets, ensuring that sensitive information remains protected throughout the backup process.

Was sind die Hauptfunktionen von kopia/kopia?

Die Hauptfunktionen von kopia/kopia sind: Encrypted Backups, Cloud Backups, Deduplication Backup Tools, Client-Side Encryption, Disaster Recovery Solutions, Backup and Recovery, Backup Solutions, Content-Addressable Storage.

Welche Open-Source-Alternativen gibt es zu kopia/kopia?

Open-Source-Alternativen zu kopia/kopia sind unter anderem: duplicati/duplicati — Duplicati is a self-hosted backup server designed to perform encrypted, incremental, and compressed backups to a wide… restic/restic — This project is a command-line utility designed for secure, content-addressable data archiving. It functions as an… borgbackup/borg — Borg is a command-line backup utility designed for deduplicated data archiving and secure storage. It functions by… bup/bup — bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to… wal-g/wal-g — wal-g is a database cloud backup tool and write-ahead log archiver designed for disaster recovery and point-in-time… gilbertchen/duplicacy — Duplicacy is a cross-platform, deduplicated backup tool that stores encrypted snapshots to local disks and cloud…

Open-Source-Alternativen zu Kopia

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Kopia.
  • duplicati/duplicatiAvatar von duplicati

    duplicati/duplicati

    14,283Auf GitHub ansehen↗

    Duplicati is a self-hosted backup server designed to perform encrypted, incremental, and compressed backups to a wide range of local, network, and cloud-based storage providers. It functions as a background service that automates recurring data protection tasks, ensuring that only changed data blocks are stored to maximize efficiency and minimize bandwidth usage. The project distinguishes itself through a centralized management console that allows for the orchestration of multiple distributed backup agents from a single web-based dashboard. It supports multi-tenant management, enabling the or

    C#backupc-sharpclient-only-backup
    Auf GitHub ansehen↗14,283
  • restic/resticAvatar von restic

    restic/restic

    34,445Auf GitHub ansehen↗

    This project is a command-line utility designed for secure, content-addressable data archiving. It functions as an encrypted backup tool that stores data as deduplicated chunks, ensuring that every piece of information is identified by a cryptographic hash to maintain integrity across all backups. By applying strong encryption and message authentication codes to both data and metadata, the software prevents unauthorized access and detects potential tampering. The tool distinguishes itself through a backend-agnostic storage abstraction that allows users to maintain repositories across diverse

    Gobackupdedupededuplication
    Auf GitHub ansehen↗34,445
  • borgbackup/borgAvatar von borgbackup

    borgbackup/borg

    12,986Auf GitHub ansehen↗

    Borg is a command-line backup utility designed for deduplicated data archiving and secure storage. It functions by identifying unique file chunks and applying compression to minimize the total storage footprint across multiple backup versions. The software distinguishes itself through the use of authenticated encryption, which ensures that all stored data remains confidential and protected against unauthorized tampering. It also provides a virtual filesystem interface, allowing users to mount archives as local directories to browse and access individual files without performing a full restora

    Pythonbackupborgbackupcompression
    Auf GitHub ansehen↗12,986
  • bup/bupAvatar von bup

    bup/bup

    7,324Auf GitHub ansehen↗

    bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to eliminate redundant data across files and versions, treating every incremental save as a full backup. The system provides secure remote transport interfaces for transferring and managing backup data on remote servers via SSH. It also includes a backup repository browser available as both a web interface and a filesystem mount for exploring and retrieving files from snapshots. The project covers broad capability areas including disaster recovery, repository administration, and s

    Python
    Auf GitHub ansehen↗7,324
Alle 30 Alternativen zu Kopia anzeigen→