awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
borgbackup avatar

borgbackup/borg

0
View on GitHub↗
12,986 星标·827 分支·Python·other·7 次浏览www.borgbackup.org↗

Borg

Borg 是一个命令行备份工具,专为去重数据归档和安全存储而设计。它通过识别唯一的文件块并应用压缩来最小化跨多个备份版本的总存储占用。

该软件以使用认证加密而著称,确保所有存储的数据保持机密并防止未经授权的篡改。它还提供虚拟文件系统接口,允许用户将归档挂载为本地目录,从而在无需执行完整数据集恢复的情况下浏览和访问单个文件。

该系统通过存储库级元数据索引和内容定义分块来管理这些归档,使用滚动哈希算法来检测并仅存储唯一的数据段。这些功能由基于流的压缩支持,以优化存储需求和网络传输速度。

Features

  • Encrypted Backups - Offers a security-focused backup solution that uses authenticated encryption to protect archived data.
  • Deduplication Backup Tools - Provides a command-line tool that stores data efficiently by identifying unique file chunks and applying compression.
  • Backup Archive Browsers - Allows users to mount archives as local directories for browsing and accessing individual files without full restoration.
  • Deduplication - Saves storage space by identifying and storing only unique file chunks across multiple backup versions.
  • Content-Defined Chunking - Uses content-defined chunking to identify and store only unique data segments across backup versions.
  • Filesystem Mounts - Allows mounting archives as local directories to browse and open individual files without full restoration.
  • Archive Mounting - Provides a virtual filesystem interface to browse and access individual files without performing a full restore.
  • Authenticated Encryption - Implements authenticated encryption to ensure data confidentiality and integrity at rest.
  • Backup and Recovery - Deduplicates and compresses data for efficient long-term storage backups.
  • Backup Solutions - Deduplicating archiver with built-in compression and encryption.
  • 数据管理 - Deduplicating archiver with compression and encryption.
  • Backup Solutions - Deduplicating archiver with compression and encryption.
  • DevOps and Infrastructure - Deduplicating backup program with encryption and compression.
  • DevOps Tools - Listed in the “DevOps Tools” section of the Awesome Python awesome list.
  • Infrastructure and Cloud - Deduplicating archiver with encryption.
  • Python Projects - Listed in the “Python Projects” section of the Awesome For Beginners awesome list.
  • Desktop Productivity Tools - Deduplicating backup system with optional encryption.
  • Deduplication Algorithms - Uses sliding window algorithms to detect identical data blocks across different files and versions.
  • Data Compression Algorithms - Applies stream-based compression to data chunks to optimize storage requirements and transfer speeds.
  • Repository - Maintains repository-level metadata indexing to enable rapid lookups and efficient reconstruction of archived states.

Star 历史

borgbackup/borg 的 Star 历史图表borgbackup/borg 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Borg 的开源替代方案

相似的开源项目,按与 Borg 的功能重合度排序。
  • bup/bupbup 的头像

    bup/bup

    7,324在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,324
  • kopia/kopiakopia 的头像

    kopia/kopia

    12,612在 GitHub 上查看↗

    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,

    Gobackupclouddeduplication
    在 GitHub 上查看↗12,612
  • duplicati/duplicatiduplicati 的头像

    duplicati/duplicati

    14,283在 GitHub 上查看↗

    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
    在 GitHub 上查看↗14,283
  • restic/resticrestic 的头像

    restic/restic

    34,445在 GitHub 上查看↗

    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
    在 GitHub 上查看↗34,445
查看 Borg 的所有 30 个替代方案→

常见问题解答

borgbackup/borg 是做什么的?

Borg 是一个命令行备份工具,专为去重数据归档和安全存储而设计。它通过识别唯一的文件块并应用压缩来最小化跨多个备份版本的总存储占用。

borgbackup/borg 的主要功能有哪些?

borgbackup/borg 的主要功能包括:Encrypted Backups, Deduplication Backup Tools, Backup Archive Browsers, Deduplication, Content-Defined Chunking, Filesystem Mounts, Archive Mounting, Authenticated Encryption。

borgbackup/borg 有哪些开源替代品?

borgbackup/borg 的开源替代品包括: bup/bup — bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to… kopia/kopia — Kopia is a backup utility designed to create encrypted, deduplicated, and compressed snapshots of files and… 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… ansible/ansible — Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It… fabric/fabric — Fabric is a command-line interface and framework designed to integrate artificial intelligence reasoning into…