.coveragerc AUTHORS CHANGES.rst LICENSE MANIFEST.in README.rst conftest.py setup.cfg setup.py setup_b2.py setup_lz4.py setup_zstd.py tox.ini docs/Makefile docs/authors.rst docs/book.rst docs/changes.rst docs/conf.py docs/deployment.rst docs/development.rst docs/faq.rst docs/global.rst.inc docs/index.rst docs/installation.rst docs/internals.rst docs/introduction.rst docs/man_intro.rst docs/quickstart.rst docs/quickstart_example.rst.inc docs/resources.rst docs/support.rst docs/usage.rst docs/usage_general.rst.inc docs/3rd_party/README docs/3rd_party/blake2/COPYING docs/3rd_party/blake2/README.md docs/3rd_party/lz4/LICENSE docs/3rd_party/zstd/LICENSE docs/_static/favicon.ico docs/_static/logo.pdf docs/_static/logo.png docs/_static/logo.svg docs/_static/logo_font.txt docs/_templates/globaltoc.html docs/_templates/logo-text.html docs/borg_theme/css/borg.css docs/deployment/automated-local.rst docs/deployment/central-backup-server.rst docs/deployment/hosting-repositories.rst docs/deployment/image-backup.rst docs/internals/compaction.png docs/internals/compaction.vsd docs/internals/data-structures.rst docs/internals/encryption.png docs/internals/encryption.vsd docs/internals/frontends.rst docs/internals/object-graph.png docs/internals/object-graph.vsd docs/internals/security.rst docs/internals/structure.png docs/internals/structure.vsd docs/man/borg-benchmark-crud.1 docs/man/borg-benchmark.1 docs/man/borg-break-lock.1 docs/man/borg-change-passphrase.1 docs/man/borg-check.1 docs/man/borg-common.1 docs/man/borg-compression.1 docs/man/borg-config.1 docs/man/borg-create.1 docs/man/borg-delete.1 docs/man/borg-diff.1 docs/man/borg-export-tar.1 docs/man/borg-extract.1 docs/man/borg-info.1 docs/man/borg-init.1 docs/man/borg-key-change-passphrase.1 docs/man/borg-key-export.1 docs/man/borg-key-import.1 docs/man/borg-key-migrate-to-repokey.1 docs/man/borg-key.1 docs/man/borg-list.1 docs/man/borg-mount.1 docs/man/borg-patterns.1 docs/man/borg-placeholders.1 docs/man/borg-prune.1 docs/man/borg-recreate.1 docs/man/borg-rename.1 docs/man/borg-serve.1 docs/man/borg-umount.1 docs/man/borg-upgrade.1 docs/man/borg-with-lock.1 docs/man/borg.1 docs/man/borgfs.1 docs/misc/benchmark-crud.txt docs/misc/borg-data-flow.png docs/misc/borg-data-flow.vsd docs/misc/create_chunker-params.txt docs/misc/internals-picture.txt docs/misc/prune-example.txt docs/misc/asciinema/advanced.json docs/misc/asciinema/advanced.sh docs/misc/asciinema/basic.json docs/misc/asciinema/basic.sh docs/misc/asciinema/install.json docs/misc/asciinema/install.sh docs/usage/benchmark.rst docs/usage/benchmark_crud.rst.inc docs/usage/borgfs.rst docs/usage/borgfs.rst.inc docs/usage/break-lock.rst.inc docs/usage/change-passphrase.rst.inc docs/usage/check.rst docs/usage/check.rst.inc docs/usage/common-options.rst.inc docs/usage/config.rst docs/usage/config.rst.inc docs/usage/create.rst docs/usage/create.rst.inc docs/usage/debug.rst docs/usage/delete.rst docs/usage/delete.rst.inc docs/usage/diff.rst docs/usage/diff.rst.inc docs/usage/export-tar.rst.inc docs/usage/extract.rst docs/usage/extract.rst.inc docs/usage/general.rst docs/usage/help.rst docs/usage/help.rst.inc docs/usage/info.rst docs/usage/info.rst.inc docs/usage/init.rst docs/usage/init.rst.inc docs/usage/key.rst docs/usage/key_change-passphrase.rst.inc docs/usage/key_export.rst.inc docs/usage/key_import.rst.inc docs/usage/key_migrate-to-repokey.rst.inc docs/usage/list.rst docs/usage/list.rst.inc docs/usage/lock.rst docs/usage/mount.rst docs/usage/mount.rst.inc docs/usage/notes.rst docs/usage/prune.rst docs/usage/prune.rst.inc docs/usage/recreate.rst docs/usage/recreate.rst.inc docs/usage/rename.rst docs/usage/rename.rst.inc docs/usage/serve.rst docs/usage/serve.rst.inc docs/usage/tar.rst docs/usage/umount.rst.inc docs/usage/upgrade.rst docs/usage/upgrade.rst.inc docs/usage/with-lock.rst.inc requirements.d/coala.txt requirements.d/development.txt requirements.d/docs.txt requirements.d/fuse.txt scripts/borg.exe.spec scripts/errorlist.py scripts/glibc_check.py scripts/hash_sizes.py scripts/py36-blake2.py scripts/release scripts/sign-binaries scripts/fuzz-cache-sync/HOWTO scripts/fuzz-cache-sync/main.c scripts/fuzz-cache-sync/testcase_dir/test_simple scripts/shell_completions/bash/borg scripts/shell_completions/fish/borg.fish scripts/shell_completions/zsh/_borg src/borg/__init__.py src/borg/__main__.py src/borg/_chunker.c src/borg/_endian.h src/borg/_hashindex.c src/borg/_version.py src/borg/archive.py src/borg/archiver.py src/borg/cache.py src/borg/chunker.pyx src/borg/compress.pyx src/borg/constants.py src/borg/fuse.py src/borg/hashindex.pyx src/borg/helpers.py src/borg/item.pyx src/borg/locking.py src/borg/logger.py src/borg/lrucache.py src/borg/nanorst.py src/borg/paperkey.html src/borg/patterns.py src/borg/remote.py src/borg/repository.py src/borg/selftest.py src/borg/shellpattern.py src/borg/upgrader.py src/borg/version.py src/borg/xattr.py src/borg/algorithms/__init__.py src/borg/algorithms/blake2-libselect.h src/borg/algorithms/checksums.pyx src/borg/algorithms/crc32_clmul.c src/borg/algorithms/crc32_dispatch.c src/borg/algorithms/crc32_slice_by_8.c src/borg/algorithms/lz4-libselect.h src/borg/algorithms/zstd-libselect.h src/borg/algorithms/blake2/ref/blake2-impl.h src/borg/algorithms/blake2/ref/blake2.h src/borg/algorithms/blake2/ref/blake2b-ref.c src/borg/algorithms/lz4/lib/lz4.c src/borg/algorithms/lz4/lib/lz4.h src/borg/algorithms/xxh64/xxhash.c src/borg/algorithms/xxh64/xxhash.h src/borg/algorithms/zstd/lib/zstd.h src/borg/algorithms/zstd/lib/common/bitstream.h src/borg/algorithms/zstd/lib/common/compiler.h src/borg/algorithms/zstd/lib/common/cpu.h src/borg/algorithms/zstd/lib/common/entropy_common.c src/borg/algorithms/zstd/lib/common/error_private.c src/borg/algorithms/zstd/lib/common/error_private.h src/borg/algorithms/zstd/lib/common/fse.h src/borg/algorithms/zstd/lib/common/fse_decompress.c src/borg/algorithms/zstd/lib/common/huf.h src/borg/algorithms/zstd/lib/common/mem.h src/borg/algorithms/zstd/lib/common/pool.c src/borg/algorithms/zstd/lib/common/pool.h src/borg/algorithms/zstd/lib/common/threading.c src/borg/algorithms/zstd/lib/common/threading.h src/borg/algorithms/zstd/lib/common/xxhash.c src/borg/algorithms/zstd/lib/common/xxhash.h src/borg/algorithms/zstd/lib/common/zstd_common.c src/borg/algorithms/zstd/lib/common/zstd_errors.h src/borg/algorithms/zstd/lib/common/zstd_internal.h src/borg/algorithms/zstd/lib/compress/fse_compress.c src/borg/algorithms/zstd/lib/compress/huf_compress.c src/borg/algorithms/zstd/lib/compress/zstd_compress.c src/borg/algorithms/zstd/lib/compress/zstd_compress_internal.h src/borg/algorithms/zstd/lib/compress/zstd_double_fast.c src/borg/algorithms/zstd/lib/compress/zstd_double_fast.h src/borg/algorithms/zstd/lib/compress/zstd_fast.c src/borg/algorithms/zstd/lib/compress/zstd_fast.h src/borg/algorithms/zstd/lib/compress/zstd_lazy.c src/borg/algorithms/zstd/lib/compress/zstd_lazy.h src/borg/algorithms/zstd/lib/compress/zstd_ldm.c src/borg/algorithms/zstd/lib/compress/zstd_ldm.h src/borg/algorithms/zstd/lib/compress/zstd_opt.c src/borg/algorithms/zstd/lib/compress/zstd_opt.h src/borg/algorithms/zstd/lib/compress/zstdmt_compress.c src/borg/algorithms/zstd/lib/compress/zstdmt_compress.h src/borg/algorithms/zstd/lib/decompress/huf_decompress.c src/borg/algorithms/zstd/lib/decompress/zstd_decompress.c src/borg/algorithms/zstd/lib/deprecated/zbuff.h src/borg/algorithms/zstd/lib/deprecated/zbuff_common.c src/borg/algorithms/zstd/lib/deprecated/zbuff_compress.c src/borg/algorithms/zstd/lib/deprecated/zbuff_decompress.c src/borg/algorithms/zstd/lib/dictBuilder/cover.c src/borg/algorithms/zstd/lib/dictBuilder/divsufsort.c src/borg/algorithms/zstd/lib/dictBuilder/divsufsort.h src/borg/algorithms/zstd/lib/dictBuilder/zdict.c src/borg/algorithms/zstd/lib/dictBuilder/zdict.h src/borg/algorithms/zstd/lib/legacy/zstd_legacy.h src/borg/algorithms/zstd/lib/legacy/zstd_v01.c src/borg/algorithms/zstd/lib/legacy/zstd_v01.h src/borg/algorithms/zstd/lib/legacy/zstd_v02.c src/borg/algorithms/zstd/lib/legacy/zstd_v02.h src/borg/algorithms/zstd/lib/legacy/zstd_v03.c src/borg/algorithms/zstd/lib/legacy/zstd_v03.h src/borg/algorithms/zstd/lib/legacy/zstd_v04.c src/borg/algorithms/zstd/lib/legacy/zstd_v04.h src/borg/algorithms/zstd/lib/legacy/zstd_v05.c src/borg/algorithms/zstd/lib/legacy/zstd_v05.h src/borg/algorithms/zstd/lib/legacy/zstd_v06.c src/borg/algorithms/zstd/lib/legacy/zstd_v06.h src/borg/algorithms/zstd/lib/legacy/zstd_v07.c src/borg/algorithms/zstd/lib/legacy/zstd_v07.h src/borg/cache_sync/cache_sync.c src/borg/cache_sync/sysdep.h src/borg/cache_sync/unpack.h src/borg/cache_sync/unpack_define.h src/borg/cache_sync/unpack_template.h src/borg/crypto/__init__.py src/borg/crypto/file_integrity.py src/borg/crypto/key.py src/borg/crypto/keymanager.py src/borg/crypto/low_level.pyx src/borg/crypto/nonces.py src/borg/platform/__init__.py src/borg/platform/base.py src/borg/platform/darwin.pyx src/borg/platform/freebsd.pyx src/borg/platform/linux.pyx src/borg/platform/posix.pyx src/borg/testsuite/__init__.py src/borg/testsuite/archive.py src/borg/testsuite/archiver.py src/borg/testsuite/attic.tar.gz src/borg/testsuite/benchmark.py src/borg/testsuite/cache.py src/borg/testsuite/checksums.py src/borg/testsuite/chunker.py src/borg/testsuite/compress.py src/borg/testsuite/crypto.py src/borg/testsuite/file_integrity.py src/borg/testsuite/hashindex.py src/borg/testsuite/helpers.py src/borg/testsuite/item.py src/borg/testsuite/key.py src/borg/testsuite/locking.py src/borg/testsuite/logger.py src/borg/testsuite/lrucache.py src/borg/testsuite/nanorst.py src/borg/testsuite/nonces.py src/borg/testsuite/patterns.py src/borg/testsuite/platform.py src/borg/testsuite/remote.py src/borg/testsuite/repository.py src/borg/testsuite/shellpattern.py src/borg/testsuite/upgrader.py src/borg/testsuite/version.py src/borg/testsuite/xattr.py src/borgbackup.egg-info/PKG-INFO src/borgbackup.egg-info/SOURCES.txt src/borgbackup.egg-info/dependency_links.txt src/borgbackup.egg-info/entry_points.txt src/borgbackup.egg-info/not-zip-safe src/borgbackup.egg-info/requires.txt src/borgbackup.egg-info/top_level.txt