1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
# List of sphinx-generated manual pages
./docs/man/borg-benchmark-cpu.1
./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-compact.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-import-tar.1
./docs/man/borg-info.1
./docs/man/borg-key-change-algorithm.1
./docs/man/borg-key-change-location.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-rcreate.1
./docs/man/borg-rdelete.1
./docs/man/borg-recreate.1
./docs/man/borg-rename.1
./docs/man/borg-rinfo.1
./docs/man/borg-rlist.1
./docs/man/borg-serve.1
./docs/man/borg-transfer.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
# List of rst files generated by setup.py build_usage
./docs/usage/benchmark_cpu.rst.inc
./docs/usage/benchmark_crud.rst.inc
# ./docs/usage/borgfs.rst.inc # also generated, but cannot be regenerated
./docs/usage/break-lock.rst.inc
./docs/usage/change-passphrase.rst.inc
./docs/usage/check.rst.inc
./docs/usage/compact.rst.inc
./docs/usage/config.rst.inc
./docs/usage/create.rst.inc
./docs/usage/delete.rst.inc
./docs/usage/diff.rst.inc
./docs/usage/export-tar.rst.inc
./docs/usage/extract.rst.inc
./docs/usage/help.rst.inc
./docs/usage/import-tar.rst.inc
./docs/usage/info.rst.inc
./docs/usage/key_change-algorithm.rst.inc
./docs/usage/key_change-location.rst.inc
./docs/usage/key_change-passphrase.rst.inc
./docs/usage/key_export.rst.inc
./docs/usage/key_import.rst.inc
./docs/usage/list.rst.inc
./docs/usage/mount.rst.inc
./docs/usage/prune.rst.inc
./docs/usage/rcompress.rst.inc
./docs/usage/rcreate.rst.inc
./docs/usage/rdelete.rst.inc
./docs/usage/recreate.rst.inc
./docs/usage/rename.rst.inc
./docs/usage/rinfo.rst.inc
./docs/usage/rlist.rst.inc
./docs/usage/serve.rst.inc
./docs/usage/transfer.rst.inc
./docs/usage/umount.rst.inc
./docs/usage/with-lock.rst.inc
# List of Cython-generated .c sources.
# Verify this list with "git grep Generated.*Cython" on updates.
./src/borg/checksums.c
./src/borg/chunker.c
./src/borg/compress.c
./src/borg/crypto/low_level.c
./src/borg/hashindex.c
./src/borg/item.c
./src/borg/platform/darwin.c
./src/borg/platform/freebsd.c
./src/borg/platform/linux.c
./src/borg/platform/posix.c
./src/borg/platform/syncfilerange.c
./src/borg/platform/windows.c
# these files get autogenerated by setup.py
borgbackup.egg-info/PKG-INFO
borgbackup.egg-info/SOURCES.txt
# Build artifacts from sphinx
docs/_build/
|