mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-23 23:28:10 -04:00
Some checks failed
Lint / lint (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / security (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
CI / asan_ubsan (push) Has been cancelled
CI / native_tests (push) Has been cancelled
CI / vm_tests (Haiku, false, haiku, r1beta5) (push) Has been cancelled
CI / vm_tests (NetBSD, false, netbsd, 10.1) (push) Has been cancelled
CI / vm_tests (OmniOS, false, omnios, r151056) (push) Has been cancelled
CI / vm_tests (OpenBSD, false, openbsd, 7.7) (push) Has been cancelled
CI / vm_tests (borg-freebsd-14-x86_64-gh, FreeBSD, true, freebsd, 14.3) (push) Has been cancelled
CI / windows_tests (push) Has been cancelled
31 lines
1.6 KiB
C++
31 lines
1.6 KiB
C++
.. highlight:: bash
|
|
.. |package_dirname| replace:: borgbackup-|version|
|
|
.. |package_filename| replace:: |package_dirname|.tar.gz
|
|
.. |package_url| replace:: https://pypi.org/project/borgbackup/#files
|
|
.. |git_url| replace:: https://github.com/borgbackup/borg.git
|
|
.. _github: https://github.com/borgbackup/borg
|
|
.. _issue tracker: https://github.com/borgbackup/borg/issues
|
|
.. _deduplication: https://en.wikipedia.org/wiki/Data_deduplication
|
|
.. _AES: https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
|
|
.. _HMAC-SHA256: https://en.wikipedia.org/wiki/HMAC
|
|
.. _SHA256: https://en.wikipedia.org/wiki/SHA-256
|
|
.. _PBKDF2: https://en.wikipedia.org/wiki/PBKDF2
|
|
.. _argon2: https://en.wikipedia.org/wiki/Argon2
|
|
.. _ACL: https://en.wikipedia.org/wiki/Access_control_list
|
|
.. _libacl: https://savannah.nongnu.org/projects/acl/
|
|
.. _libattr: https://savannah.nongnu.org/projects/attr/
|
|
.. _libxxhash: https://github.com/Cyan4973/xxHash
|
|
.. _liblz4: https://github.com/Cyan4973/lz4
|
|
.. _libzstd: https://github.com/facebook/zstd
|
|
.. _OpenSSL: https://www.openssl.org/
|
|
.. _`Python 3`: https://www.python.org/
|
|
.. _Buzhash: https://en.wikipedia.org/wiki/Buzhash
|
|
.. _msgpack: https://msgpack.org/
|
|
.. _`msgpack-python`: https://pypi.org/project/msgpack-python/
|
|
.. _llfuse: https://pypi.org/project/llfuse/
|
|
.. _mfusepy: https://pypi.org/project/mfusepy/
|
|
.. _pyfuse3: https://pypi.org/project/pyfuse3/
|
|
.. _userspace filesystems: https://en.wikipedia.org/wiki/Filesystem_in_Userspace
|
|
.. _Cython: https://cython.org/
|
|
.. _virtualenv: https://pypi.org/project/virtualenv/
|
|
.. _python-xxhash: https://github.com/ifduyue/python-xxhash/
|