套件:borgbackup2(2.0.0b13-2) [debports]
deduplicating and compressing backup program (version 2.x)
Borg is a deduplicating and compressing backup program. Optionally, it also supports authenticated encryption. It was forked from the attic backup program.
The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only the changes are stored. The authenticated encryption makes it suitable for backups to not fully trusted targets.
It can push backups to remote repositories accessed via ssh. A client pushing a backup invokes "borg serve" on the repository host. It is possible to restrict the ssh key to "borg serve" using the authorized_keys command= clause.
Please note that the server and the client should be on the same version of borgbackup. Using different versions of borgbackup on client and server might result in 'incompatible API version' error messages and a non-working backup. Borg 2.x can only read from Borg 1.x repositories.
While there is no direct operations mode for pull-type backups, you can configure the backup target in append-only mode, preventing the backup source from deleting or altering previous backups.
Warning: This still is a beta that may break compatibility with the final 2.0 release.
其他與 borgbackup2 有關的套件
|
|
|
|
-
- dep: libacl1 (>= 2.2.51)
- access control list - shared library
-
- dep: libc6 (>= 2.34)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: liblz4-1 (>= 0.0~r130)
- Fast LZ compression algorithm library - runtime
-
- dep: libssl3t64 (>= 3.0.0)
- Secure Sockets Layer toolkit - shared libraries
-
- dep: libxxhash0 (>= 0.6.5)
- shared library for xxhash
-
- dep: libzstd1 (>= 1.5.5)
- fast lossless compression algorithm
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3-argon2
- Argon2 password hashing library - Python 3.x Module
-
- dep: python3-borghash
- Memory-efficient hash table (implemented in Cython)
-
- dep: python3-borgstore
- Simple key/value store implementation in Python
-
- dep: python3-msgpack (>= 1.0.3)
- Python 3 implementation of MessagePack format
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-platformdirs (<< 5.0.0)
- determining appropriate platform-specific directories (Python 3)
- dep: python3-platformdirs (>= 2.6.0)
-
- rec: fuse3
- Filesystem in Userspace (3.x version)
-
- rec: python3-pyfuse3
- Python 3 bindings for libfuse 3 with asynchronous API
-
- sug: borgbackup2-doc
- deduplicating and compressing backup program (documentation for version 2.x)