Commit graph

5521 commits

Author SHA1 Message Date
TW
3b0671fde0
Merge pull request #5283 from viq/patch-2
Better description of how cache and rebuilds of it work
2020-08-04 23:47:21 +02:00
viq
b5cb4a1e23
Better description of how cache and rebuilds of it work
and how the workaround applies to that
2020-08-04 19:20:28 +02:00
TW
ebfc6f3af8
Merge pull request #5270 from oxiedi/better-zsh-completion_1.1-maint
Rewrite Zsh completion for 1.1-maint.
2020-07-31 15:45:51 +02:00
TW
97a65f6b98
Merge pull request #5269 from fantasya-pbem/docs/5165_recreate-list-item-flags_1.1-maint
docs: point to borg create --list item flags in recreate usage, fixes #5165
2020-07-30 20:34:10 +02:00
Thalian
a3d937d719 docs: point to borg create --list item flags in recreate usage, fixes #5165 2020-07-30 19:10:16 +02:00
TW
f8c8d58e58
Merge pull request #5262 from fantasya-pbem/1.1-maint
docs: add security faq explaining AES-CTR crypto issues, fixes #5254
2020-07-29 14:52:03 +02:00
oxiedi
feab48fd63 update version in the leading comment 2020-07-26 07:33:42 +05:00
oxiedi
1d89590e06 complete $BORG_RECREATE_I_KNOW_WHAT_I_AM_DOING 2020-07-26 07:30:48 +05:00
TW
bd1eaa839e
Merge pull request #5268 from fantasya-pbem/docs/5180_stdin-and-caching_1.1-maint
docs: add a note to create from stdin regarding files cache, fixes #5180
2020-07-25 23:15:56 +02:00
oxiedi
ddaeffbb4b Rewrite Zsh completion.
The new completion provides:

  - completion for almost all optional and positional arguments;
  - completion for Borg environment variables (parameters).
2020-07-26 01:22:32 +05:00
Thalian
08acaae4ac docs: add a note to create from stdin regarding files cache, fixes #5180 2020-07-25 21:17:15 +02:00
Thalian
63c43d55b5 docs: add security faq explaining AES-CTR crypto issues, fixes #5254 2020-07-25 17:58:16 +02:00
TW
1d585ae46b
Merge pull request #5243 from ThomasWaldmann/fix-rc-on-signal-1.1
exit with 128 + signal number, fixes #5161
2020-07-01 18:55:30 +02:00
Thomas Waldmann
e581aa9e67 exit with 128 + signal number, fixes #5161
as documented:

https://borgbackup.readthedocs.io/en/stable/usage/general.html#return-codes

compatibility warning: in case you have scripts expecting rc == 2 for a
signal exit, you need to update them to check for >= 128.
2020-06-30 00:22:34 +02:00
TW
5c69581a4a
Merge pull request #5237 from fantasya-pbem/bugfix/5211_Manpage-regression
docs: fix borg.1 manpage generation regression, #5211
2020-06-29 22:17:18 +02:00
TW
b4dd9c5188
Merge pull request #5239 from fantasya-pbem/docs/5193_Recreate-exclude-if-present-1.1
docs: clarify --exclude-if-present in recreate, #5193
2020-06-29 21:19:55 +02:00
Thalian
41ad3424d4 docs: clarify how exclude options work in recreate, #5193
Backport from master.
2020-06-28 15:43:51 +02:00
Thalian
2a90cbb5ef docs: fix borg.1 manpage generation regression, #5211
To do: Fix Sphinx build warning "document isn't included in any toctree".
fixes #5211
2020-06-28 15:23:52 +02:00
TW
c0fe7648eb
Merge pull request #5228 from ThomasWaldmann/fix-4911-1.1
hardlinked CACHEDIR.TAG issue
2020-06-20 00:29:42 +02:00
Thomas Waldmann
a5988b1bfb fix hardlinked CACHEDIR.TAG processing, fixes #4911 2020-06-14 23:11:38 +02:00
Thomas Waldmann
2759756a66 add test for hardlinked CACHEDIR.TAG issue #4911 2020-06-14 23:02:09 +02:00
TW
c8ee938151
Merge pull request #5225 from ThomasWaldmann/read-special-part-files-mode-1.1
--read-special: .part files also should be regular files, fixes #5217
2020-06-14 16:41:16 +02:00
Thomas Waldmann
00f46f62d4 --read-special: .part files also should be regular files, fixes #5217 2020-06-14 15:46:37 +02:00
Thomas Waldmann
2311e99902 fix typo 2020-06-08 01:49:36 +02:00
TW
90b91b61e5
Merge pull request #5215 from borgbackup/rel1113
release 1.1.13
2020-06-07 00:55:16 +02:00
Thomas Waldmann
5861a59075 update CHANGES 2020-06-06 17:33:52 +02:00
TW
6a1a9cbdac
Merge pull request #5212 from ThomasWaldmann/rel1112
release 1.1.12
2020-06-06 15:28:00 +02:00
Thomas Waldmann
58391682db vagrant: remove broken/outdated wheezy machines
wheezy is unsupported, apt package sources have been archived.
2020-06-06 15:19:41 +02:00
Thomas Waldmann
0ceade3027 linux binaries are built on Debian 8 "Jessie", fixes #3761 2020-06-06 15:16:13 +02:00
Thomas Waldmann
ab1f8bffc4 add manually fixed borg.1 manpage, see #5211 2020-06-06 02:25:54 +02:00
Thomas Waldmann
93c3776e40 build_man 2020-06-06 02:01:49 +02:00
Thomas Waldmann
29bd87d224 build_usage 2020-06-06 01:57:48 +02:00
Thomas Waldmann
47d90e17bc docs: update info about binary minimum requirements 2020-06-06 01:55:21 +02:00
Thomas Waldmann
cdd5774f29 setup.py: declare support for py38 2020-06-06 01:44:36 +02:00
Thomas Waldmann
cc1f062c45 setup.py: remove unused import 2020-06-06 01:39:10 +02:00
Thomas Waldmann
4f0a3a9cf9 update CHANGES, set release date 2020-06-06 01:34:23 +02:00
TW
a1ad737be5
Merge pull request #5210 from ThomasWaldmann/update-changes-1.1
update CHANGES
2020-06-06 01:28:53 +02:00
Thomas Waldmann
9588e77c51 update CHANGES 2020-06-06 01:24:46 +02:00
TW
2a8d02ba54
Merge pull request #5209 from ThomasWaldmann/darwin-vagrant
use same darwin box / provisioning as master branch
2020-06-03 02:24:15 +02:00
Thomas Waldmann
9ce26d9d04 use same darwin box / provisioning as master branch 2020-06-03 02:21:00 +02:00
TW
1fa039bb0c
Merge pull request #5208 from ThomasWaldmann/upgrade-zstd-1.1
upgrade bundled zstd to 1.4.5
2020-06-02 22:25:35 +02:00
TW
3564044436
Merge pull request #5207 from elho/1.1-maint
rename local preload() function to not overwrite keyword argument of same name
2020-06-02 22:11:28 +02:00
Thomas Waldmann
fe97669908 upgrade bundled zstd to 1.4.5 2020-06-02 21:47:15 +02:00
Elmar Hoffmann
3587ebae12 rename local preload() function to not overwrite keyword argument of same name
The locally defined preload() function overwrites the preload boolean keyword
argument, always evaluating to true, so preloading is done, even when not
requested by the caller, causing a memory leak.
Also move its definition outside of the loop.

This issue was found by Antonio Larrosa in borg issue #5202.
2020-06-02 21:05:27 +02:00
TW
b69e98daa1
Merge pull request #5205 from ThomasWaldmann/update-changes-1.1
update CHANGES
2020-06-01 21:03:40 +02:00
Thomas Waldmann
dcabe311b2 update CHANGES 2020-06-01 20:53:50 +02:00
TW
fcf08106ee
test_delete_force: avoid sporadic test setup issues (#5203)
the old test stumbled over files with an empty chunks list,
so I guess just having some empty file in src/borg could make
that test fail.

fixed this by deleting a chunk of some specific file (we use
this file / this construction at misc. other places in the
archiver tests).
2020-06-01 16:36:40 +02:00
TW
27e7e90b6e
Merge pull request #5152 from ThomasWaldmann/redo-pr-4269-1.1
docs: clarify borg init's encryption modes
2020-04-21 16:37:40 +02:00
Thomas Waldmann
2b1aa46d15 docs: clarify borg init's encryption modes 2020-04-21 12:06:08 +02:00
TW
4c7f2a7889
Merge pull request #5149 from finefoot/patch-4
Backport of #5148 Fix read-only tests for fakeroot environment
2020-04-21 11:42:20 +02:00