borg/docs
Thomas Waldmann b8bb0494f6 create --sparse, file map support for the "fixed" chunker, see #14
a file map can be:

- created internally inside chunkify by calling sparsemap, which uses
  SEEK_DATA / SEEK_HOLE to determine data and hole ranges inside a
  seekable sparse file.
  Usage: borg create --sparse --chunker-params=fixed,BLOCKSIZE ...
  BLOCKSIZE is the chunker blocksize here, not the filesystem blocksize!

- made by some other means and given to the chunkify function.
  this is not used yet, but in future this could be used to only read
  the changed parts and seek over the (known) unchanged parts of a file.

sparsemap: the generate range sizes are multiples of the fs block size.
           the tests assume 4kiB fs block size.
2020-12-27 22:06:08 +01:00
..
3rd_party Use HTTPS everywhere (mechanical edit using util from https-everywhere) 2020-12-22 16:36:40 +01:00
_static revert logo colour to #00dd00 (per @TW) 2017-08-16 17:50:59 +02:00
_templates docs: no third level toc on command usage pages ("Description", "Examples") 2017-06-30 17:41:58 +02:00
borg_theme/css revert logo colour to #00dd00 (per @TW) 2017-08-16 17:50:59 +02:00
deployment Use HTTPS everywhere (mechanical edit using util from https-everywhere) 2020-12-22 16:36:40 +01:00
internals create --sparse, file map support for the "fixed" chunker, see #14 2020-12-27 22:06:08 +01:00
man build man 2020-12-06 20:45:41 +01:00
misc Document retention of oldest archive, add to example and tests 2020-12-18 10:16:38 -08:00
usage create --sparse, file map support for the "fixed" chunker, see #14 2020-12-27 22:06:08 +01:00
Makefile
authors.rst fix levels in authors section 2016-11-04 21:14:59 -04:00
book.rst [DOCS] Move content of resources doc page to community project, #2088 2020-04-19 19:13:02 +02:00
changes.rst update CHANGES (master) 2020-12-06 20:25:14 +01:00
conf.py it's 2020 2020-08-13 22:07:02 +02:00
deployment.rst #1552 Deployment Pull Backup (#4804) 2019-11-02 13:48:32 +01:00
development.rst Change references of Travis to GitHub Actions (#5536) 2020-12-03 20:10:53 +01:00
faq.rst Complete documentation on append-only remote repos (#5519) 2020-12-06 15:53:39 +01:00
global.rst.inc FUSE: support pyfuse3 additionally to llfuse, fixes #5407 2020-10-31 22:04:44 +01:00
index.rst [DOCS] Move content of resources doc page to community project, #2088 2020-04-19 19:13:02 +02:00
installation.rst Use HTTPS everywhere (mechanical edit using util from https-everywhere) 2020-12-22 16:36:40 +01:00
internals.rst update docs about fixed chunker and chunker algo spec needed 2019-02-13 06:30:13 +01:00
introduction.rst fix PDF rendering structure 2016-11-04 16:01:18 -04:00
man_intro.rst [DOCS] #4587 – Make Sphinx warnings break docs build 2020-03-16 19:06:00 +01:00
quickstart.rst fix small typo in quickstart docs 2020-10-12 19:33:45 +02:00
quickstart_example.rst.inc man pages: add borg(1) master/intro page 2017-02-12 15:28:59 +01:00
support.rst docs: reflow some really long lines 2020-03-11 16:27:57 -07:00
usage.rst Only modify window.location when redirecting (fixes #4133) 2019-02-20 11:12:45 -08:00
usage_general.rst.inc [DOCS] #4587 – Make Sphinx warnings break docs build 2020-03-16 19:22:59 +01:00