borgbackup/docs
Daniel Reichelt e1f6a34820 provide wrapper for borg mount, fixes #743
- add archiver.main_mount()

- provide borgfs behaviour when the monolithic binary is called via a
  symlink called borgfs

- docs: update usage of mount subcommand, provide examples for borgfs and
  add symlink creation to standalone binary installation

- run build_usage

- add entry point in setup.py

- patch helpers.py:get_keys_dir() to allow mounting fstab entries with
  "user" option set

  Without this, setuid() called at some point by mount changes the HOME
  environment variable to '/root' and os.expanduser('~') would return
  '/root' as well, thus the mount would fail with
 	 PermissionError: [Errno 13] Permission denied: '/root/.config'
  After setuid(), the HOME variable stays intact, so we still can
  explicitly query USER's home.

  Also, os.path.expanduser() behaves differently for '~' and '~someuser'
  as parameters: when called with an explicit username, the possibly set
  environment variable HOME is no longer respected. So we have to check if
  it is set and only expand the user's home directory if HOME is unset.

- add myself to AUTHORS
2016-03-17 01:40:17 +01:00
..
_static ran build_api and build_usage 2015-12-13 15:47:03 +01:00
borg_theme/css CSS !important overwrite. Fix borgbackup/borg#727 2016-03-09 19:01:49 -06:00
misc change the builtin default for --chunker-params, create 2MiB chunks, fixes #343 2016-01-24 15:44:09 +01:00
usage provide wrapper for borg mount, fixes #743 2016-03-17 01:40:17 +01:00
api.rst ran setup.py build_api 2016-01-23 20:52:04 +01:00
authors.rst move authors to a stub, include LICENSE 2015-10-07 18:33:31 -04:00
changes.rst implement password roundtrip, fixes #695 2016-03-05 16:21:44 +01: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 docs: Updated examples in deployment.rst, fixes #644 2016-02-15 21:37:50 +01:00
development.rst fix order in release process docs 2016-02-07 14:44:49 +01:00
faq.rst document how to debug / file filesystem issues, fixes #664 2016-03-12 00:48:26 +01: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 provide wrapper for borg mount, fixes #743 2016-03-17 01:40:17 +01:00
internals.rst docs: updates and fixes 2016-02-01 03:22:02 +01:00
Makefile fix homepage URL in all remaining places 2015-10-09 15:54:04 -04:00
quickstart.rst update and improve docs 2016-02-27 17:22:56 +01:00
resources.rst add gource video to resources docs, fixes #507 2016-01-15 10:34:05 +01:00
support.rst docs: updates and fixes 2016-02-01 03:22:02 +01:00
usage.rst provide wrapper for borg mount, fixes #743 2016-03-17 01:40:17 +01:00