mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-06 19:49:20 +00:00
borg 1.2.x used to bundle some source code for lz4, zstd and xxhash, but borg 1.4.x got rid of that - all that is meanwhile available as a library in all OSes we support. also, the python package pkgconfig does not need to be "preinstalled" anymore, because our pyproject.toml cares for that. otoh, the cli tool pkg-config must be preinstalled so that libs and headers can be found automagically. Also be a bit more clear about the FUSE stuff.
29 lines
1.6 KiB
C++
29 lines
1.6 KiB
C++
.. highlight:: bash
|
|
.. |package_dirname| replace:: borgbackup-|version|
|
|
.. |package_filename| replace:: |package_dirname|.tar.gz
|
|
.. |package_url| replace:: https://pypi.python.org/packages/source/b/borgbackup/|package_filename|
|
|
.. |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
|
|
.. _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.python.org/pypi/msgpack-python/
|
|
.. _llfuse: https://pypi.python.org/pypi/llfuse/
|
|
.. _pyfuse3: https://pypi.python.org/pypi/pyfuse3/
|
|
.. _userspace filesystems: https://en.wikipedia.org/wiki/Filesystem_in_Userspace
|
|
.. _Cython: http://cython.org/
|
|
.. _virtualenv: https://pypi.python.org/pypi/virtualenv/
|
|
.. _mailing list discussion about internals: http://librelist.com/browser/attic/2014/5/6/questions-and-suggestions-about-inner-working-of-attic>
|