1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-25 07:23:28 +00:00
Commit graph

1190 commits

Author SHA1 Message Date
TW
2fdd7ed93d
Merge pull request #4431 from milkey-mouse/3504-bp1.1
Elaborate on append-only mode docs (1.1 backport)
2019-03-11 02:39:54 +01:00
Milkey Mouse
897b593ec4
Elaborate on append-only mode docs 2019-03-10 18:09:46 -07:00
jminer74
622866f592 docs/installation: added Alpine Linux to distribution list (#4414) (#4415)
docs/installation: added Alpine Linux to distribution list
2019-03-01 22:35:52 +01:00
Milkey Mouse
4da4738fdc
Only modify window.location when redirecting (fixes #4133)
window.location.pathname = window.location.pathname can trigger a redirect,
which created a refresh loop in usage.html.
2019-02-21 19:20:17 -08:00
Thomas Waldmann
818c926b9d signing binaries with Qubes OS support, docs 2019-02-11 02:41:35 +01:00
Thomas Waldmann
ee45e46060 build_man 2019-02-10 21:21:14 +01:00
Thomas Waldmann
be2bc78d69 build_usage 2019-02-10 21:20:32 +01:00
Thomas Waldmann
448af58c1a update (c) year 2019-02-10 21:09:32 +01:00
Thomas Waldmann
7d304f771b update 1.1.9 release date 2019-02-10 21:07:14 +01:00
Thomas Waldmann
6033161634 update CHANGES (1.1-maint) 2019-02-10 20:54:36 +01:00
anarcat
3f5be94aa7 add warnings on repository copies to avoid future problem, fixes #4272 2019-02-10 20:28:31 +01:00
Thomas Waldmann
21f5fafb81 update CHANGES (1.1-maint) 2019-02-05 17:33:54 +01:00
Manuel Riel
e5b880f222 FAQ regarding change of compression settings. Fixes #4222 2019-02-05 14:29:07 +01:00
Manuel Riel
e6505ec434 add note about BSD flags to changelog, fixes #4246 2019-02-05 14:20:20 +01:00
Greg Grossmeier
ac174e89b4 Docs: Improve logging in example automation script
* add a final info entry for successful completion
2019-02-05 14:18:31 +01:00
James Vasile
75dc085e57 Add note about files changing during backup, fixes #4081 2019-02-05 14:16:51 +01:00
TW
c7ad4f12f8
Merge pull request #4303 from ThomasWaldmann/twine-1.1
update release workflow using twine (docs, scripts), see #4213
2019-02-02 06:11:37 +01:00
Thomas Waldmann
10f7c0f50c update CHANGES (1.1-maint) 2019-02-02 00:14:55 +01:00
Thomas Waldmann
630909df38 update release workflow using twine (docs, scripts), see #4213 2019-02-01 23:49:46 +01:00
Manuel Riel
e99448cc7b Add --rsh command line option to complement BORG_RSH env var. Fixes #… (#4290)
Add --rsh command line option to complement BORG_RSH env var. Fixes #1701
(cherry picked from commit 9ab0a095ab)
2019-02-01 11:21:50 +01:00
TW
43acbb92da
Merge pull request #4296 from m3nu/maint/3905/disable-free-space-check
Add FAQ regarding free disk space check. Fixes #3905
2019-02-01 01:07:01 +01:00
Manu
66efc2b5c7 Add FAQ regarding free disk space check. Fixes #3905 2019-01-31 22:40:06 +08:00
Manu
8b9f5f6de1 Update BORG_PASSCOMMAND example and clarify variable expansion. Fixes #4249 2019-01-31 22:37:54 +08:00
Thomas Waldmann
f89ea03936 update CHANGES (1.1-maint) 2018-12-08 23:54:16 +01:00
Thomas Waldmann
fc1b77905a build_man 2018-12-08 23:54:16 +01:00
Thomas Waldmann
43e608af1d build_usage 2018-12-08 23:54:16 +01:00
Thomas Waldmann
6e17cbe566 update CHANGES 2018-12-07 23:31:34 +01:00
Thomas Waldmann
c6fe7265c4 docs: --format is required for some expensive-to-compute values
borg list by default does not compute expensive values except when
they are needed. whether they are needed is determined by the format,
in standard mode as well as in --json mode.

(cherry picked from commit fc6e81c8bb)
2018-12-07 01:25:56 +01:00
Thomas Waldmann
13986a1a6a docs: tell that our binaries are amd/intel, bauerj has ARM 2018-12-06 21:41:30 +01:00
Ł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