1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 09:47:58 +00:00
borg/docs
Marian Beermann c52861e0ca
Improve LoggedIO write performance, make commit mechanism more solid
- Instead of very small (5 MB-ish) segment files, use larger ones
- Request asynchronous write-out or write-through (TODO) where it is supported,
  to achieve a continuously high throughput for writes
- Instead of depending on ordered writes (write data, commit tag, sync)
  for consistency, do a double-sync commit as more serious RDBMS also do
  i.e. write data, sync, write commit tag, sync
  Since commits are very expensive in Borg at the moment this makes no
  difference performance-wise.

New platform APIs: SyncFile, sync_dir

[x] Naive implementation (equivalent to what Borg did before)
[x] Linux implementation
[ ] Windows implementation
[-] OSX implementation (F_FULLSYNC)
2016-05-14 22:47:18 +02:00
..
_static Document logo font. Recreate logo png. Remove GIMP logo file. 2016-03-31 21:37:30 +02:00
borg_theme/css Better help texts and Sphinx reproduction of usage 2016-04-10 01:28:19 +02:00
misc flexible compression 2016-04-27 03:08:55 +02:00
usage borg with-lock REPO CMD ARGS 2016-05-02 23:29:17 +02:00
api.rst ran build_api build_usage 2016-04-08 23:38:46 +02:00
authors.rst
changes.rst Merge branch '1.0-maint' 2016-05-05 13:55:38 +02:00
conf.py sphinx configuration: fix to create a simple man page from usage docs 2016-01-13 01:20:32 +01:00
deployment.rst Fixed formatting 2016-04-21 15:11:43 -04:00
development.rst fix vagrant ssh syntax, fixes #999 2016-05-01 20:18:17 +02:00
faq.rst faq: be more detailed about how checkpoints work, fixes #994 2016-05-05 18:59:03 +02:00
global.rst.inc fix some minor cosmetic code/docs issues 2016-01-30 00:01:13 +01:00
index.rst docs/deployment: Add borg storage server setup example 2016-01-13 21:06:03 +01:00
installation.rst fix debian sid cross-reference in install docs 2016-04-25 22:54:36 -04:00
internals.rst docs: updates and fixes 2016-02-01 03:22:02 +01:00
Makefile
quickstart.rst improve backup example script, fixes #1020 2016-05-07 19:22:48 +02:00
resources.rst update readthedocs urls, fixes #991 2016-04-29 03:19:27 +02:00
support.rst docs: updates and fixes 2016-02-01 03:22:02 +01:00
usage.rst Improve LoggedIO write performance, make commit mechanism more solid 2016-05-14 22:47:18 +02:00