Commit graph

1161 commits

Author SHA1 Message Date
Łukasz Stelmach
82e37fbd03 read a passphrase from a file descriptor
Read a passpharase from a file descriptor specified in the
BORG_PASSPHRASE_FD environment variable.
2018-09-22 11:33:23 +02:00
Thomas Waldmann
4e236daf0c update CHANGES (py356 not available yet) 2018-08-11 19:23:17 +02:00
Thomas Waldmann
ad5615fa81 update CHANGES (release date 1.1.7) 2018-08-11 18:15:21 +02:00
TW
a855c9769d
Merge pull request #4026 from ThomasWaldmann/update-changes-1.1
update CHANGES
2018-08-11 18:11:29 +02:00
Thomas Waldmann
7b98dd3b58 update CHANGES (1.1) 2018-08-11 18:10:36 +02:00
Thomas Waldmann
163356db56 build_usage 2018-08-11 18:05:09 +02:00
Thomas Waldmann
e88c2346ea build_man 2018-08-11 18:03:32 +02:00
newtonne
f2f9838201 Remove row/column-spanning from docs source, fixes #4000
Sphinx doesn't support row or column-spanning, which caused the content
of the additional features table to be incorrect. To fix this, we now
define the content of each cell explicitly.

This change also fixes #3990.

(cherry picked from commit 11a2f1f684)
2018-08-11 10:58:30 +01:00
Thomas Waldmann
901e3a7888 add BORG_HOST_ID, fixes #3985
(cherry picked from commit 90348c1de9)
2018-08-09 08:11:05 +02:00
Marvin Gaube
1c250ae39c
Backport of #3987
Backport of https://github.com/borgbackup/borg/pull/3987
2018-07-20 16:25:17 +02:00
Russell Davis
3a27d29bea Update installation instructions for macOS
- Updated `OS X` to the new `macOS` name
- Fuse 3.x is no longer just a prerelease
- Added instructions to install fuse via homebrew
2018-07-07 10:21:19 -07:00
lumbric
4f30330f40 docs: add link to tempfile module
Linking tempfile docs helps to figure out, which default value might be
used, if TMPDIR is not set.

(cherry picked from commit bbd1533c99)
2018-06-26 12:56:06 +05:30
Thomas Waldmann
7bc7559282 build_man 2018-06-11 02:05:03 +02:00
Thomas Waldmann
7b6e5009b3 build_usage 2018-06-11 01:55:37 +02:00
Thomas Waldmann
795387c3c3 update CHANGES (1.1.6 release date) 2018-06-11 01:52:57 +02:00
Thomas Waldmann
f81c974a3a update CHANGES (1.1-maint) 2018-06-10 14:50:40 +02:00
André-Patrick Bubel
dd5e0b913d docs: describe what BORG_LIBZSTD_PREFIX does
(cherry picked from commit 1ba0e85621)
2018-05-18 17:45:51 +02:00
TW
cb90e8116c
docs: fix and deduplicate encryption quickstart docs (#3776)
docs: fix and deduplicate encryption quickstart docs

just refer to "borg init" docs rather than duplicating it in quickstart.

also: s/archive/repository/
2018-04-29 14:11:20 +02:00
Thomas Waldmann
5da50f2440 minor docs formatting fix 2018-03-30 00:47:44 +02:00
Thomas Waldmann
1089de9426 python setup.py build_man 2018-03-30 00:47:44 +02:00
Thomas Waldmann
238dedd156 python setup.py build_usage 2018-03-30 00:33:38 +02:00
Thomas Waldmann
463297efb6 update CHANGES 2018-03-30 00:20:22 +02:00
Thomas Waldmann
64aaec6628 BORG_SHOW_SYSINFO=no to hide system information from exceptions
Can be used:
- in case of troubles with the sysinfo code
- by borg backup providers who do not want to show system information
2018-03-29 23:45:01 +02:00
TW
05ed41fde0
WIP: update CHANGES (1.1) (#3670)
update CHANGES (1.1-maint)
2018-03-25 23:11:29 +02:00
TW
4f4953ca9c
Merge pull request #3721 from ThomasWaldmann/quickstart-intro-1.1
Add quickstart introduction to repositories & archives (fixes #3620) 1.1-maint port
2018-03-24 22:14:18 +01:00
Milkey Mouse
8e5833f91b Add quickstart introduction to repositories & archives (fixes #3620)
(cherry picked from commit 09beb64f34)
2018-03-24 22:06:50 +01:00
Thomas Waldmann
f3465c7932 security: describe chunk size / proximity issue, see #3687
(cherry picked from commit 8ac272f35f)
2018-03-24 22:00:41 +01:00
TW
502f11b9da
Merge pull request #3698 from ThomasWaldmann/backports-18
Backports 18
2018-03-17 21:43:31 +01:00
Thomas Waldmann
30db004de6 docs: improve logging docs, fixes #3549
(cherry picked from commit 99be106bc8)
2018-03-17 21:21:55 +01:00
Thomas Waldmann
1f943f228f quickstart: add note about permissions, borg@localhost, fixes #3452
(cherry picked from commit 7bc2138dcb)
2018-03-17 21:19:23 +01:00
Thomas Schwinge
ea344260d6 Mark up Unicode string
Running Sphinx v1.4.8
    WARNING: the config value 'copyright' is set to a string with non-ASCII characters; this can lead to Unicode errors occurring. Please use Unicode strings, e.g. u'Content'.
    [...]
    Encoding error:
    'ascii' codec can't decode byte 0xc3 in position 23: ordinal not in range(128)

(cherry picked from commit 2458035057)
2018-03-17 21:18:17 +01:00
Thomas Waldmann
2f443cae73 docs: extend append-only repo rollback docs, fixes #3579
(cherry picked from commit 451b22ee51)
2018-03-17 21:12:41 +01:00
Thomas Waldmann
0555fe4869 security docs: add about combining compression and encryption
(cherry picked from commit be8913a93c)
2018-03-17 21:11:15 +01:00
enkore
ac0b9fbdae sec docs: explicitly note what happens OUTSIDE the attack model
(cherry picked from commit 674ce72fda)
2018-03-17 21:09:13 +01:00
Josh Holland
b0c441660f
Improve formatting of GPG output in documentation
(cherry picked from commit 9f2f4132ec)
2018-03-05 15:15:52 +00:00
TW
bf6961f5bd
Merge pull request #3660 from dragetd/draget-backport-1.1-doc
Add docs on how to verify a signed release
2018-03-03 00:20:24 +01:00
Michael Gajda
17bb3f8f98 Add docs on how to verify a signed release
Short howto on using gpg to verify a signed binary release.
Fixes #3634
2018-03-02 22:11:49 +01:00
TW
fd79b90ec0
Merge pull request #3651 from miek/backport-3589
Backport #3589 to 1.1-maint
2018-03-02 16:08:57 +01:00
Rémi Oudin
fe807046b4 Better formatting of CPU usage documentation
This is now displayed as a list, with bold fonts for each bullet.
Refers https://github.com/borgbackup/borg/issues/3554
2018-03-01 23:20:02 +00:00
Gregor Kleen
183966549f Chunk seed is generated per /repository/ 2018-02-28 15:46:23 +00:00
Alexander 'Leo' Bergolth
42a9053771 add chunker_params to json docs 2018-01-22 09:05:24 +01:00
Abogical
f3791144ef Happy new year! 2018-01-02 19:44:35 +02:00
Thomas Waldmann
9b4202fd48 build_usage 2017-12-30 01:58:32 +01:00
Thomas Waldmann
b8f6e47b42 build_man 2017-12-30 01:57:18 +01:00
Thomas Waldmann
a44b5bb273 update CHANGES (1.1)
bump version to borg 1.1.4 "34c3 edition"
2017-12-30 01:00:41 +01:00
Thomas Waldmann
6da0a12a86 update CHANGES (1.1) 2017-12-29 03:28:07 +01:00
TW
b500ab7509
Merge pull request #3480 from ThomasWaldmann/borg-base-dir-1.1
added BORG_BASE_DIR, s/get_home_dir/get_base_dir/g, docs, fixes #3338
2017-12-23 19:53:16 +01:00
Thomas Waldmann
28baa78595 added BORG_BASE_DIR, s/get_home_dir/get_base_dir/g, docs, fixes #3338
also: sorted env var docs by level
(cherry picked from commit c5a339384e)
2017-12-23 18:09:16 +01:00
Josh Holland
9f7ed7fcec docs: Fix missing apostrophe
(cherry picked from commit 95a05dbbf1)
2017-12-23 17:47:00 +01:00
Thomas Waldmann
ce7864f6a6 readme / docs: mention zstd
(cherry picked from commit 2588e50f0b)
2017-12-20 03:25:04 +01:00