Commit graph

5171 commits

Author SHA1 Message Date
TW
075600d65d
Merge pull request #4328 from ThomasWaldmann/update-changes-1.1
update CHANGES (1.1-maint)
2019-02-05 17:50:29 +01:00
Thomas Waldmann
21f5fafb81 update CHANGES (1.1-maint) 2019-02-05 17:33:54 +01:00
TW
ca8040317d
Merge pull request #4326 from ThomasWaldmann/backports-16
1.1-maint backports (16)
2019-02-05 16:18:32 +01:00
TW
2f99fba20b
Merge pull request #4324 from ThomasWaldmann/backports-15
1.1-maint backports (15)
2019-02-05 16:01:05 +01:00
Thomas Waldmann
b407b36320 fixup: compute all from sync.* 2019-02-05 14:42:55 +01:00
Thomas Waldmann
f8feaa7dd5 fixup: rename expect_chunks_map_key state to expect_map_key 2019-02-05 14:42:43 +01:00
Thomas Waldmann
e0480800d5 cache_sync: compute size/count stats, borg info: consider part files
fixes #3522
2019-02-05 14:42:31 +01:00
Thomas Waldmann
429645d174 borg init --make-parent-dirs parent1/parent2/repo_dir, fixes #4235 2019-02-05 14:32:56 +01:00
Thomas Waldmann
2378ef4890 add archive name to check --repair output, fixes #3447
so it does not look like duplicated and also informs the user about
affected archives.
2019-02-05 14:31:15 +01:00
Manuel Riel
e5b880f222 FAQ regarding change of compression settings. Fixes #4222 2019-02-05 14:29:07 +01:00
TW
585dd6b59b
Merge pull request #4323 from ThomasWaldmann/backports-14
1.1-maint backports (14)
2019-02-05 14:23:40 +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
94851b0c5f
Merge pull request #4317 from ThomasWaldmann/workaround-wsl-sync_file_range-issue
work around some Microsoft WSL issues
2019-02-05 04:44:37 +01:00
TW
38b40e805e
Merge pull request #4318 from ThomasWaldmann/workaround-backslash-issue
work around the backslash issue, see #4280
2019-02-05 03:35:46 +01:00
Thomas Waldmann
59e067816e work around the backslash issue, see #4280
thanks to AJ Jordan @strugee for finding this.

while using \\ gives a single backslash when using "borg help pattern"
on the shell, our rendered html docs did not show the single backslash
at all.

i was lazy do dig into that issue, so i just used the word "backslash".

:-)
2019-02-05 01:56:42 +01:00
Thomas Waldmann
53649cd6e6 work around some Microsoft WSL issues
see there:

https://github.com/borgbackup/borg/issues/1961

and especially there (not implemented sync_file_range):

https://github.com/Microsoft/WSL/issues/645
2019-02-05 01:30:54 +01:00
TW
c10883a1d7
Merge pull request #4313 from ThomasWaldmann/fix-tests-1.1
fix duplicate test method name, fixes #4311
2019-02-03 03:56:02 +01:00
Thomas Waldmann
cbe98e4f19 fix duplicate test method name, fixes #4311
thanks to Anthony Sottile for finding this!
2019-02-03 02:36:41 +01:00
TW
ee6665964e
Merge pull request #4310 from ThomasWaldmann/check-msgpack
check msgpack version, terminate for unsupported versions
2019-02-03 02:15:24 +01:00
Thomas Waldmann
7786eea531 check msgpack version, terminate for unsupported versions 2019-02-03 00:00:10 +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
TW
532a594960
Merge pull request #4305 from ThomasWaldmann/update-changes-1.1
update CHANGES (1.1-maint)
2019-02-02 00:17:02 +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
TW
b995a1923d
Merge pull request #4298 from ThomasWaldmann/fix-short-hostname-1.1
make "hostname" short, even on misconfigured systems, fixes #4262
2019-02-01 14:22:45 +01:00
TW
8a523a15a3
Merge pull request #4299 from ThomasWaldmann/add-rsh-arg-1.1
Add --rsh command line option to complement BORG_RSH env var. Fixes #1701
2019-02-01 14:22:02 +01:00
TW
0fca021127
Merge pull request #4297 from ThomasWaldmann/fix-free-space-calc-1.1
Use f_frsize instead of f_bsize to calculate free space. Fixes #4289
2019-02-01 14:21:25 +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
Thomas Waldmann
6614918e68 make "hostname" short, even on misconfigured systems, fixes #4262
(cherry picked from commit 111c34f92e)
2019-02-01 11:11:25 +01:00
Manu
aa73488e78 Use f_frsize instead of f_bsize to calculate free space. Fixes #4289
(cherry picked from commit c3a882b509)
2019-02-01 11:02:45 +01:00
TW
1471fc0b03
Merge pull request #4294 from m3nu/maint/4223/config-crashing
Quit with error message when no config key is provided. Fixes #4223
2019-02-01 01:36:27 +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
TW
988543df1d
Merge pull request #4295 from m3nu/maint/4249/clarify-passphrase-shell-behavior
Update BORG_PASSCOMMAND example and clarify variable expansion.
2019-02-01 01:05:34 +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
Manu
38e6ff0a54 Quit with error message when no config key is provided. Fixes #4223 2019-01-31 22:34:54 +08:00
TW
e35091596d
Merge pull request #4273 from ThomasWaldmann/fix-empty-segment-crash
recover_segment: handle too small segment files correctly, see #4272
2019-01-29 19:18:21 +01:00
TW
24d9421b97
Merge pull request #4274 from ThomasWaldmann/memoryview-cm-1.1
correctly release memoryview, see #4243
2019-01-29 19:14:45 +01:00
Thomas Waldmann
6a119cd410 correctly release memoryview, see #4243
keep "data" as is, use "d" for slices

so that the data.release() call is on the original memoryview and
also we can delete the last reference to a slice of it first.
2019-01-29 15:58:35 +01:00
Thomas Waldmann
c1ddabdef6 recover_segment: handle too small segment files correctly, see #4272
nothing left to recover there, but at least we must not crash in mmap().
2019-01-29 09:03:18 +01:00
TW
8a8c447e21
Merge pull request #4270 from ThomasWaldmann/fix-configparser-diaper-1.1
avoid diaper pattern in configparser by opening files, fixes #4263
2019-01-27 03:25:40 +01:00
Thomas Waldmann
bcdcc428a6 avoid diaper pattern in configparser by opening files, fixes #4263
this will fail early with correct error msg / exception traceback
if a config file is not readable.
2019-01-27 01:36:52 +01:00
TW
659a69a33d
Merge pull request #4266 from ThomasWaldmann/travis-fix-brew-1.1
fix the homebrew 1.9 issues on travis-ci, fixes #4254
2019-01-25 00:53:08 +01:00
Thomas Waldmann
7d1cf82385 fix the homebrew 1.9 issues on travis-ci, fixes #4254
https://github.com/Homebrew/brew/pull/5517/files
2019-01-24 23:28:46 +01:00
TW
56433f7e25
Merge pull request #4241 from ThomasWaldmann/cythonize-ll3-1.1
add "# cython: language_level=3" directive to .pyx files, fixes #4214
2019-01-05 20:54:54 +01:00
Thomas Waldmann
c188a0b0bc add "# cython: language_level=3" directive to .pyx files, fixes #4214
in master branch, it was possible to do this via setup.py's
cythonize() calls, but we do not have them in 1.1.

thus, i modified the source files, setting the language level to 3,
which is supported since long in Cython (3str is only supported since
recently so might fail with older Cython versions).

Before this changeset, current Cython 0.29.x emitted a FutureWarning,
but still compiled. The next major release of Cython is said to emit
an error instead, so this changeset hopefully avoids the build breaking
after a Cython upgrade.
2019-01-05 20:12:32 +01:00
TW
d2cf09c095
Merge pull request #4203 from ThomasWaldmann/rel118
release 1.1.8
2018-12-09 04:09:48 +01:00
Thomas Waldmann
f89ea03936 update CHANGES (1.1-maint) 2018-12-08 23:54:16 +01:00